Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-03-06 15:55:05 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-03-06 15:55:21 +0300
commitd1ed53624bf882dfea18a912b09c0b2ac5dfc000 (patch)
tree55e4f259846435855aa5d4f7bceccf872fa139ac /acceptance-tests/coreclr.mk
parentb664dfe79fffd2ba5543e5ba5248ab33bf097523 (diff)
[acceptance-tests] Disable gcsuppressfinalize.exe test that started failing
See https://github.com/mono/mono/issues/7432
Diffstat (limited to 'acceptance-tests/coreclr.mk')
-rw-r--r--acceptance-tests/coreclr.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/acceptance-tests/coreclr.mk b/acceptance-tests/coreclr.mk
index 4cc234e1abb..6d4b11ed37a 100644
--- a/acceptance-tests/coreclr.mk
+++ b/acceptance-tests/coreclr.mk
@@ -3982,6 +3982,10 @@ CORECLR_DISABLED_TEST_CS_SRC += \
$(CORECLR_PATH)/tests/src/JIT/Directed/newarr/newarr.cs \
$(CORECLR_PATH)/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/oomexception01.cs
+# https://github.com/mono/mono/issues/7432
+CORECLR_DISABLED_TEST_CS_SRC += \
+ $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/gc/gcsuppressfinalize.cs
+
CORECLR_TEST_IL_SRC = \
$(CORECLR_PATH)/tests/src/JIT/BBT/Scenario4/Not-Int32.il \
$(CORECLR_PATH)/tests/src/JIT/Directed/Convert/implicitConv.il \