diff options
| author | jyn <github@jyn.dev> | 2024-12-24 16:21:22 -0500 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-12-25 20:44:20 +0800 |
| commit | c880e8bbcb3479092b2b6e00889a3f5639ee425f (patch) | |
| tree | 6a65498586599596d3f6f833fe779146c9c8b444 | |
| parent | a0a5c423463e4f6f82ced50b15fe5afab296b560 (diff) | |
| download | rust-c880e8bbcb3479092b2b6e00889a3f5639ee425f.tar.gz rust-c880e8bbcb3479092b2b6e00889a3f5639ee425f.zip | |
Run `tests/ui/backtrace/std-backtrace.rs` on MSVC.
The original PR which disabled these only mentions them being broken on i686 msvc. Let's try to see if we can reenable this test for msvc (both 32-bit and 64-bit).
| -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 |
