diff options
| author | bors <bors@rust-lang.org> | 2024-12-25 14:14:47 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-12-25 14:14:47 +0000 |
| commit | 97a56fb4a6bca8688ad9c0d093d6687841da6b78 (patch) | |
| tree | 3818751ed0e078a504c0c6de0784a2671d8e3353 | |
| parent | f432d5dcb52db23aec88a1a22cc76f00addaf914 (diff) | |
| parent | c880e8bbcb3479092b2b6e00889a3f5639ee425f (diff) | |
| download | rust-97a56fb4a6bca8688ad9c0d093d6687841da6b78.tar.gz rust-97a56fb4a6bca8688ad9c0d093d6687841da6b78.zip | |
Auto merge of #134736 - jyn514:msvc-backtraces, r=jieyouxu
Run `tests/ui/backtrace/std-backtrace.rs` on MSVC. The original PR which disabled these, https://github.com/rust-lang/rust/pull/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
| -rw-r--r-- | tests/ui/backtrace/std-backtrace.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/backtrace/std-backtrace.rs b/tests/ui/backtrace/std-backtrace.rs index b4806457877..57d953a8640 100644 --- a/tests/ui/backtrace/std-backtrace.rs +++ b/tests/ui/backtrace/std-backtrace.rs @@ -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 |
