From 3082865e6c65e16fbb892ef74ff3a67a0bfc243b Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Thu, 11 May 2023 14:47:56 +0000 Subject: [PATCH] Ignore test on MSVC for now I can't figure out how to link with the MSVC toolchain --- tests/{run-make-fulldeps => run-make}/no-alloc-shim/Makefile | 3 +++ tests/{run-make-fulldeps => run-make}/no-alloc-shim/foo.rs | 0 2 files changed, 3 insertions(+) rename tests/{run-make-fulldeps => run-make}/no-alloc-shim/Makefile (91%) rename tests/{run-make-fulldeps => run-make}/no-alloc-shim/foo.rs (100%) diff --git a/tests/run-make-fulldeps/no-alloc-shim/Makefile b/tests/run-make/no-alloc-shim/Makefile similarity index 91% rename from tests/run-make-fulldeps/no-alloc-shim/Makefile rename to tests/run-make/no-alloc-shim/Makefile index f3dbbf1fd63e..568e3f9ba1d6 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 similarity index 100% rename from tests/run-make-fulldeps/no-alloc-shim/foo.rs rename to tests/run-make/no-alloc-shim/foo.rs