Enable more debuginfo tests on Windows
This commit is contained in:
parent
506052d49d
commit
70320c1936
@ -1,4 +1,3 @@
|
|||||||
//@ ignore-windows
|
|
||||||
//@ ignore-android
|
//@ ignore-android
|
||||||
//@ min-lldb-version: 310
|
//@ min-lldb-version: 310
|
||||||
//@ ignore-test: #128971
|
//@ ignore-test: #128971
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
//@ compile-flags:-g
|
//@ compile-flags:-g
|
||||||
//@ min-gdb-version: 8.1
|
//@ min-gdb-version: 8.1
|
||||||
//@ ignore-lldb
|
//@ ignore-lldb
|
||||||
//@ ignore-windows-gnu // emit_debug_gdb_scripts is disabled on Windows
|
//@ ignore-windows-gnu: #128981
|
||||||
|
|
||||||
// === CDB TESTS ==================================================================================
|
// === CDB TESTS ==================================================================================
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//@ ignore-windows failing on win32 bot
|
//@ ignore-windows-gnu: #128981
|
||||||
//@ ignore-android: FIXME(#10381)
|
//@ ignore-android: FIXME(#10381)
|
||||||
//@ compile-flags:-g
|
//@ compile-flags:-g
|
||||||
//@ min-gdb-version: 8.1
|
//@ min-gdb-version: 8.1
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
//@ ignore-windows failing on 64-bit bots FIXME #17638
|
|
||||||
//@ ignore-lldb
|
//@ ignore-lldb
|
||||||
//@ ignore-aarch64
|
//@ ignore-aarch64
|
||||||
|
|
||||||
@ -6,7 +5,7 @@
|
|||||||
|
|
||||||
// gdb-command:run
|
// gdb-command:run
|
||||||
// gdb-command:next
|
// gdb-command:next
|
||||||
// gdb-check:[...]24[...]let s = Some(5).unwrap(); // #break
|
// gdb-check:[...]23[...]let s = Some(5).unwrap(); // #break
|
||||||
// gdb-command:continue
|
// gdb-command:continue
|
||||||
|
|
||||||
#![feature(omit_gdb_pretty_printer_section)]
|
#![feature(omit_gdb_pretty_printer_section)]
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
//@ ignore-windows
|
|
||||||
//@ ignore-android
|
//@ ignore-android
|
||||||
//@ ignore-aarch64
|
//@ ignore-aarch64
|
||||||
//@ min-lldb-version: 1800
|
//@ min-lldb-version: 1800
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
//@ compile-flags:-g
|
//@ compile-flags:-g
|
||||||
|
|
||||||
//@ min-gdb-version: 8.1
|
//@ 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
|
// 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`.
|
// `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)
|
//@ ignore-android: FIXME(#10381)
|
||||||
//@ compile-flags:-g
|
//@ compile-flags:-g
|
||||||
//@ min-gdb-version: 8.1
|
//@ min-gdb-version: 8.1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//@ ignore-android: FIXME(#10381)
|
//@ ignore-android: FIXME(#10381)
|
||||||
//@ ignore-windows
|
//@ ignore-windows-gnu: #128981
|
||||||
//@ compile-flags:-g
|
//@ compile-flags:-g
|
||||||
|
|
||||||
// gdb-command: run
|
// gdb-command: run
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
//@ ignore-windows failing on win32 bot
|
|
||||||
//@ ignore-android: FIXME(#10381)
|
//@ ignore-android: FIXME(#10381)
|
||||||
//@ ignore-windows-gnu: #128981
|
//@ ignore-windows-gnu: #128981
|
||||||
//@ compile-flags:-g
|
//@ compile-flags:-g
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//@ ignore-windows failing on win32 bot
|
//@ ignore-windows-gnu: #128981
|
||||||
//@ ignore-android: FIXME(#10381)
|
//@ ignore-android: FIXME(#10381)
|
||||||
//@ compile-flags:-g
|
//@ compile-flags:-g
|
||||||
//@ min-gdb-version: 8.1
|
//@ min-gdb-version: 8.1
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
//@[macos] only-macos
|
//@[macos] only-macos
|
||||||
//@[win] only-windows
|
//@[win] only-windows
|
||||||
//@ ignore-sgx
|
//@ ignore-sgx
|
||||||
//@ ignore-windows-gnu
|
//@ ignore-windows-gnu: gdb on windows-gnu does not print thread names
|
||||||
|
|
||||||
// === GDB TESTS ==================================================================================
|
// === GDB TESTS ==================================================================================
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user