Skip to content
Snippets Groups Projects
Commit 62dded28 authored by Teo Camarasu's avatar Teo Camarasu
Browse files

testsuite: mark tests broken by #24886

Now that `template-haskell` is no longer wired-in.
These tests are triggering #24886, and so need to be marked broken.
parent 228dcae6
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ test('BootFldReexport'
# the final module (BootFldReexport), but not fail earlier.
, ['BootFldReexport', '-v0'])
test('T23220'
, [req_th, extra_files(['T23220_aux.hs'])]
, [req_th, extra_files(['T23220_aux.hs']), js_broken(24886)]
, multimod_compile, ['T23220_aux.hs T23220.hs', '-v0'])
test('T22106_A', [extra_files(['T22106_aux.hs'])], multimod_compile, ['T22106_A', '-v0'])
test('T22106_B', [extra_files(['T22106_aux.hs'])], multimod_compile, ['T22106_B', '-v0'])
......
......@@ -3,7 +3,7 @@ test('overloadedrecfldsrun01', [], multimod_compile_and_run,
test('overloadedrecfldsrun02', [extra_files(['OverloadedRecFldsRun02_A.hs'])], multimod_compile_and_run,
['overloadedrecfldsrun02', ''])
test('overloadedrecfldsrun03', normal, compile_and_run, [''])
test('overloadedrecfldsrun04', [req_th,omit_ways(prof_ways)], compile_and_run, [''])
test('overloadedrecfldsrun04', [req_th,omit_ways(prof_ways), js_broken(24886)], compile_and_run, [''])
test('overloadedrecfldsrun05', normal, compile_and_run, [''])
test('overloadedrecfldsrun07', normal, compile_and_run, [''])
test('overloadedrecflds_generics', normal, compile_and_run, [''])
......
......@@ -37,5 +37,5 @@ test('T16721', normal, ghci_script, ['T16721.script'])
test('T16756a', normal, compile, [''])
test('saks027', req_th, compile, ['-v0 -ddump-splices -dsuppress-uniques'])
test('saks028', req_th, compile, [''])
test('saks028', [req_th, js_broken(24886)], compile, [''])
test('T17164', req_th, compile, ['-v0 -ddump-splices -dsuppress-uniques'])
......@@ -3,7 +3,7 @@ test('DocsInHiFile0', extra_files(['DocsInHiFile.hs']), makefile_test, [])
test('DocsInHiFile1', extra_files(['DocsInHiFile.hs']), makefile_test, [])
test('T17871', [extra_files(['T17871a.hs'])], multimod_compile, ['T17871', '-v0'])
test('DocsInHiFileTH',
[extra_files(['DocsInHiFileTHExternal.hs', 'DocsInHiFileTH.hs']), req_th],
[extra_files(['DocsInHiFileTHExternal.hs', 'DocsInHiFileTH.hs']), req_th, js_broken(24886)],
makefile_test, [])
test('NoExportList', normal, makefile_test, [])
test('PragmaDocs', normal, makefile_test, [])
......
......@@ -26,6 +26,6 @@ test('T24570', normal, compile, [''])
test('T22326_th_dump1', req_th, compile, ['-v0 -ddump-splices -dsuppress-uniques'])
test('T23739_th_dump1', req_th, compile, ['-v0 -ddump-splices -dsuppress-uniques'])
test('T22326_th_pprint1', req_th, compile, [''])
test('T23739_th_pprint1', req_th, compile, [''])
test('T23738_th', req_th, compile, [''])
\ No newline at end of file
test('T22326_th_pprint1', [req_th, js_broken(24886)], compile, [''])
test('T23739_th_pprint1', [req_th, js_broken(24886)], compile, [''])
test('T23738_th', req_th, compile, [''])
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