Skip to content

Commit 7cb538b

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/test/debuginfo/thread-names.rs

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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
414

515
// === GDB TESTS ==================================================================================
616
//

0 commit comments

Comments
 (0)