Repository : ssh://g...@git.haskell.org/testsuite On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/47189a3c391c9d3d75d530de2ca7a645b67d78b1/testsuite
>--------------------------------------------------------------- commit 47189a3c391c9d3d75d530de2ca7a645b67d78b1 Author: Reid Barton <rwbar...@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 <aus...@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, _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits