Skip to content

Commit cb87ce2

Browse files
Update src/test/debuginfo/thread-names.rs
Co-authored-by: Chris Denton <[email protected]>
1 parent 820ffc8 commit cb87ce2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/test/debuginfo/thread-names.rs

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
// compile-flags:-g
22
// We can't set the main thread name on Linux because it renames the process (#97191)
33
// 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
415

516
// === GDB TESTS ==================================================================================
617
//

0 commit comments

Comments
 (0)