Skip to content

Commit

Permalink
Mark type-rep as broken until #5869 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Dec 2, 2013
1 parent 8c9b01c commit 7baefa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gadt/all.T
Expand Up @@ -40,7 +40,7 @@ test('gadt23',
test('gadt24', normal, compile, [''])

test('red-black', normal, compile, [''])
test('type-rep', when(fast(), skip), compile_and_run, [''])
test('type-rep', [ when(fast(), skip), expect_broken_for(8569, ['hpc','optasm','threaded2','dyn','optllvm']) ] , compile_and_run, [''])
test('equal', normal, compile, [''])
test('nbe', normal, compile, [''])
test('while', normal, compile_and_run, [''])
Expand Down

0 comments on commit 7baefa8

Please sign in to comment.