Auto merge of #2846 - oli-obk:rm_borked_test, r=RalfJung

Remove a test that wasn't carrying its weight

See https://github.com/rust-lang/rust/pull/110107#discussion_r1170361671 for discussion.

TLDR: it keeps breaking out of unrelated reasons and the real thing to check (early alloc ids can be tracked without ICEing miri) is hard to check otherwise.
This commit is contained in:
bors 2023-04-19 15:04:38 +00:00
commit f0c207f7a8
2 changed files with 0 additions and 11 deletions

View File

@ -1,6 +0,0 @@
// Ensure that tracking early allocations doesn't ICE Miri.
// Early allocations are probably part of the runtime and therefore uninteresting, but they
// shouldn't cause a crash.
//@compile-flags: -Zmiri-track-alloc-id=1
//@normalize-stderr-test: "[48] bytes" -> "SIZE bytes"
fn main() {}

View File

@ -1,5 +0,0 @@
note: tracking was triggered
|
= note: created extern static allocation of SIZE bytes (alignment ALIGN bytes) with id 1
= note: (no span available)