summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/integer/all.T
blob: 55154265fcb4c0b750366dee63713362915da5e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
test('integerBits', normal, compile_and_run, [''])
test('integerConversions', normal, compile_and_run, [''])
## 'integerGmpInternals' disabled till the extra primitives are re-implemented
# 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'])
     , when(compiler_debugged(), expect_broken(8525))],
     run_command,
     ['$MAKE -s --no-print-directory integerConstantFolding'])
test('fromToInteger',
     extra_clean(['fromToInteger.simpl']),
     run_command,
     ['$MAKE -s --no-print-directory fromToInteger'])
test('IntegerConversionRules',
     extra_clean(['IntegerConversionRules.simpl']),
     run_command,
     ['$MAKE -s --no-print-directory IntegerConversionRules'])
test('gcdInteger', normal, compile_and_run, [''])