Skip to content

Commit a63dfb3

Browse files
Ignore issue-64153 run-make test on Windows since supporting a Windows version is not worth the trouble.
1 parent 52eda13 commit a63dfb3

File tree

1 file changed

+4
-0
lines changed
  • src/test/run-make-fulldeps/issue-64153

1 file changed

+4
-0
lines changed

src/test/run-make-fulldeps/issue-64153/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
-include ../tools.mk
22

3+
# `llvm-objdump`'s output looks different on windows than on other platforms.
4+
# It should be enough to check on Unix platforms, so:
5+
# ignore-windows
6+
37
# Staticlibs don't include Rust object files from upstream crates if the same
48
# code was already pulled into the lib via LTO. However, the bug described in
59
# https://github.com/rust-lang/rust/issues/64153 lead to this exclusion not

0 commit comments

Comments
 (0)