summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-03-07 22:33:46 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-08 15:02:31 -0500
commitf1fd3ffbdccf471c43f3c36d6ecb4bd5da33c097 (patch)
treee771515256b3b5ddf109fe2e5a0ca75828ae1926
parent7bcb192b8a2beea171fd49907c92461fa31acac8 (diff)
downloadhaskell-f1fd3ffbdccf471c43f3c36d6ecb4bd5da33c097.tar.gz
testsuite: Mark ffi023 as broken due to #23089
-rw-r--r--testsuite/tests/ffi/should_run/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ffi/should_run/all.T b/testsuite/tests/ffi/should_run/all.T
index 7bed07bec9..731943c919 100644
--- a/testsuite/tests/ffi/should_run/all.T
+++ b/testsuite/tests/ffi/should_run/all.T
@@ -191,6 +191,7 @@ test('T8083', [omit_ways(['ghci']), req_c], compile_and_run, ['T8083_c.c'])
test('T9274', [omit_ways(['ghci'])], compile_and_run, [''])
test('ffi023', [ omit_ways(['ghci']),
+ expect_broken_for(23089, ['threaded2', 'nonmoving_thr', 'nonmoving_thr_sanity', 'nonmoving_thr_ghc']),
extra_run_opts('1000 4'),
js_broken(22363),
pre_cmd('$MAKE -s --no-print-directory ffi023_setup') ],