diff options
author | Ian Lynagh <igloo@earth.li> | 2010-09-22 15:09:43 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-09-22 15:09:43 +0000 |
commit | 9fd203ab8b09b539c25b20182c3af6654d206253 (patch) | |
tree | 7885b263f8320233d4b07a83ed41ecef8332a408 /testsuite/tests/ghc-regress/ghc-e | |
parent | 71c1833b04699364af8c9772f024118a774c6045 (diff) | |
download | haskell-9fd203ab8b09b539c25b20182c3af6654d206253.tar.gz |
Skip some more tests when the compiler is profiled
Diffstat (limited to 'testsuite/tests/ghc-regress/ghc-e')
-rw-r--r-- | testsuite/tests/ghc-regress/ghc-e/should_run/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/ghc-e/should_run/all.T b/testsuite/tests/ghc-regress/ghc-e/should_run/all.T index b4cb856d5f..b4aec446c4 100644 --- a/testsuite/tests/ghc-regress/ghc-e/should_run/all.T +++ b/testsuite/tests/ghc-regress/ghc-e/should_run/all.T @@ -1,4 +1,6 @@ +setTestOpts(if_compiler_profiled(skip)) + test('ghc-e001', normal, run_command, ['$MAKE --no-print-directory -s ghc-e001']) test('ghc-e002', normal, run_command, ['$MAKE --no-print-directory -s ghc-e002']) test('ghc-e003', normal, run_command, ['$MAKE --no-print-directory -s ghc-e003']) |