Skip to content

Commit

Permalink
Auto merge of rust-lang#134736 - jyn514:msvc-backtraces, r=jieyouxu
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.~~ Let's see if we can enable this for msvc now (32-bit and 64-bit).

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
try-job: dist-x86_64-msvc
try-job: dist-i686-msvc
  • Loading branch information
bors committed Dec 25, 2024
2 parents f432d5d + c880e8b commit 97a56fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ui/backtrace/std-backtrace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//@ 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-fuchsia Backtraces not symbolized
//@ compile-flags:-g
//@ compile-flags:-Cstrip=none
Expand Down

0 comments on commit 97a56fb

Please sign in to comment.