Auto merge of #128982 - saethlin:windows-debuginfo-tests, r=compiler-errors
Re-enable more debuginfo tests on Windows These tests used to be disabled on all Windows hosts. Now they're fully enabled or just disabled on windows-gnu with an issue citation that clearly explains why. The changes in this PR are not tested by PR CI, but I've tested it using try-jobs below. try-job: i686-msvc try-job: i686-mingw try-job: x86_64-mingw try-job: x86_64-msvc
This commit is contained in:
commit
79f5c1605e
@ -1,4 +1,3 @@
|
||||
//@ ignore-windows
|
||||
//@ ignore-android
|
||||
//@ min-lldb-version: 310
|
||||
//@ ignore-test: #128971
|
||||
|
@ -1,7 +1,7 @@
|
||||
//@ compile-flags:-g
|
||||
//@ min-gdb-version: 8.1
|
||||
//@ ignore-lldb
|
||||
//@ ignore-windows-gnu // emit_debug_gdb_scripts is disabled on Windows
|
||||
//@ ignore-windows-gnu: #128981
|
||||
|
||||
// === CDB TESTS ==================================================================================
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//@ ignore-windows failing on win32 bot
|
||||
//@ ignore-windows-gnu: #128981
|
||||
//@ ignore-android: FIXME(#10381)
|
||||
//@ compile-flags:-g
|
||||
//@ min-gdb-version: 8.1
|
||||
|
@ -1,4 +1,3 @@
|
||||
//@ ignore-windows failing on 64-bit bots FIXME #17638
|
||||
//@ ignore-lldb
|
||||
//@ ignore-aarch64
|
||||
|
||||
@ -6,7 +5,7 @@
|
||||
|
||||
// gdb-command:run
|
||||
// gdb-command:next
|
||||
// gdb-check:[...]24[...]let s = Some(5).unwrap(); // #break
|
||||
// gdb-check:[...]23[...]let s = Some(5).unwrap(); // #break
|
||||
// gdb-command:continue
|
||||
|
||||
#![feature(omit_gdb_pretty_printer_section)]
|
||||
|
@ -1,4 +1,3 @@
|
||||
//@ ignore-windows
|
||||
//@ ignore-android
|
||||
//@ ignore-aarch64
|
||||
//@ min-lldb-version: 1800
|
||||
|
@ -1,7 +1,7 @@
|
||||
//@ compile-flags:-g
|
||||
|
||||
//@ min-gdb-version: 8.1
|
||||
//@ ignore-windows-gnu // emit_debug_gdb_scripts is disabled on Windows
|
||||
//@ ignore-windows-gnu: #128981
|
||||
|
||||
// Tests the visualizations for `NonZero<T>`, `Wrapping<T>` and
|
||||
// `Atomic{Bool,I8,I16,I32,I64,Isize,U8,U16,U32,U64,Usize}` located in `libcore.natvis`.
|
||||
|
@ -1,4 +1,4 @@
|
||||
//@ ignore-windows failing on win32 bot
|
||||
//@ ignore-windows-gnu: #128981
|
||||
//@ ignore-android: FIXME(#10381)
|
||||
//@ compile-flags:-g
|
||||
//@ min-gdb-version: 8.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
//@ ignore-android: FIXME(#10381)
|
||||
//@ ignore-windows
|
||||
//@ ignore-windows-gnu: #128981
|
||||
//@ compile-flags:-g
|
||||
|
||||
// gdb-command: run
|
||||
|
@ -1,4 +1,3 @@
|
||||
//@ ignore-windows failing on win32 bot
|
||||
//@ ignore-android: FIXME(#10381)
|
||||
//@ ignore-windows-gnu: #128981
|
||||
//@ compile-flags:-g
|
||||
|
@ -1,4 +1,4 @@
|
||||
//@ ignore-windows failing on win32 bot
|
||||
//@ ignore-windows-gnu: #128981
|
||||
//@ ignore-android: FIXME(#10381)
|
||||
//@ compile-flags:-g
|
||||
//@ min-gdb-version: 8.1
|
||||
|
@ -4,7 +4,7 @@
|
||||
//@[macos] only-macos
|
||||
//@[win] only-windows
|
||||
//@ ignore-sgx
|
||||
//@ ignore-windows-gnu
|
||||
//@ ignore-windows-gnu: gdb on windows-gnu does not print thread names
|
||||
|
||||
// === GDB TESTS ==================================================================================
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user