diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-12 16:42:37 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-12 23:25:02 -0500 |
commit | 14500dab3e9c24d2701c8be6f5a0fca30531ab80 (patch) | |
tree | e6ce4d3ad30511df4da006ae4cda4c1f3ad435d7 /testsuite/tests/lib | |
parent | 250058891a52cb790bc53ab7cf947a8fb2837466 (diff) | |
download | haskell-14500dab3e9c24d2701c8be6f5a0fca30531ab80.tar.gz |
testsuite: Fix a number of GHCi-related failures due to integer-simple
Towards fixing #16043.
Diffstat (limited to 'testsuite/tests/lib')
-rw-r--r-- | testsuite/tests/lib/integer/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/lib/integer/all.T b/testsuite/tests/lib/integer/all.T index e9b19eb908..aa7371df0a 100644 --- a/testsuite/tests/lib/integer/all.T +++ b/testsuite/tests/lib/integer/all.T @@ -2,8 +2,8 @@ test('integerBits', normal, compile_and_run, ['']) test('integerConversions', normal, compile_and_run, ['']) # skip ghci as it doesn't support unboxed tuples test('integerGmpInternals', [reqlib('integer-gmp'), omit_ways('ghci')], compile_and_run, ['']) -test('plusMinusInteger', [reqlib('integer-gmp'), omit_ways('ghci')], compile_and_run, ['']) -test('integerConstantFolding', [], run_command, +test('plusMinusInteger', [omit_ways('ghci')], compile_and_run, ['']) +test('integerConstantFolding', broken_without_gmp, run_command, ['$MAKE -s --no-print-directory integerConstantFolding']) test('fromToInteger', [], run_command, ['$MAKE -s --no-print-directory fromToInteger']) |