[commit: ghc] ghc-8.0: testsuite: Kill redundant test definitions (18d04a8)

git at git.haskell.org git at git.haskell.org
Wed Nov 16 14:50:02 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/18d04a87bb75ae198aace766d6b8d341b5f23083/ghc

>---------------------------------------------------------------

commit 18d04a87bb75ae198aace766d6b8d341b5f23083
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Nov 16 09:49:31 2016 -0500

    testsuite: Kill redundant test definitions


>---------------------------------------------------------------

18d04a87bb75ae198aace766d6b8d341b5f23083
 testsuite/tests/partial-sigs/should_compile/all.T | 1 -
 testsuite/tests/patsyn/should_compile/all.T       | 1 -
 testsuite/tests/typecheck/should_fail/all.T       | 1 -
 3 files changed, 3 deletions(-)

diff --git a/testsuite/tests/partial-sigs/should_compile/all.T b/testsuite/tests/partial-sigs/should_compile/all.T
index 6687a03..3cec3e0 100644
--- a/testsuite/tests/partial-sigs/should_compile/all.T
+++ b/testsuite/tests/partial-sigs/should_compile/all.T
@@ -64,4 +64,3 @@ test('T11016', normal, compile, [''])
 test('T11192', normal, compile, [''])
 test('T12156', normal, compile_fail, ['-fdefer-typed-holes'])
 test('T12531', normal, compile, ['-fdefer-typed-holes'])
-test('T12156', normal, compile, ['-fdefer-typed-holes'])
diff --git a/testsuite/tests/patsyn/should_compile/all.T b/testsuite/tests/patsyn/should_compile/all.T
index dd52a48..f8c466c 100644
--- a/testsuite/tests/patsyn/should_compile/all.T
+++ b/testsuite/tests/patsyn/should_compile/all.T
@@ -55,7 +55,6 @@ test('T12094', normal, compile, [''])
 test('T12484', normal, compile, [''])
 test('T12489', normal, compile, [''])
 test('T11959', expect_broken(11959), multimod_compile, ['T11959', '-v0'])
-test('T12615', normal, compile, [''])
 test('T11987', normal, multimod_compile, ['T11987', '-v0'])
 test('T12615', normal, compile, [''])
 test('T12698', normal, compile, [''])
diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index df6141a..1c28f11 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -427,4 +427,3 @@ test('T11990b', normal, compile_fail, [''])
 test('T12124', normal, compile_fail, [''])
 test('T12529', normal, compile_fail, [''])
 test('T12589', normal, compile_fail, [''])
-test('T12529', normal, compile_fail, [''])



More information about the ghc-commits mailing list