File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
// error-pattern: too big for the current architecture
2
2
3
3
// normalize-stderr-test "; \d+]" -> "; N]"
4
+
5
+ // FIXME https://github.com/rust-lang/rust/issues/59774
6
+ // normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
7
+ // normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
4
8
#![ allow( exceeding_bitshifts) ]
5
9
6
10
#[ cfg( target_pointer_width = "64" ) ]
Original file line number Diff line number Diff line change 2
2
// normalize-stderr-test "S1M" -> "SXX"
3
3
// error-pattern: too big for the current
4
4
5
+ // FIXME https://github.com/rust-lang/rust/issues/59774
6
+ // normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
7
+ // normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
8
+
5
9
struct S32 < T > {
6
10
v0 : T ,
7
11
v1 : T ,
Original file line number Diff line number Diff line change 1
1
// only-x86_64
2
+
3
+ // FIXME https://github.com/rust-lang/rust/issues/59774
4
+ // normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
5
+ // normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
2
6
const HUGE_SIZE : usize = !0usize / 8 ;
3
7
4
8
You can’t perform that action at this time.
0 commit comments