[commit: ghc] master: Enable GHC API tests by default. (d333c03)

git at git.haskell.org git at git.haskell.org
Fri Aug 22 17:01:51 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d333c0313f0ec31c79cc72657e05f995bd69e376/ghc

>---------------------------------------------------------------

commit d333c0313f0ec31c79cc72657e05f995bd69e376
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Fri Aug 22 18:01:43 2014 +0100

    Enable GHC API tests by default.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


>---------------------------------------------------------------

d333c0313f0ec31c79cc72657e05f995bd69e376
 testsuite/tests/ghc-api/T4891/all.T        | 2 +-
 testsuite/tests/ghc-api/all.T              | 6 +++---
 testsuite/tests/ghc-api/apirecomp001/all.T | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/testsuite/tests/ghc-api/T4891/all.T b/testsuite/tests/ghc-api/T4891/all.T
index 64c2591..b9c08c3 100644
--- a/testsuite/tests/ghc-api/T4891/all.T
+++ b/testsuite/tests/ghc-api/T4891/all.T
@@ -1,3 +1,3 @@
-test('T4891', [when(fast(), skip), extra_clean(['X.hi', 'X.o'])],
+test('T4891', extra_clean(['X.hi', 'X.o']),
               run_command,
               ['$MAKE -s --no-print-directory T4891'])
diff --git a/testsuite/tests/ghc-api/all.T b/testsuite/tests/ghc-api/all.T
index 1f83dcd..489b3ed 100644
--- a/testsuite/tests/ghc-api/all.T
+++ b/testsuite/tests/ghc-api/all.T
@@ -1,10 +1,10 @@
 test('ghcApi', normal, compile_and_run, ['-package ghc'])
-test('T6145', when(fast(), skip),
+test('T6145', normal,
               run_command,
               ['$MAKE -s --no-print-directory T6145'])
-test('T8639_api', when(fast(), skip),
+test('T8639_api', normal,
               run_command,
               ['$MAKE -s --no-print-directory T8639_api'])
-test('T8628', when(fast(), skip),
+test('T8628', normal,
               run_command,
               ['$MAKE -s --no-print-directory T8628'])
diff --git a/testsuite/tests/ghc-api/apirecomp001/all.T b/testsuite/tests/ghc-api/apirecomp001/all.T
index f8f5abd..f58352a 100644
--- a/testsuite/tests/ghc-api/apirecomp001/all.T
+++ b/testsuite/tests/ghc-api/apirecomp001/all.T
@@ -1,4 +1,4 @@
 test('apirecomp001',
-     when(fast(), skip),
+     normal,
      run_command,
      ['$MAKE -s --no-print-directory apirecomp001'])



More information about the ghc-commits mailing list