summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric
diff options
context:
space:
mode:
authorReid Barton <rwbarton@gmail.com>2016-01-21 21:09:21 -0500
committerReid Barton <rwbarton@gmail.com>2016-01-21 21:09:21 -0500
commit85e147e0807ffa1f24666e93658d9608752b351a (patch)
tree7b74ae832b8d0ae95eb4da4ea61f22d81f449d20 /testsuite/tests/numeric
parentb617e9fe9ce22fb108b7e4a6694167dd893b9dfc (diff)
downloadhaskell-85e147e0807ffa1f24666e93658d9608752b351a.tar.gz
Always run test T9407
We don't know what the cause of the bug was, or what commit fixed it. or why it was Windows only. So it seems prudent to run it in all configurations, in case the bug should crop up again.
Diffstat (limited to 'testsuite/tests/numeric')
-rw-r--r--testsuite/tests/numeric/should_run/all.T6
1 files changed, 1 insertions, 5 deletions
diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T
index b097c7fa77..527ce27209 100644
--- a/testsuite/tests/numeric/should_run/all.T
+++ b/testsuite/tests/numeric/should_run/all.T
@@ -62,11 +62,7 @@ test('T7233', normal, compile_and_run, [''])
test('NumDecimals', normal, compile_and_run, [''])
test('T8726', normal, compile_and_run, [''])
test('CarryOverflow', omit_ways(['ghci']), compile_and_run, [''])
-test('T9407', [
- unless(opsys('mingw32') and wordsize(64), skip),
- only_ways(['optasm'])
- ],
- compile_and_run, [''])
+test('T9407', normal, compile_and_run, [''])
test('T9810', normal, compile_and_run, [''])
test('T10011', normal, compile_and_run, [''])
test('T10962', omit_ways(['ghci']), compile_and_run, [''])