Skip to content

Commit

Permalink
Temporarily ignore some debuginfo tests on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Sep 10, 2021
1 parent 4ab3c11 commit 8059bc1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/debuginfo/basic-types.rs
Expand Up @@ -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 ===================================================================================
Expand Down
4 changes: 4 additions & 0 deletions src/test/debuginfo/msvc-pretty-enums.rs
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions src/test/debuginfo/pretty-std.rs
Expand Up @@ -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
Expand Down

0 comments on commit 8059bc1

Please sign in to comment.