about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2020-06-05 12:11:33 -0400
committerFelix S. Klock II <pnkfelix@pnkfx.org>2020-06-05 12:11:33 -0400
commita9d5dffe99e7559beffdfedf165107eeef36ba19 (patch)
tree086e82c85d2de5985562e4ee26030bd4f4e8b667 /src/test
parent94605b97e74bfaf627676bfb627ae1f1f11829cd (diff)
downloadrust-a9d5dffe99e7559beffdfedf165107eeef36ba19.tar.gz
rust-a9d5dffe99e7559beffdfedf165107eeef36ba19.zip
Ignore windows in the test.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-make-fulldeps/incr-add-rust-src-component/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/incr-add-rust-src-component/Makefile b/src/test/run-make-fulldeps/incr-add-rust-src-component/Makefile
index 164cc8a5d5f..50ff3dd56ce 100644
--- a/src/test/run-make-fulldeps/incr-add-rust-src-component/Makefile
+++ b/src/test/run-make-fulldeps/incr-add-rust-src-component/Makefile
@@ -3,6 +3,11 @@
 # rust-lang/rust#70924: Test that if we add rust-src component in between two
 # incremetnal compiles, the compiler does not ICE on the second.
 
+# This test uses `ln -s` rather than copying to save testing time, but its
+# usage doesn't work on windows. So ignore windows.
+
+# ignore-windows
+
 SYSROOT:=$(shell $(RUSTC) --print sysroot)
 FAKEROOT=$(TMPDIR)/fakeroot
 INCR=$(TMPDIR)/incr