about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2023-03-16 10:20:57 +0100
committerPietro Albini <pietro.albini@ferrous-systems.com>2023-04-03 10:23:08 +0200
commit3602200d50d895f911c8efe35fcd2463b4e8d891 (patch)
treeb1b48f907829050bf08b8aceb6b3a4c2f1900cb7
parente045598c68dfc9ce4ac5b2eccfa3585c121e1931 (diff)
downloadrust-3602200d50d895f911c8efe35fcd2463b4e8d891.tar.gz
rust-3602200d50d895f911c8efe35fcd2463b4e8d891.zip
make 32bit ignore more accurate
-rw-r--r--tests/codegen/issues/issue-37945.rs6
-rw-r--r--tests/run-make/static-pie/Makefile2
2 files changed, 2 insertions, 6 deletions
diff --git a/tests/codegen/issues/issue-37945.rs b/tests/codegen/issues/issue-37945.rs
index 19e7e8b1f6e..4f386d335c7 100644
--- a/tests/codegen/issues/issue-37945.rs
+++ b/tests/codegen/issues/issue-37945.rs
@@ -1,9 +1,5 @@
 // compile-flags: -O -Zmerge-functions=disabled
-// ignore-x86
-// ignore-arm
-// ignore-emscripten
-// ignore-gnux32
-// ignore 32-bit platforms (LLVM has a bug with them)
+// ignore-32bit LLVM has a bug with them
 // ignore-debug
 
 // Check that LLVM understands that `Iter` pointer is not null. Issue #37945.
diff --git a/tests/run-make/static-pie/Makefile b/tests/run-make/static-pie/Makefile
index 19c041d9428..8379730cc3d 100644
--- a/tests/run-make/static-pie/Makefile
+++ b/tests/run-make/static-pie/Makefile
@@ -2,7 +2,7 @@ include ../tools.mk
 
 # only-x86_64
 # only-linux
-# ignore-gnux32
+# ignore-32bit
 
 # How to manually run this
 # $ ./x.py test --target x86_64-unknown-linux-[musl,gnu] tests/run-make/static-pie