From c880e8bbcb3479092b2b6e00889a3f5639ee425f Mon Sep 17 00:00:00 2001 From: jyn Date: Tue, 24 Dec 2024 16:21:22 -0500 Subject: [PATCH] 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). --- tests/ui/backtrace/std-backtrace.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ui/backtrace/std-backtrace.rs b/tests/ui/backtrace/std-backtrace.rs index b4806457877d5..57d953a86408d 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