Skip to content

Commit

Permalink
Run tests/ui/backtrace/std-backtrace.rs on MSVC.
Browse files Browse the repository at this point in the history
the original PR which disabled these only mentions them being broken on i686. let's still make sure the rest of windows is supported.
  • Loading branch information
jyn514 committed Dec 24, 2024
1 parent 54dcff1 commit 486135d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/backtrace/std-backtrace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//@ ignore-wasm32 spawning processes is not supported
//@ ignore-openbsd no support for libbacktrace without filename
//@ ignore-sgx no processes
//@ ignore-msvc see #62897 and `backtrace-debuginfo.rs` test
//@ ignore-i686-pc-windows-msvc see #62897 and `backtrace-debuginfo.rs` test
//@ ignore-fuchsia Backtraces not symbolized
//@ compile-flags:-g
//@ compile-flags:-Cstrip=none
Expand Down

0 comments on commit 486135d

Please sign in to comment.