diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-07-21 17:39:49 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-07-21 17:43:30 +0100 |
commit | 35eb736b3a171ce70bf4ddfe4717b0968cb1d1c6 (patch) | |
tree | 579870dad337ce4ccceccc85d3ec08d4d10e2501 | |
parent | 00f3187a615813b5dbc870f0477124c9cf76c9f2 (diff) | |
download | haskell-35eb736b3a171ce70bf4ddfe4717b0968cb1d1c6.tar.gz |
T4945 is working again
This test keeps flipping between ok and not-ok. In some ways
this isn't surprising, since it greps in the output of
-ddump-simpl, but I wish I knew exactly why. Anyway,
it's currently working again.
-rw-r--r-- | testsuite/tests/simplCore/should_compile/all.T | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T index ba2244ee02..d912a420c8 100644 --- a/testsuite/tests/simplCore/should_compile/all.T +++ b/testsuite/tests/simplCore/should_compile/all.T @@ -106,8 +106,12 @@ test('T4918', run_command, ['$MAKE -s --no-print-directory T4918']) +# This test flips too and fro about whether it passes +# I'm not sure why it is so delicate, but it greps the +# result of -ddump-simpl, which is never advertised to +# be very stable test('T4945', - expect_broken(4945), + normal, run_command, ['$MAKE -s --no-print-directory T4945']) |