diff --git a/testsuite/tests/overloadedrecflds/should_compile/all.T b/testsuite/tests/overloadedrecflds/should_compile/all.T index 690b39a2b5baeab0cd4279b270e9abe64a6c5b3c..9104b5180f1e96b5b38099a56d551b93dc50d0ff 100644 --- a/testsuite/tests/overloadedrecflds/should_compile/all.T +++ b/testsuite/tests/overloadedrecflds/should_compile/all.T @@ -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']) diff --git a/testsuite/tests/overloadedrecflds/should_run/all.T b/testsuite/tests/overloadedrecflds/should_run/all.T index af33803acdf6882de57868a5774d7fbe621b3ff9..3d5b4b336a4d828b85e563d2aa0a700116a2dab1 100644 --- a/testsuite/tests/overloadedrecflds/should_run/all.T +++ b/testsuite/tests/overloadedrecflds/should_run/all.T @@ -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, ['']) diff --git a/testsuite/tests/saks/should_compile/all.T b/testsuite/tests/saks/should_compile/all.T index c7aece981ea6e6dd034c1572d82e643190fe697c..339b1a7203d17c1c9883066f6f4bc36ad8a9d63c 100644 --- a/testsuite/tests/saks/should_compile/all.T +++ b/testsuite/tests/saks/should_compile/all.T @@ -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']) diff --git a/testsuite/tests/showIface/all.T b/testsuite/tests/showIface/all.T index 528840075716431ba68f1bd6d7f8eaedf473b3e1..fe1af75b617c825554397857a347cebb7086d109 100644 --- a/testsuite/tests/showIface/all.T +++ b/testsuite/tests/showIface/all.T @@ -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, []) diff --git a/testsuite/tests/vdq-rta/should_compile/all.T b/testsuite/tests/vdq-rta/should_compile/all.T index 4d94adbc76468a2a1370695172ad33cdb029a517..f5408847c788389d45135de08f966da91e743c35 100644 --- a/testsuite/tests/vdq-rta/should_compile/all.T +++ b/testsuite/tests/vdq-rta/should_compile/all.T @@ -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, [''])