From c213ae2ec6d9c71266aebc8e5b2326a9625fba7a Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 21 Nov 2011 14:37:15 +0000 Subject: executeFile001: omit profiling ways The RTS doesn't get a chance to produce the profile output after executeFile, so tests that check for correct profiling output will fail. --- tests/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/all.T b/tests/all.T index 273d185..4b888be 100644 --- a/tests/all.T +++ b/tests/all.T @@ -59,4 +59,4 @@ test('3816', normal, compile_and_run, ['-package unix']) test('processGroup001', normal, compile_and_run, ['-package unix']) test('processGroup002', normal, compile_and_run, ['-package unix']) -test('executeFile001', normal, compile_and_run, ['-package unix']) +test('executeFile001', omit_ways(prof_ways), compile_and_run, ['-package unix']) -- cgit v1.2.3