From 918158debb97b03b897c9365b89a0338f28ef6ad Mon Sep 17 00:00:00 2001 From: kennytm Date: Tue, 28 Nov 2017 23:38:04 +0800 Subject: [PATCH] Disable the cdylib-fewer-symbols test for all Windows (test was broken). --- src/test/run-make/cdylib-fewer-symbols/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/run-make/cdylib-fewer-symbols/Makefile b/src/test/run-make/cdylib-fewer-symbols/Makefile index 929d5571194bd..1a0664dfafd7e 100644 --- a/src/test/run-make/cdylib-fewer-symbols/Makefile +++ b/src/test/run-make/cdylib-fewer-symbols/Makefile @@ -3,7 +3,9 @@ -include ../tools.mk -ifdef IS_MSVC +# FIXME: The __rdl_ and __rust_ symbol still remains, no matter using MSVC or GNU +# See https://github.com/rust-lang/rust/pull/46207#issuecomment-347561753 +ifdef IS_WINDOWS all: true else