summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2015-06-01 22:24:29 +0200
committerAlan Zimmerman <alan.zimm@gmail.com>2015-06-01 22:24:29 +0200
commit9a919e82d9f56c5a150bd058767705d164b9c0d7 (patch)
tree903a7277a89220d84a56d4e18a61cd71119c0ae0
parentf82e866504259c674d6fb3f66e67ae943a688b3f (diff)
downloadhaskell-wip/high_memory_usage.tar.gz
Limit number of concurrent testswip/high_memory_usage
-rw-r--r--testsuite/tests/ghc-api/annotations/all.T40
1 files changed, 20 insertions, 20 deletions
diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T
index f6cb955745..61551e81e5 100644
--- a/testsuite/tests/ghc-api/annotations/all.T
+++ b/testsuite/tests/ghc-api/annotations/all.T
@@ -1,20 +1,20 @@
-test('annotations', normal, run_command, ['$MAKE -s --no-print-directory annotations'])
-test('parseTree', normal, run_command, ['$MAKE -s --no-print-directory parseTree'])
-test('comments', normal, run_command, ['$MAKE -s --no-print-directory comments'])
-test('exampleTest', normal, run_command, ['$MAKE -s --no-print-directory exampleTest'])
-test('listcomps', normal, run_command, ['$MAKE -s --no-print-directory listcomps'])
-test('T10255', normal, run_command, ['$MAKE -s --no-print-directory T10255'])
-test('T10268', normal, run_command, ['$MAKE -s --no-print-directory T10268'])
-test('T10269', normal, run_command, ['$MAKE -s --no-print-directory T10269'])
-test('T10280', normal, run_command, ['$MAKE -s --no-print-directory T10280'])
-test('T10312', normal, run_command, ['$MAKE -s --no-print-directory T10312'])
-test('T10307', normal, run_command, ['$MAKE -s --no-print-directory T10307'])
-test('T10309', normal, run_command, ['$MAKE -s --no-print-directory T10309'])
-test('boolFormula', normal, run_command, ['$MAKE -s --no-print-directory boolFormula'])
-test('T10357', normal, run_command, ['$MAKE -s --no-print-directory T10357'])
-test('T10358', normal, run_command, ['$MAKE -s --no-print-directory T10358'])
-test('T10278', normal, run_command, ['$MAKE -s --no-print-directory T10278'])
-test('T10354', normal, run_command, ['$MAKE -s --no-print-directory T10354'])
-test('T10396', normal, run_command, ['$MAKE -s --no-print-directory T10396'])
-test('T10399', normal, run_command, ['$MAKE -s --no-print-directory T10399'])
-test('T10313', normal, run_command, ['$MAKE -s --no-print-directory T10313'])
+test('annotations', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory annotations'])
+test('parseTree', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory parseTree'])
+test('comments', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory comments'])
+test('exampleTest', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory exampleTest'])
+test('listcomps', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory listcomps'])
+test('T10255', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10255'])
+test('T10268', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10268'])
+test('T10269', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10269'])
+test('T10280', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10280'])
+test('T10312', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10312'])
+test('T10307', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10307'])
+test('T10309', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10309'])
+test('boolFormula', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory boolFormula'])
+test('T10357', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10357'])
+test('T10358', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10358'])
+test('T10278', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10278'])
+test('T10354', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10354'])
+test('T10396', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10396'])
+test('T10399', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10399'])
+test('T10313', [high_memory_usage], run_command, ['$MAKE -s --no-print-directory T10313'])