From fd15c182c123eb81d4c8c3e262d2f77f988db614 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Sun, 15 Aug 2021 15:19:41 -0500 Subject: [PATCH] Copy over run-make ignores from issue-83112-incr-test-moved-file --- src/test/run-make/issue-85019-moved-src-dir/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/run-make/issue-85019-moved-src-dir/Makefile b/src/test/run-make/issue-85019-moved-src-dir/Makefile index 451e2b403c67c..e8b4af1c81afc 100644 --- a/src/test/run-make/issue-85019-moved-src-dir/Makefile +++ b/src/test/run-make/issue-85019-moved-src-dir/Makefile @@ -4,6 +4,9 @@ INCR=$(TMPDIR)/incr FIRST_SRC=$(TMPDIR)/first_src SECOND_SRC=$(TMPDIR)/second_src +# ignore-none no-std is not supported +# ignore-nvptx64-nvidia-cuda FIXME: can't find crate for 'std' + # Tests that we don't get an ICE when the working directory # (but not the build directory!) changes between compilation # sessions