From cb87ce22857bef0cf57a919d4c415211f0b1ab1d Mon Sep 17 00:00:00 2001 From: Wesley Wiser Date: Fri, 3 Jun 2022 11:36:54 -0400 Subject: [PATCH] Update src/test/debuginfo/thread-names.rs Co-authored-by: Chris Denton --- src/test/debuginfo/thread-names.rs | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ================================================================================== //