[commit: ghc] master: T14732 now passes with the profasm way (c65159d)

git at git.haskell.org git at git.haskell.org
Wed May 30 20:31:15 UTC 2018


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

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

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

commit c65159dcf401d36e8920f43fec300264533642b9
Author: Alp Mestanogullari <alp at well-typed.com>
Date:   Sun May 27 11:48:01 2018 -0400

    T14732 now passes with the profasm way
    
    Simon PJ recently fixed the problem behind this failure
    so we can now expect this test to pass in all ways again.
    
    The fixes got introduced in the following commits:
      86bba7d519fb6050f78b7e3bac2b3f54273fd70e
      d191db48c43469ee1818887715bcbc5c0eb1d91f
    
    Test Plan: T14732 (profasm way)
    
    Reviewers: bgamari, RyanGlScott, simonpj
    
    Reviewed By: RyanGlScott, simonpj
    
    Subscribers: simonpj, RyanGlScott, rwbarton, thomie, carter
    
    GHC Trac Issues: #15163
    
    Differential Revision: https://phabricator.haskell.org/D4725


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

c65159dcf401d36e8920f43fec300264533642b9
 testsuite/tests/typecheck/should_compile/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T
index 0d5b210..7ed58f5 100644
--- a/testsuite/tests/typecheck/should_compile/all.T
+++ b/testsuite/tests/typecheck/should_compile/all.T
@@ -598,7 +598,7 @@ test('T14590', normal, compile, ['-fdefer-type-errors -fno-max-valid-substitutio
 # output we expect (T13032.stderr).
 test('T13032', omit_ways(['hpc', 'profasm']), compile, [''])
 test('T14273', normal, compile, ['-fdefer-type-errors -fno-max-valid-substitutions'])
-test('T14732', expect_broken_for(15163, ['profasm']), compile, [''])
+test('T14732', normal, compile, [''])
 test('T14774', [], run_command, ['$MAKE -s --no-print-directory T14774'])
 test('T14763', normal, compile, [''])
 test('T14811', normal, compile, [''])



More information about the ghc-commits mailing list