From 20ebbf467d5bc6eca39ca014c4258aa6835b18db Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Sat, 29 Jul 2023 14:57:53 -0700 Subject: Replace ignore-everything with only-arch Combining revisions with only-arch allows specifying that a test only applies to a handful of targets. This allows removing a large amount of repetition in the test suite for tests that do not benefit. The revisions are suboptimal for this for some tests, so they aren't preferred in those cases. --- tests/debuginfo/thread-names.rs | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'tests/debuginfo') diff --git a/tests/debuginfo/thread-names.rs b/tests/debuginfo/thread-names.rs index 7a35a518946..2c5b3f272e0 100644 --- a/tests/debuginfo/thread-names.rs +++ b/tests/debuginfo/thread-names.rs @@ -1,15 +1,8 @@ // compile-flags:-g +// revisions: macos windows // We can't set the main thread name on Linux because it renames the process (#97191) -// ignore-linux -// ignore-android -// ignore-dragonfly -// ignore-emscripten -// ignore-freebsd -// ignore-haiku -// ignore-ios -// ignore-netbsd -// ignore-openbsd -// ignore-solaris +//[macos] only-macos +//[windows] only-windows // ignore-sgx // ignore-windows-gnu -- cgit 1.4.1-3-g733a5