From a63dfb3b82a44e31bdfadb13d240a5366f9979fb Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Mon, 28 Oct 2019 17:07:18 +0100 Subject: [PATCH] Ignore issue-64153 run-make test on Windows since supporting a Windows version is not worth the trouble. --- src/test/run-make-fulldeps/issue-64153/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/run-make-fulldeps/issue-64153/Makefile b/src/test/run-make-fulldeps/issue-64153/Makefile index 5ad62a9a01ce..9c0c3fe6e019 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