[commit: ghc] master: Fix test results for T13380 (37a415e)

git at git.haskell.org git at git.haskell.org
Thu Mar 9 21:02:04 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/37a415e23cb68bf74d942453817a546c2652a457/ghc

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

commit 37a415e23cb68bf74d942453817a546c2652a457
Author: David Feuer <david.feuer at gmail.com>
Date:   Thu Mar 9 16:01:50 2017 -0500

    Fix test results for T13380
    
    They were `expect_broken` without any output. Add the actual
    output and remove the `expect_broken`.
    
    Reviewers: austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3306


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

37a415e23cb68bf74d942453817a546c2652a457
 testsuite/tests/stranal/should_run/T13380.stderr | 1 +
 testsuite/tests/stranal/should_run/all.T         | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/stranal/should_run/T13380.stderr b/testsuite/tests/stranal/should_run/T13380.stderr
new file mode 100644
index 0000000..6fa8811
--- /dev/null
+++ b/testsuite/tests/stranal/should_run/T13380.stderr
@@ -0,0 +1 @@
+T13380: user error (What)
diff --git a/testsuite/tests/stranal/should_run/all.T b/testsuite/tests/stranal/should_run/all.T
index 0764746..a07900b 100644
--- a/testsuite/tests/stranal/should_run/all.T
+++ b/testsuite/tests/stranal/should_run/all.T
@@ -14,4 +14,4 @@ test('T11076', normal, multimod_compile_and_run, ['T11076.hs', 'T11076_prim.cmm'
 test('T11555a', normal, compile_and_run, [''])
 test('T12368', exit_code(1), compile_and_run, [''])
 test('T12368a', exit_code(1), compile_and_run, [''])
-test('T13380', [expect_broken(13380), exit_code(1)], compile_and_run, [''])
+test('T13380', exit_code(1), compile_and_run, [''])



More information about the ghc-commits mailing list