X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Ftests%2FMakefile.am;h=1628d7a1a38ad7f11fd713c082cff82ce1f144e4;hb=c67775554f4ff295bac4605d9aa44a83b82eb4a7;hp=d5a4afca1ee11607fa87035f0a10986740bebe3e;hpb=284268561399bc605a0620ed073b5ddb23e46c55;p=mono.git diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am index d5a4afca1ee..1628d7a1a38 100644 --- a/mono/tests/Makefile.am +++ b/mono/tests/Makefile.am @@ -1507,6 +1507,16 @@ sgen-bridge3-tests-ms-tarjan-bridge: $(SGEN_BRIDGE3_TESTS) test-runner.exe sgen-bridge3-tests-ms-split-tarjan-bridge: $(SGEN_BRIDGE3_TESTS) test-runner.exe $(TOOLS_RUNTIME) $(TEST_RUNNER) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=bridge=3Bridge --gc-params=major=marksweep,minor=split,bridge-implementation=tarjan" --timeout 900 $(SGEN_BRIDGE3_TESTS) +SGEN_OOM_TESTS_SRC = \ + sgen-oom-cementing-stress.cs \ + sgen-oom-new-threads-dont-join-stw-2.cs \ + sgen-oom-bridge-major-fragmentation.cs + +SGEN_OOM_TESTS=$(SGEN_OOM_TESTS_SRC:.cs=.exe) + +sgen-oom-tests: $(SGEN_OOM_TESTS) test-runner.exe sgen-cementing-stress.exe sgen-new-threads-dont-join-stw-2.exe sgen-bridge-major-fragmentation.exe + $(TOOLS_RUNTIME) $(TEST_RUNNER) $(TEST_RUNNER_ARGS) --testsuite-name $@ --runtime-args "--gc=sgen --gc-debug=max-valloc-size=50M,bridge=Bridge" --disabled "$(DISABLED_TESTS)" --timeout 900 $(SGEN_OOM_TESTS) + AOT_CONFIGURATIONS= \ "|regular" \