aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-27 17:58:48 -0500
committerJoel Martin <github@martintribe.org>2014-04-27 17:58:48 -0500
commitcc021efe10380039a13da5300990639203450634 (patch)
tree02977d571ee6b42e7d5429ff8e922f183422eeb5 /Makefile
parentb58698b257fb6552e053cd245d63a140d3f7a478 (diff)
downloadmal-cc021efe10380039a13da5300990639203450634.tar.gz
mal-cc021efe10380039a13da5300990639203450634.zip
Add step5/9 tests for impls that support it.
- Also remove broken make/tests/*.mk tests. Not used any more.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 13 insertions, 1 deletions
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
#