diff options
author | Reid Barton <rwbarton@gmail.com> | 2013-10-01 20:56:20 -0400 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2013-10-01 21:05:52 -0500 |
commit | 61e097946bc52931ccff55ee976d14c6a71b3e95 (patch) | |
tree | 85c3a71f39a29812e8f8b8e48a9ee6501b68161c /testsuite/tests/lib | |
parent | 1e412574e5181065789d4fc930e3b55be0f75376 (diff) | |
download | haskell-61e097946bc52931ccff55ee976d14c6a71b3e95.tar.gz |
Skip integerGmpInternals in ghci (no unboxed tuples)
Issue #8393
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/tests/lib')
-rw-r--r-- | testsuite/tests/lib/integer/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/lib/integer/all.T b/testsuite/tests/lib/integer/all.T index 9364f41bb4..cdb88380e2 100644 --- a/testsuite/tests/lib/integer/all.T +++ b/testsuite/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, |