diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2019-10-28 17:07:18 +0100 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2019-10-28 17:07:25 +0100 |
| commit | a63dfb3b82a44e31bdfadb13d240a5366f9979fb (patch) | |
| tree | 184aa9cca16ad1d3992c9127094dd4cc9edb6ee5 | |
| parent | 52eda13031f039b5996b7d863715b0439297071e (diff) | |
| download | rust-a63dfb3b82a44e31bdfadb13d240a5366f9979fb.tar.gz rust-a63dfb3b82a44e31bdfadb13d240a5366f9979fb.zip | |
Ignore issue-64153 run-make test on Windows since supporting a Windows version is not worth the trouble.
| -rw-r--r-- | src/test/run-make-fulldeps/issue-64153/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/issue-64153/Makefile b/src/test/run-make-fulldeps/issue-64153/Makefile index 5ad62a9a01c..9c0c3fe6e01 100644 --- a/src/test/run-make-fulldeps/issue-64153/Makefile +++ b/src/test/run-make-fulldeps/issue-64153/Makefile @@ -1,5 +1,9 @@ -include ../tools.mk +# `llvm-objdump`'s output looks different on windows than on other platforms. +# It should be enough to check on Unix platforms, so: +# ignore-windows + # Staticlibs don't include Rust object files from upstream crates if the same # code was already pulled into the lib via LTO. However, the bug described in # https://github.com/rust-lang/rust/issues/64153 lead to this exclusion not |
