diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-04-28 15:49:24 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-04-30 13:07:35 +0200 |
commit | 2ae39acd1309c85dbc579976674bcef7172510c2 (patch) | |
tree | 8a370a77d2f9aa60e8e86438cfbb7c10fbb2c197 /testsuite/tests/partial-sigs/should_compile | |
parent | c4259ff3defcac0d8f8075fd99884eef22e5d966 (diff) | |
download | haskell-2ae39acd1309c85dbc579976674bcef7172510c2.tar.gz |
Testsuite: accept new output for 2 partial-sigs tests
Test Plan: make TEST='ExtraNumAMROn TidyClash2'
Differential Revision: https://phabricator.haskell.org/D2155
GHC Trac Issues: #9478
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile')
3 files changed, 6 insertions, 7 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROn.stderr b/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROn.stderr index 20c574b544..11e2b1f94c 100644 --- a/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROn.stderr +++ b/testsuite/tests/partial-sigs/should_compile/ExtraNumAMROn.stderr @@ -3,5 +3,5 @@ TYPE SIGNATURES TYPE CONSTRUCTORS COERCION AXIOMS Dependent modules: [] -Dependent packages: [base-4.9.0.0, ghc-prim-0.3.1.0, - integer-gmp-0.5.1.0] +Dependent packages: [base-4.9.0.0, ghc-prim-0.5.0.0, + integer-gmp-1.0.0.1] diff --git a/testsuite/tests/partial-sigs/should_compile/PatBind2.stderr b/testsuite/tests/partial-sigs/should_compile/PatBind2.stderr index 551641c05f..7e31f81e60 100644 --- a/testsuite/tests/partial-sigs/should_compile/PatBind2.stderr +++ b/testsuite/tests/partial-sigs/should_compile/PatBind2.stderr @@ -1,7 +1,7 @@ TYPE SIGNATURES - f :: Bool -> Bool + foo :: Bool -> Bool TYPE CONSTRUCTORS COERCION AXIOMS Dependent modules: [] -Dependent packages: [base-4.9.0.0, ghc-prim-0.3.1.0, - integer-gmp-0.5.1.0]
\ No newline at end of file +Dependent packages: [base-4.9.0.0, ghc-prim-0.5.0.0, + integer-gmp-1.0.0.1] diff --git a/testsuite/tests/partial-sigs/should_compile/all.T b/testsuite/tests/partial-sigs/should_compile/all.T index cc8f478e40..f630d8bea3 100644 --- a/testsuite/tests/partial-sigs/should_compile/all.T +++ b/testsuite/tests/partial-sigs/should_compile/all.T @@ -20,8 +20,7 @@ test('ExpressionSigNamed', normal, compile, ['-ddump-types -fno-warn-partial-typ test('ExtraConstraints1', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures']) test('ExtraConstraints2', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures']) test('ExtraConstraints3', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures']) -# Bug -test('ExtraNumAMROn', expect_broken(9478), compile, ['-ddump-types -fno-warn-partial-type-signatures']) +test('ExtraNumAMROn', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures']) test('ExtraNumAMROff', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures']) test('Forall1', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures']) test('GenNamed', normal, compile, ['-ddump-types -fno-warn-partial-type-signatures']) |