Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/29d3a0ebcb1f41c91f33ac1823bdb6b2b930236c >--------------------------------------------------------------- commit 29d3a0ebcb1f41c91f33ac1823bdb6b2b930236c Author: Ian Lynagh <[email protected]> Date: Tue May 15 15:50:06 2012 +0100 Use -fobject-code for tests that use UnboxedTuples They were claiming to be broken because of #1257, but that is closed as wontfix. >--------------------------------------------------------------- tests/deSugar/should_run/all.T | 2 +- tests/parser/should_run/all.T | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/deSugar/should_run/all.T b/tests/deSugar/should_run/all.T index 92666b8..31b0878 100644 --- a/tests/deSugar/should_run/all.T +++ b/tests/deSugar/should_run/all.T @@ -16,7 +16,7 @@ test('dsrun010', normal, compile_and_run, ['']) test('dsrun011', skip_if_fast, compile_and_run, ['']) test('dsrun012', skip_if_fast, compile_and_run, ['']) test('dsrun013', normal, compile_and_run, ['']) -test('dsrun014', expect_broken_for(1257, ['ghci']), compile_and_run, ['']) +test('dsrun014', normal, compile_and_run, ['-fobject-code']) test('dsrun015', normal, compile_and_run, ['']) test('dsrun016', normal, compile_and_run, ['']) test('dsrun017', normal, compile_and_run, ['']) diff --git a/tests/parser/should_run/all.T b/tests/parser/should_run/all.T index 17d6bc0..6bc63d8 100644 --- a/tests/parser/should_run/all.T +++ b/tests/parser/should_run/all.T @@ -1,7 +1,7 @@ test('readRun001', normal, compile_and_run, ['']) test('readRun002', normal, compile_and_run, ['']) test('readRun003', normal, compile_and_run, ['']) -test('readRun004', expect_broken_for(1257, ['ghci']), compile_and_run, ['']) +test('readRun004', normal, compile_and_run, ['-fobject-code']) test('T1344', normal, compile_and_run, ['']) test('operator', normal, compile_and_run, ['']) test('operator2', normal, compile_and_run, ['']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
