summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_compile/all.T
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-01-29 04:05:15 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2016-01-29 05:27:51 +0100
commit61e4d6b10e06e820d976137b223b1f4f6dbed2a6 (patch)
treed75611adc8f22d19eed8b443f145e2bcb8ef395a /testsuite/tests/dependent/should_compile/all.T
parent1b72534b99ea17012746ef97b4892a7c9c3450dd (diff)
downloadhaskell-61e4d6b10e06e820d976137b223b1f4f6dbed2a6.tar.gz
Mark dynamic-paper as expect_fail_for optasm and optllvm (#11330)
It passes with `-O -fhpc` though, strange... (I didn't read the paper)
Diffstat (limited to 'testsuite/tests/dependent/should_compile/all.T')
-rw-r--r--testsuite/tests/dependent/should_compile/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/dependent/should_compile/all.T b/testsuite/tests/dependent/should_compile/all.T
index 450907275b..571a9fb711 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, [''])