Skip to content
Snippets Groups Projects
Commit dc646e6f authored by Sylvain Henry's avatar Sylvain Henry Committed by Marge Bot
Browse files

Disable T9930fail for the JS target (cf #19174)

parent f849c5fc
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,12 @@ test('ghc-e-fail2', req_interp, makefile_test, ['ghc-e-fail2'])
# Don't run on Windows, as executable is written to T9930.exe
# and no failure is induced.
test('T9930fail', [extra_files(['T9930']), when(opsys('mingw32'), skip)],
test('T9930fail',
[extra_files(['T9930']),
when(opsys('mingw32'), skip),
# broken for JS until cross-compilers become stage2 compilers (#19174)
# or until we bootstrap with a 9.10 compiler
js_broken(19174)],
makefile_test, ['T9930fail'])
test('T18441fail0', req_interp, makefile_test, ['T18441fail0'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment