From 10ab6b7753e74da6910220fbe7bde264f049290a Mon Sep 17 00:00:00 2001 From: EgorBo Date: Tue, 19 Dec 2017 23:57:26 +0300 Subject: [PATCH] skip dim-valuetype test in interp mode --- mono/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am index c578b6325db..155023061b5 100755 --- a/mono/tests/Makefile.am +++ b/mono/tests/Makefile.am @@ -986,6 +986,7 @@ DISABLED_TESTS = \ # exit code 0, but doesn't actually execute the test. # block_guard_restore_aligment_on_exit.exe: flaky (10% of the time it hangs and thus times out) # weak-fields.exe: https://bugzilla.xamarin.com/show_bug.cgi?id=60973 +# dim-valuetypes.exe: https://github.com/mono/mono/issues/6287 INTERP_DISABLED_TESTS = \ $(KNOWN_FAILING_TESTS) \ $(INTERP_PLATFORM_DISABLED_TESTS) \ @@ -1043,6 +1044,7 @@ INTERP_DISABLED_TESTS = \ weak-fields.exe \ vararg.exe \ vararg2.exe \ + dim-valuetypes.exe \ winx64structs.exe TESTS_CS=$(filter-out $(DISABLED_TESTS),$(TESTS_CS_SRC:.cs=.exe)) -- 2.11.4.GIT