Skip to content

Commit 24fb7f3

Browse files
committed
add ignores
1 parent 791c8aa commit 24fb7f3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: tests/debuginfo/pretty-huge-vec.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ ignore-windows-gnu: #128981
22
//@ ignore-android: FIXME(#10381)
3+
//@ ignore-aix: FIXME(#137965)
34
//@ compile-flags:-g
45

56
// === GDB TESTS ===================================================================================

Diff for: tests/ui/consts/large_const_alloc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// on 32bit and 16bit platforms it is plausible that the maximum allocation size will succeed
33
// FIXME (#135952) In some cases on AArch64 Linux the diagnostic does not trigger
44
//@ ignore-aarch64-unknown-linux-gnu
5+
//@ ignore-aix: FIXME(#137966)
56

67
const FOO: () = {
78
// 128 TiB, unlikely anyone has that much RAM

Diff for: tests/ui/consts/promoted_running_out_of_memory_issue-130687.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//@ only-64bit
66
// FIXME (#135952) In some cases on AArch64 Linux the diagnostic does not trigger
77
//@ ignore-aarch64-unknown-linux-gnu
8+
//@ ignore-aix: FIXME(#137966)
89

910
pub struct Data([u8; (1 << 47) - 1]);
1011
const _: &'static Data = &Data([0; (1 << 47) - 1]);

0 commit comments

Comments
 (0)