We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820ffc8 commit cb87ce2Copy full SHA for cb87ce2
src/test/debuginfo/thread-names.rs
@@ -1,6 +1,17 @@
1
// compile-flags:-g
2
// We can't set the main thread name on Linux because it renames the process (#97191)
3
// ignore-linux
4
+// ignore-android
5
+// ignore-dragonfly
6
+// ignore-emscripten
7
+// ignore-freebsd
8
+// ignore-haiku
9
+// ignore-ios
10
+// ignore-netbsd
11
+// ignore-openbsd
12
+// ignore-solaris
13
+// ignore-sgx
14
+// ignore-windows-gnu
15
16
// === GDB TESTS ==================================================================================
17
//
0 commit comments