Skip to content

Commit fb6391c

Browse files
committed
Auto merge of rust-lang#134736 - jyn514:msvc-backtraces, r=<try>
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
2 parents 409998c + 486135d commit fb6391c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/backtrace/std-backtrace.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
6+
//@ ignore-i686-pc-windows-msvc see #62897 and `backtrace-debuginfo.rs` test
77
//@ ignore-fuchsia Backtraces not symbolized
88
//@ compile-flags:-g
99
//@ compile-flags:-Cstrip=none

0 commit comments

Comments
 (0)