diff --git a/src/test/debuginfo/thread-names.rs b/src/test/debuginfo/thread-names.rs index f42a7aec3bd..7a35a518946 100644 --- a/src/test/debuginfo/thread-names.rs +++ b/src/test/debuginfo/thread-names.rs @@ -1,6 +1,17 @@ // compile-flags:-g // 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 +// ignore-sgx +// ignore-windows-gnu // === GDB TESTS ================================================================================== //