From 43ebe24aed3bfb4decd958ca91313ab2773abd51 Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Wed, 3 Jun 2015 14:48:23 +0200 Subject: Testsuite: delete expect_fail setups for hugs This makes it easier to grep for expect_fail in the tests directory. Differential Revision: https://phabricator.haskell.org/D964 --- testsuite/tests/parser/should_compile/all.T | 4 ++-- testsuite/tests/parser/should_fail/all.T | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuite/tests/parser') diff --git a/testsuite/tests/parser/should_compile/all.T b/testsuite/tests/parser/should_compile/all.T index 9e7612c967..eec0a12b69 100644 --- a/testsuite/tests/parser/should_compile/all.T +++ b/testsuite/tests/parser/should_compile/all.T @@ -45,8 +45,8 @@ test('read029', normal, compile, ['']) test('read030', normal, compile, ['']) test('read031', normal, compile, ['']) test('read032', normal, compile, ['']) -test('read033', when(compiler_type('hugs'), expect_fail), compile, ['']) -test('read034', when(compiler_type('hugs'), expect_fail), compile, ['']) +test('read033', normal, compile, ['']) +test('read034', normal, compile, ['']) test('read036', normal, compile, ['']) test('read037', normal, compile, ['']) test('read038', normal, compile, ['']) diff --git a/testsuite/tests/parser/should_fail/all.T b/testsuite/tests/parser/should_fail/all.T index 0352235180..cc59a14d28 100644 --- a/testsuite/tests/parser/should_fail/all.T +++ b/testsuite/tests/parser/should_fail/all.T @@ -23,7 +23,7 @@ test('readFail020', normal, compile_fail, ['']) # empty file (length zero) is not a legal Haskell module. It fails to compile # because it doesn't contain a definition of Main.main. GHC 5.02 crashed # on this example. -test('readFail021', when(compiler_type('hugs'), expect_fail), compile_fail, ['']) +test('readFail021', normal, compile_fail, ['']) test('readFail022', normal, compile_fail, ['']) test('readFail023', normal, compile_fail, ['']) -- cgit v1.2.1