[xbuild] Fix ProcessWrapper to WaitForExit(..) before accessing ExitCode
[mono.git] / acceptance-tests / coreclr.mk
index dd141bcb194851ff1394268a8771b4b1d11aaa48..8f75b05470fe46685d232f3a35933dbc1080fc59 100644 (file)
@@ -1186,7 +1186,6 @@ CORECLR_TEST_CS_SRC=              \
        $(CORECLR_PATH)/tests/src/Regressions/coreclr/0576/test0576.cs  \
        $(CORECLR_PATH)/tests/src/Regressions/coreclr/0582/csgen.1.cs   \
        $(CORECLR_PATH)/tests/src/Regressions/coreclr/0583/test583.cs   \
-       $(CORECLR_PATH)/tests/src/Regressions/coreclr/0584/test584.cs   \
        $(CORECLR_PATH)/tests/src/Regressions/coreclr/0792/test0792.cs  \
        $(CORECLR_PATH)/tests/src/Regressions/coreclr/0828/test0828.cs  \
        $(CORECLR_PATH)/tests/src/Regressions/coreclr/0829/test0829.cs  \
@@ -4001,6 +4000,9 @@ CORECLR_DISABLED_TEST_CS_SRC +=   \
        $(CORECLR_PATH)/tests/src/hosting/samples/hosting/usercode/usercode.cs  \
        $(CORECLR_PATH)/tests/src/hosting/samples/resolveevent/usercodedependency/usercodedependency.cs
 
+# this test makes no sense, the expected pattern is the English one for all cultures
+CORECLR_DISABLED_TEST_CS_SRC += $(CORECLR_PATH)/tests/src/Regressions/coreclr/0584/test584.cs
+
 CORECLR_TEST_IL_SRC =                  \
        $(CORECLR_PATH)/tests/src/JIT/BBT/Scenario4/Not-Int32.il        \
        $(CORECLR_PATH)/tests/src/JIT/Directed/Convert/implicitConv.il  \
@@ -5150,7 +5152,7 @@ $(CORECLR_PATH)%.exe: $(CORECLR_PATH)%.cs coreclr-testlibrary.dll
        $(MCS) -unsafe -debug -nowarn:0162 -nowarn:0168 -nowarn:0219 -nowarn:0414 -nowarn:0618 -nowarn:0169 -nowarn:1690 -nowarn:0649 -nowarn:0612 -nowarn:3021 -nowarn:0197 -r:coreclr-testlibrary.dll -d:MONO -out:$@ $<
 
 test-runner.exe: $(top_srcdir)/mono/tests/test-runner.cs
-       $(MCS) -debug -out:$@ $<
+       $(MCS) -debug -r:Mono.Posix.dll -out:$@ $<
 
 GCStressTests.exe: $(CORECLR_STRESSTEST_RUNNER_CS_SRC)
        $(MCS) -out:$@ -debug -d:PROJECTK_BUILD $(CORECLR_STRESSTEST_RUNNER_CS_SRC)