Update src/test/debuginfo/thread-names.rs
Co-authored-by: Chris Denton <ChrisDenton@users.noreply.github.com>
This commit is contained in:
parent
820ffc8d7a
commit
cb87ce2285
1 changed files with 11 additions and 0 deletions
|
@ -1,6 +1,17 @@
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
// We can't set the main thread name on Linux because it renames the process (#97191)
|
// We can't set the main thread name on Linux because it renames the process (#97191)
|
||||||
// ignore-linux
|
// 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 ==================================================================================
|
// === GDB TESTS ==================================================================================
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue