From a702a6aeba53150347a15c2b24d834bfc4c94708 Mon Sep 17 00:00:00 2001 From: kili Date: Sun, 28 Jan 2018 19:40:29 +0000 Subject: [PATCH] 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'. --- .../patches/patch-testsuite_tests_codeGen_should_run_all_T | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ghc/patches/patch-testsuite_tests_codeGen_should_run_all_T b/lang/ghc/patches/patch-testsuite_tests_codeGen_should_run_all_T index 4d3382f9dba..198f52c8b0b 100644 --- a/lang/ghc/patches/patch-testsuite_tests_codeGen_should_run_all_T +++ b/lang/ghc/patches/patch-testsuite_tests_codeGen_should_run_all_T @@ -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', '')], ''])