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:
authorBernhard Urban <bernhard.urban@xamarin.com>2018-11-06 19:18:15 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-11-06 19:18:15 +0300
commit2f749688f76d09c27666a4416b28ea4acc65eb2a (patch)
tree727cfa93948c3e4014f2b4ad353a90aa894c2ea5
parent14cb53030d1bbfbba7e90e1b2c53654a104bfdca (diff)
[interp] enable delegate-with-null-target.exe (#11570)
It was fixed by https://github.com/mono/mono/pull/11433 Related: https://github.com/mono/mono/issues/6861
-rwxr-xr-xmono/tests/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am
index 520a49645c6..9498bcba6ad 100755
--- a/mono/tests/Makefile.am
+++ b/mono/tests/Makefile.am
@@ -1815,7 +1815,6 @@ INTERP_DISABLED_TESTS += \
delegate-async-exit.exe \
delegate-delegate-exit.exe \
delegate-exit.exe \
- delegate-with-null-target.exe \
delegate1.exe \
delegate3.exe \
delegate5.exe \
@@ -1853,7 +1852,6 @@ if ARM64
INTERP_DISABLED_TESTS += \
bug-48015.exe \
bug-80307.exe \
- delegate-with-null-target.exe \
dim-diamondshape.exe \
pinvoke3.exe
endif
@@ -1864,7 +1862,6 @@ INTERP_DISABLED_TESTS += \
bug-48015.exe \
bug-60862.exe \
cominterop.exe \
- delegate-with-null-target.exe \
dim-diamondshape.exe \
pinvoke3.exe
endif