Temporarily ignore some debuginfo tests on windows.
This commit is contained in:
parent
4ab3c117d0
commit
8059bc1069
3 changed files with 12 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
|||
// This fails on lldb 6.0.1 on x86-64 Fedora 28; so ignore Linux for now.
|
||||
// ignore-linux
|
||||
|
||||
// This started failing in windows too. See https://github.com/rust-lang/rust/issues/88796
|
||||
// FIXME: fix and unignore this on windows
|
||||
// ignore-windows
|
||||
|
||||
// compile-flags:-g
|
||||
|
||||
// === GDB TESTS ===================================================================================
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
// ignore-tidy-linelength
|
||||
// compile-flags:-g
|
||||
|
||||
// This started failing recently. See https://github.com/rust-lang/rust/issues/88796
|
||||
// FIXME: fix and unignore this
|
||||
// ignore-windows
|
||||
|
||||
// cdb-command: g
|
||||
|
||||
// Note: The natvis used to visualize niche-layout enums don't work correctly in cdb
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@
|
|||
// min-lldb-version: 310
|
||||
// min-cdb-version: 10.0.18317.1001
|
||||
|
||||
// This started failing recently. See https://github.com/rust-lang/rust/issues/88796
|
||||
// FIXME: fix and unignore this
|
||||
// ignore-windows
|
||||
|
||||
// === GDB TESTS ===================================================================================
|
||||
|
||||
// gdb-command: run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue