[commit: ghc] wip/ppc64-testsuite: testsuite: Mark tests broken on powerpc64 (dc79462)

git at git.haskell.org git at git.haskell.org
Sun Jan 27 13:33:28 UTC 2019


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

On branch  : wip/ppc64-testsuite
Link       : http://ghc.haskell.org/trac/ghc/changeset/dc79462dc60e9103b64f8c407cfdbb79266926ab/ghc

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

commit dc79462dc60e9103b64f8c407cfdbb79266926ab
Author: Peter Trommler <ptrommler at acm.org>
Date:   Sat Jan 26 15:04:45 2019 +0100

    testsuite: Mark tests broken on powerpc64


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

dc79462dc60e9103b64f8c407cfdbb79266926ab
 testsuite/tests/rts/all.T | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index ca8177c..54d78ad 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -457,6 +457,7 @@ test('keep-cafs-fail',
                  'KeepCafs2.hs', 'KeepCafsMain.hs']),
     when(opsys('mingw32'), expect_broken (5987)),
     when(platform('powerpc64le-unknown-linux'), expect_broken(11261)),
+    when(platform('powerpc64-unknown-linux'), expect_broken(11261)),
     when(opsys('freebsd'), expect_broken(16035)),
     filter_stdout_lines('Evaluated a CAF|exit.*'),
     ignore_stderr, # on OS X the shell emits an "Abort trap" message to stderr
@@ -470,6 +471,7 @@ test('keep-cafs',
                  'KeepCafs2.hs', 'KeepCafsMain.hs']),
     when(opsys('mingw32'), expect_broken (5987)),
     when(platform('powerpc64le-unknown-linux'), expect_broken(11261)),
+    when(platform('powerpc64-unknown-linux'), expect_broken(11261)),
     when(opsys('freebsd'), expect_broken(16035)),
   ],
   run_command,



More information about the ghc-commits mailing list