[commit: ghc] master: testsuite: Only run T13143 in optasm way (23da02b)

git at git.haskell.org git at git.haskell.org
Mon Mar 27 03:00:23 UTC 2017


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

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

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

commit 23da02b1584a5f1b083185d479807ba0ec6eccfe
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Mar 25 12:07:32 2017 -0400

    testsuite: Only run T13143 in optasm way
    
    Otherwise we run it in the hpc way, which outputs different Core.


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

23da02b1584a5f1b083185d479807ba0ec6eccfe
 testsuite/tests/simplCore/should_compile/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index d6a539e..365aa44 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -235,7 +235,7 @@ test('T13025',
      normal,
      run_command,
      ['$MAKE -s --no-print-directory T13025'])
-test('T13143', normal, compile, ['-O -ddump-simpl -dsuppress-uniques'])
+test('T13143', only_ways(['optasm']), compile, ['-O -ddump-simpl -dsuppress-uniques'])
 test('T13156', normal, run_command, ['$MAKE -s --no-print-directory T13156'])
 test('T11444', normal, compile, [''])
 test('str-rules',



More information about the ghc-commits mailing list