Fix the patch for test 3677 -- those tests are now all prefixed

with 'T', and I've no idea how I managed to merge it without
the 'T'.
This commit is contained in:
kili 2018-01-28 19:40:29 +00:00
parent b28d685d2b
commit a702a6aeba

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-testsuite_tests_codeGen_should_run_all_T,v 1.4 2018/01/22 00:42:30 kili Exp $
$OpenBSD: patch-testsuite_tests_codeGen_should_run_all_T,v 1.5 2018/01/28 19:40:29 kili Exp $
With 8k of stack, this test fails for WAY=normal.
@ -10,7 +10,7 @@ Index: testsuite/tests/codeGen/should_run/all.T
test('T3207', normal, compile_and_run, [''])
test('T3561', normal, compile_and_run, [''])
-test('T3677', extra_run_opts('+RTS -K8k -RTS'), compile_and_run, [''])
+test('3677', extra_run_opts('+RTS -K10k -RTS'), compile_and_run, [''])
+test('T3677', extra_run_opts('+RTS -K10k -RTS'), compile_and_run, [''])
test('T4441', normal, compile_and_run, [''])
test('T5149', omit_ways(['ghci']), multi_compile_and_run,
['T5149', [('T5149_cmm.cmm', '')], ''])