[commit: ghc] ghc-8.2: testsuite: Only run T13143 in optasm way (f76fbfa)

git at git.haskell.org git at git.haskell.org
Mon Mar 27 03:01:17 UTC 2017


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

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/f76fbfacdb06d1657797fbe2a2026d10e33b39ac/ghc

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

commit f76fbfacdb06d1657797fbe2a2026d10e33b39ac
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.
    
    (cherry picked from commit 23da02b1584a5f1b083185d479807ba0ec6eccfe)


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

f76fbfacdb06d1657797fbe2a2026d10e33b39ac
 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