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
try-job: dist-x86_64-msvc
try-job: dist-i686-msvc
  • Loading branch information
bors committed Dec 25, 2024
2 parents 68b9e4f + b826a9d commit f8dbb39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ envs:
# - not running `opt-dist`'s post-optimization smoke tests on the resulting toolchain
#
# If you *want* these to happen however, temporarily uncomment it before triggering a try build.
DIST_TRY_BUILD: 1
#DIST_TRY_BUILD: 1

auto:
<<: *production
Expand Down
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 f8dbb39

Please sign in to comment.