[commit: testsuite] master: Skip integerGmpInternals in ghci (no unboxed tuples) (47189a3)

git at git.haskell.org git
Wed Oct 2 05:55:32 UTC 2013


Repository : ssh://git at git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/47189a3c391c9d3d75d530de2ca7a645b67d78b1/testsuite

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

commit 47189a3c391c9d3d75d530de2ca7a645b67d78b1
Author: Reid Barton <rwbarton at gmail.com>
Date:   Tue Oct 1 20:56:20 2013 -0400

    Skip integerGmpInternals in ghci (no unboxed tuples)
    
    Issue #8393
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

47189a3c391c9d3d75d530de2ca7a645b67d78b1
 tests/lib/integer/all.T |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/lib/integer/all.T b/tests/lib/integer/all.T
index 9364f41..cdb8838 100644
--- a/tests/lib/integer/all.T
+++ b/tests/lib/integer/all.T
@@ -1,6 +1,7 @@
 test('integerBits', normal, compile_and_run, [''])
 test('integerConversions', normal, compile_and_run, [''])
-test('integerGmpInternals', reqlib('integer-gmp'), compile_and_run, [''])
+# skip ghci as it doesn't support unboxed tuples
+test('integerGmpInternals', [reqlib('integer-gmp'), omit_ways('ghci')], compile_and_run, [''])
 test('integerConstantFolding',
      extra_clean(['integerConstantFolding.simpl']),
      run_command,




More information about the ghc-commits mailing list