[commit: ghc] ghc-7.8: Run testcase for 8124 only with threaded ways (e5c8d5b)

git at git.haskell.org git at git.haskell.org
Mon Mar 17 15:36:17 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/e5c8d5bc38dd4d3e42911ff3285f830f1b6df856/ghc

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

commit e5c8d5bc38dd4d3e42911ff3285f830f1b6df856
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Mar 7 16:05:39 2014 +0100

    Run testcase for 8124 only with threaded ways
    
    (cherry picked from commit 0014fb3dbf4a2096489a4800adf2d79a83a12274)


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

e5c8d5bc38dd4d3e42911ff3285f830f1b6df856
 testsuite/tests/rts/all.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index d36cc21..f7c4986 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -200,7 +200,7 @@ test('T8209', [ only_ways(threaded_ways), ignore_output ],
 test('T8242', [ only_ways(threaded_ways), ignore_output ],
               compile_and_run, [''])
 
-test('T8124', [ omit_ways(prof_ways + ['ghci']),
+test('T8124', [ only_ways(threaded_ways), omit_ways(['ghci']),
                  extra_clean(['T8124_c.o']),
                  pre_cmd('$MAKE -s --no-print-directory T8124_setup') ],
                  # The T8124_setup hack is to ensure that we generate



More information about the ghc-commits mailing list