about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-05-11 14:47:56 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-05-11 14:47:56 +0000
commit3082865e6c65e16fbb892ef74ff3a67a0bfc243b (patch)
treee314e8a89d5bbbb7d16f7766bb579fa5ffd6cec2 /tests
parent8ace03e152957b8ce8ccbc8d0f9cbd19db4937a8 (diff)
downloadrust-3082865e6c65e16fbb892ef74ff3a67a0bfc243b.tar.gz
rust-3082865e6c65e16fbb892ef74ff3a67a0bfc243b.zip
Ignore test on MSVC for now
I can't figure out how to link with the MSVC toolchain
Diffstat (limited to 'tests')
-rw-r--r--tests/run-make/no-alloc-shim/Makefile (renamed from tests/run-make-fulldeps/no-alloc-shim/Makefile)3
-rw-r--r--tests/run-make/no-alloc-shim/foo.rs (renamed from tests/run-make-fulldeps/no-alloc-shim/foo.rs)0
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/no-alloc-shim/Makefile b/tests/run-make/no-alloc-shim/Makefile
index f3dbbf1fd63..568e3f9ba1d 100644
--- a/tests/run-make-fulldeps/no-alloc-shim/Makefile
+++ b/tests/run-make/no-alloc-shim/Makefile
@@ -1,5 +1,8 @@
 include ../tools.mk
 
+# ignore-cross-compile
+# ignore-msvc FIXME(bjorn3) can't figure out how to link with the MSVC toolchain
+
 TARGET_LIBDIR = $$($(RUSTC) --print target-libdir)
 
 all:
diff --git a/tests/run-make-fulldeps/no-alloc-shim/foo.rs b/tests/run-make/no-alloc-shim/foo.rs
index a3daec3db39..a3daec3db39 100644
--- a/tests/run-make-fulldeps/no-alloc-shim/foo.rs
+++ b/tests/run-make/no-alloc-shim/foo.rs