[tests] Disable reference-loader.exe test for now
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 21 Oct 2016 11:24:27 +0000 (13:24 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Oct 2016 11:24:27 +0000 (13:24 +0200)
The code it's supposed to test was temporarily disabled in 1bf9409629c144dc5400a800e8ab20ed516d5ced

mono/tests/Makefile.am

index b026849239506c1ab87c22de654a055f66193fe1..4633df435412654d98a2034f332c740398f9a918 100644 (file)
@@ -470,8 +470,7 @@ BASE_TEST_CS_SRC_UNIVERSAL=         \
        bug-29585.cs    \
        priority.cs     \
        abort-cctor.cs  \
-       thread-native-exit.cs \
-       reference-loader.cs
+       thread-native-exit.cs
 
 if INSTALL_MOBILE_STATIC
 BASE_TEST_CS_SRC= \
@@ -693,6 +692,7 @@ DISABLED_TESTS=                     \
        bug-459094.exe \
        delegate-invoke.exe \
        bug-Xamarin-5278.exe \
+       reference-loader.cs \
        $(PLATFORM_DISABLED_TESTS) \
        $(EXTRA_DISABLED_TESTS) \
        $(COOP_DISABLED_TESTS) \