[commit: ghc] master: testsuite: EtaExpandLevPoly now passes in profiled ways (e69590f)

git at git.haskell.org git at git.haskell.org
Sun Oct 28 17:41:24 UTC 2018


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

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

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

commit e69590f1bdbbb605921f125050929c7b84f00d28
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Sun Oct 28 12:32:40 2018 -0400

    testsuite: EtaExpandLevPoly now passes in profiled ways
    
    Summary:
    This failure was originally tracked in #15066 but it seems the problem
    has somehow resolved itself.
    
    Reviewers: alpmestan
    
    Reviewed By: alpmestan
    
    Subscribers: rwbarton, carter
    
    Differential Revision: https://phabricator.haskell.org/D5242


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

e69590f1bdbbb605921f125050929c7b84f00d28
 testsuite/tests/typecheck/should_run/all.T | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/testsuite/tests/typecheck/should_run/all.T b/testsuite/tests/typecheck/should_run/all.T
index 4f75c70..bdf70e0 100755
--- a/testsuite/tests/typecheck/should_run/all.T
+++ b/testsuite/tests/typecheck/should_run/all.T
@@ -119,10 +119,7 @@ test('KindInvariant', normal, ghci_script, ['KindInvariant.script'])
 # unboxed sums and ghci does not support those yet.
 test('StrictPats', omit_ways(['ghci']), compile_and_run, [''])
 test('T12809', omit_ways(['ghci']), compile_and_run, [''])
-test('EtaExpandLevPoly', [ omit_ways(['ghci'])
-                         # triggers a core lint error in profiled ways
-			 , expect_broken_for(15066, ['profasm', 'profthreaded'])
-			 ], compile_and_run, [''])
+test('EtaExpandLevPoly', omit_ways(['ghci']), compile_and_run, [''])
 
 test('TestTypeableBinary', normal, compile_and_run, [''])
 test('Typeable1', normal, compile_fail, ['-Werror'])



More information about the ghc-commits mailing list