From cc021efe10380039a13da5300990639203450634 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sun, 27 Apr 2014 17:58:48 -0500 Subject: Add step5/9 tests for impls that support it. - Also remove broken make/tests/*.mk tests. Not used any more. --- Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e264235..ec52ffc 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,19 @@ step8 = step8_macros step9 = step9_interop stepA = stepA_more -EXCLUDE_TESTS = test^make^step5 test^mal^step0 test^mal^step5 test^mal^step9 test^java^step9 test^cs^step9 +EXCLUDE_TESTS += test^bash^step5 # no stack exhaustion or completion +EXCLUDE_TESTS += test^c^step5 # segfault +EXCLUDE_TESTS += test^cs^step5 # fatal stack overflow fault +EXCLUDE_TESTS += test^make^step5 # no TCO capability/step +EXCLUDE_TESTS += test^mal^step5 # no TCO capability/step +EXCLUDE_TESTS += test^php^step5 # test completes, even at 100,000 +EXCLUDE_TESTS += test^ruby^step5 # test completes, even at 100,000 + +# interop tests now implemented yet +EXCLUDE_TESTS += test^cs^step9 test^java^step9 test^mal^step9 \ + test^php^step9 test^ps^step9 test^python^step9 \ + test^ruby^step9 + EXCLUDE_PERFS = perf^mal # TODO: fix this # -- cgit v1.2.3