Revert "[acceptance-tests] Disable a regressed coreclr test"
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 13 Apr 2017 20:46:05 +0000 (22:46 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 13 Apr 2017 20:46:05 +0000 (22:46 +0200)
This reverts commit 5e8012a6787e4dc1bb6577c4e3572a2c8070dd05.

The bug was fixed.

acceptance-tests/coreclr.mk

index f86ee3d817052ba893835a04556d62deeca4429c..6fc6a28236467657b04c41902a5452ebf4d475c2 100644 (file)
@@ -4851,6 +4851,7 @@ CORECLR_TEST_IL_SRC =                     \
        $(CORECLR_PATH)/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/ldsfldainitonlyvt.il      \
        $(CORECLR_PATH)/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/x86-test-1084346006.il  \
        $(CORECLR_PATH)/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/1087985874.il   \
+       $(CORECLR_PATH)/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.il      \
        $(CORECLR_PATH)/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/helper.il       \
        $(CORECLR_PATH)/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.il      \
        $(CORECLR_PATH)/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.il      \
@@ -5057,9 +5058,6 @@ CORECLR_DISABLED_TEST_IL_SRC +=   \
 CORECLR_DISABLED_TEST_IL_SRC +=        \
        $(CORECLR_PATH)/tests/src/JIT/Directed/coverage/oldtests/lcliimpl.il
 
-# https://bugzilla.xamarin.com/show_bug.cgi?id=55083
-CORECLR_DISABLED_TEST_IL_SRC +=        \
-       $(CORECLR_PATH)/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.il
 
 # FIXME: these tests are baselined, i.e. we don't have time to investigate
 # them right now but want to make sure we don't introduce new regressions