Skip to content

Commit 97a56fb

Browse files
committed
Auto merge of rust-lang#134736 - jyn514:msvc-backtraces, r=jieyouxu
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
2 parents f432d5d + c880e8b commit 97a56fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ui/backtrace/std-backtrace.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
//@ ignore-wasm32 spawning processes is not supported
44
//@ ignore-openbsd no support for libbacktrace without filename
55
//@ ignore-sgx no processes
6-
//@ ignore-msvc see #62897 and `backtrace-debuginfo.rs` test
76
//@ ignore-fuchsia Backtraces not symbolized
87
//@ compile-flags:-g
98
//@ compile-flags:-Cstrip=none

0 commit comments

Comments
 (0)