X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Ftests%2FMakefile.am;h=96f0d0e6a860ad59f14c00457b5caa5ad22ab70e;hb=8f09dad4353bb75afebf96ad58d08f7e7f3bf56d;hp=ef9c61cbeeb30ed5642bc89fa1f644f3aa971d06;hpb=9dd632fb9e7197d278bd99152c1c67c6ab51a207;p=mono.git diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am index ef9c61cbeeb..96f0d0e6a86 100644 --- a/mono/tests/Makefile.am +++ b/mono/tests/Makefile.am @@ -914,12 +914,7 @@ SGEN_CONFIGURATIONS = \ "major=marksweep-conc|ms-conc" \ "major=marksweep-conc,minor=split|ms-conc-split" \ "minor=split|ms-split" \ - "minor=split,alloc-ratio=95|ms-split-95" \ - "|plain-clear-at-gc|clear-at-gc" \ - "major=marksweep-par|ms-par-clear-at-gc|clear-at-gc" \ - "major=marksweep-conc|ms-conc-clear-at-gc|clear-at-gc" \ - "minor=split|ms-split-clear-at-gc|clear-at-gc" - + "minor=split,alloc-ratio=95|ms-split-95" #FIXME We should move to use SGEN_CONFIGURATIONS once sgen supports trailling commas or its argument list. SGEN_BRIDGE_CONFIGURATIONS = \ @@ -937,9 +932,8 @@ sgen-regular-tests: $(SGEN_TESTS) for conf in $(SGEN_CONFIGURATIONS); do \ name=`echo $$conf | cut -d\| -f 2`; \ params=`echo $$conf | cut -d\| -f 1`; \ - debug_opt=`echo $$conf | cut -d\| -f 3`; \ test_name="$${test}|$${name}"; \ - if MONO_GC_PARAMS="$$params" MONO_ENV_OPTIONS="--gc=sgen" MONO_GC_DEBUG="$$debug_opt" $(srcdir)/test-driver '$(with_mono_path) $(JITTEST_PROG_RUN)' $$test_name "$(DISABLED_TESTS_SGEN)" "$${dump_action}" $(RUNTIME_ARGS); \ + if MONO_GC_PARAMS="$$params" MONO_ENV_OPTIONS="--gc=sgen" $(srcdir)/test-driver '$(with_mono_path) $(JITTEST_PROG_RUN)' $$test_name "$(DISABLED_TESTS_SGEN)" "$${dump_action}" $(RUNTIME_ARGS); \ then \ passed=`expr $${passed} + 1`; \ else \