diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-04 22:50:00 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 08:19:59 -0400 |
commit | eb644865b1f5723ddc4e5a1c0187a116fa4cb175 (patch) | |
tree | 6c17fb820f5f24c9f34d831686910f3130a9cc3e | |
parent | 9b5833208bdbac027c960da13bb4184125d596a5 (diff) | |
download | haskell-eb644865b1f5723ddc4e5a1c0187a116fa4cb175.tar.gz |
testsuite: Mark T14761c as broken in hpc, profasm, and optasm ways
As noted in #16540.
-rw-r--r-- | testsuite/tests/typecheck/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T index 42f0480fd0..850b271140 100644 --- a/testsuite/tests/typecheck/should_compile/all.T +++ b/testsuite/tests/typecheck/should_compile/all.T @@ -659,7 +659,7 @@ test('T15586', normal, compile, ['']) test('T15368', normal, compile, ['-fdefer-type-errors']) test('T15645', normal, compile, ['-Wwarn=missing-monadfail-instances']) test('T15778', normal, compile, ['']) -test('T14761c', normal, compile, ['']) +test('T14761c', expect_broken_for(16540, ['hpc', 'profasm', 'optasm']), compile, ['']) test('T16008', normal, compile, ['']) test('T16033', normal, compile, ['']) test('T16141', normal, compile, ['-O']) |