From: Rodrigo Kumpera Date: Mon, 4 Jul 2016 14:27:37 +0000 (-0400) Subject: [coreclr-tests] Disable another broken test. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=2b7b2f6a999459a549d520aeca4d435b7bd5d6e7;p=mono.git [coreclr-tests] Disable another broken test. --- diff --git a/acceptance-tests/coreclr.mk b/acceptance-tests/coreclr.mk index 7c85f63d9c3..74534d63efd 100644 --- a/acceptance-tests/coreclr.mk +++ b/acceptance-tests/coreclr.mk @@ -4099,7 +4099,6 @@ CORECLR_TEST_IL_SRC = \ $(CORECLR_PATH)/tests/src/JIT/Directed/coverage/oldtests/ovflrem2.il \ $(CORECLR_PATH)/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1.il \ $(CORECLR_PATH)/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2.il \ - $(CORECLR_PATH)/tests/src/JIT/Directed/coverage/oldtests/subbyref.il \ $(CORECLR_PATH)/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1.il \ $(CORECLR_PATH)/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2.il \ $(CORECLR_PATH)/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3.il \ @@ -5128,7 +5127,11 @@ CORECLR_DISABLED_TEST_IL_SRC += \ CORECLR_DISABLED_TEST_IL_SRC += \ $(CORECLR_PATH)/tests/src/JIT/Directed/coverage/importer/byrefsubbyref1.il - +# Bad test that tries to implicit cast from bytef to int32 +CORECLR_DISABLED_TEST_IL_SRC += \ + $(CORECLR_PATH)/tests/src/JIT/Directed/coverage/oldtests/subbyref.il + + # find all CoreCLR *.il test files that aren't mentioned in this file CORECLR_DEFINED_IL_SRC = $(CORECLR_TEST_IL_SRC) $(CORECLR_DISABLED_TEST_IL_SRC) CORECLR_UPSTREAM_IL_SRC=$(shell find "$(CORECLR_PATH)/tests" -iname "*.il")