summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/cabal01/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/cabal/cabal01/all.T')
-rw-r--r--testsuite/tests/cabal/cabal01/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/cabal/cabal01/all.T b/testsuite/tests/cabal/cabal01/all.T
index 4a17490f18..123a64c59d 100644
--- a/testsuite/tests/cabal/cabal01/all.T
+++ b/testsuite/tests/cabal/cabal01/all.T
@@ -23,6 +23,7 @@ def ignoreLdOutput(str):
test('cabal01',
[extra_files(['A.hs', 'B/', 'MainA.hs', 'Setup.lhs', 'c_src/', 'hello.c', 'test.cabal']),
- normalise_errmsg_fun(ignoreLdOutput)],
+ normalise_errmsg_fun(ignoreLdOutput),
+ js_broken(22351)],
run_command,
['$MAKE -s --no-print-directory cabal01 VANILLA=' + vanilla + ' PROF=' + prof + ' DYN=' + dyn + ' ' + cleanup])