Skip to content

Commit f8dbb39

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 try-job: dist-x86_64-msvc try-job: dist-i686-msvc
2 parents 68b9e4f + b826a9d commit f8dbb39

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ci/github-actions/jobs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ envs:
7979
# - not running `opt-dist`'s post-optimization smoke tests on the resulting toolchain
8080
#
8181
# If you *want* these to happen however, temporarily uncomment it before triggering a try build.
82-
DIST_TRY_BUILD: 1
82+
#DIST_TRY_BUILD: 1
8383

8484
auto:
8585
<<: *production

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)