[CI] ignore appdomain-unload-asmload.exe on interp and full-aot
authorBernhard Urban <bernhard.urban@xamarin.com>
Mon, 29 May 2017 13:26:00 +0000 (15:26 +0200)
committerBernhard Urban <bernhard.urban@xamarin.com>
Mon, 29 May 2017 15:50:02 +0000 (17:50 +0200)
mono/tests/Makefile.am

index f4182ec0e34202ea1a22c865aedd346985ae00e8..15af95e3e2a6c0ab31d9fc27487e642101626771 100755 (executable)
@@ -867,6 +867,7 @@ PROFILE_DISABLED_TESTS += \
        appdomain1.exe  \
        appdomain2.exe  \
        appdomain-exit.exe      \
+       appdomain-unload-asmload.exe \
        appdomain-unload-callback.exe   \
        appdomain-unload-doesnot-raise-pending-events.exe       \
        unload-appdomain-on-shutdown.exe        \
@@ -1017,6 +1018,7 @@ INTERP_DISABLED_TESTS = \
        appdomain-async-invoke.exe \
        appdomain-exit.exe \
        appdomain-serialize-exception.exe \
+       appdomain-unload-asmload.exe \
        appdomain-unload-callback.exe \
        appdomain-unload-doesnot-raise-pending-events.exe \
        appdomain-unload.exe \