[commit: ghc] wip/high_memory_usage: Limit number of concurrent tests (9a919e8)
git at git.haskell.org
git at git.haskell.org
Mon Jun 1 20:24:54 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/high_memory_usage
Link : http://ghc.haskell.org/trac/ghc/changeset/9a919e82d9f56c5a150bd058767705d164b9c0d7/ghc
>---------------------------------------------------------------
commit 9a919e82d9f56c5a150bd058767705d164b9c0d7
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Mon Jun 1 22:24:29 2015 +0200
Limit number of concurrent tests
>---------------------------------------------------------------
9a919e82d9f56c5a150bd058767705d164b9c0d7
testsuite/tests/ghc-api/annotations/all.T | 40 +++++++++++++++----------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T
index f6cb955..61551e8 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'])
More information about the ghc-commits
mailing list