[commit: ghc] master: Mark dynamic-paper as expect_fail_for optasm and optllvm (#11330) (61e4d6b)

git at git.haskell.org git at git.haskell.org
Fri Jan 29 04:27:27 UTC 2016


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

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

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

commit 61e4d6b10e06e820d976137b223b1f4f6dbed2a6
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Fri Jan 29 04:05:15 2016 +0100

    Mark dynamic-paper as expect_fail_for optasm and optllvm (#11330)
    
    It passes with `-O -fhpc` though, strange... (I didn't read the paper)


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

61e4d6b10e06e820d976137b223b1f4f6dbed2a6
 testsuite/tests/dependent/should_compile/all.T | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/dependent/should_compile/all.T b/testsuite/tests/dependent/should_compile/all.T
index 4509072..571a9fb 100644
--- a/testsuite/tests/dependent/should_compile/all.T
+++ b/testsuite/tests/dependent/should_compile/all.T
@@ -10,7 +10,10 @@ test('RaeBlogPost', normal, compile, [''])
 test('mkGADTVars', normal, compile, [''])
 test('TypeLevelVec',normal,compile, [''])
 test('T9632', normal, compile, [''])
-test('dynamic-paper', normal, compile, [''])
+# Simon says in #11330: The "simplifier ticks exhausted" error is expected;
+# see Section 7 of the paper:
+# http://research.microsoft.com/en-us/um/people/simonpj/papers/haskell-dynamic/
+test('dynamic-paper', expect_fail_for(['optasm', 'optllvm']), compile, [''])
 test('T11311', normal, compile, [''])
 test('T11405', normal, compile, [''])
 



More information about the ghc-commits mailing list