Skip to content

Commit

Permalink
Auto merge of rust-lang#134736 - jyn514:msvc-backtraces, r=<try>
Browse files Browse the repository at this point in the history
Run `tests/ui/backtrace/std-backtrace.rs` on MSVC.

the original PR which disabled these, rust-lang#62897, only mentions them being broken on i686. let's still make sure the rest of windows is supported.

r? `@jieyouxu`

try-job: x86_64-msvc
try-job: i686-msvc
try-job: i686-mingw
try-job: x86_64-mingw-1
try-job: x86_64-mingw-2
  • Loading branch information
bors committed Dec 25, 2024
2 parents 409998c + 486135d commit fb6391c
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 fb6391c

Please sign in to comment.