Skip to content

Commit 3485eb3

Browse files
committed
Disable two tests on windows due to path mangling.
We have specific code to handle the path mangling on windows, but for some reason it isn't working for these tests. There is nothing platform specific about them, so just run them on linux and mac for now.
1 parent 4b14058 commit 3485eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/dis/panic_builtin_bounds_check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// compile-flags: -C target-feature=+ext:SPV_KHR_non_semantic_info
77
// compile-flags: -C llvm-args=--abort-strategy=debug-printf
88
// compile-flags: -C llvm-args=--disassemble
9-
9+
// ignore-windows FIXME(legneato) figure out why path mangling is not working for this test on windows.
1010
// FIXME(eddyb) consider using such replacements also for dealing
1111
// with `OpLine` changing all the time (esp. in libcore functions).
1212
//

tests/ui/dis/panic_sequential_many.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// compile-flags: -C target-feature=+ext:SPV_KHR_non_semantic_info
88
// compile-flags: -C llvm-args=--abort-strategy=debug-printf
99
// compile-flags: -C llvm-args=--disassemble
10-
10+
// ignore-windows FIXME(legneato) figure out why path mangling is not working for this test on windows.
1111
// FIXME(eddyb) consider using such replacements also for dealing
1212
// with `OpLine` changing all the time (esp. in libcore functions).
1313
//

0 commit comments

Comments
 (0)