Skip to content
Snippets Groups Projects
Commit ded33aa6 authored by Josh Meredith's avatar Josh Meredith :flag_au:
Browse files

Use js_broken(22360) for releavant tests

parent 9f9e3350
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ test('T10481', exit_code(1), compile_and_run, [''])
test('T10678',
[ collect_stats('bytes allocated',5),
only_ways(['normal']),
js_skip
js_broken(22360)
],
compile_and_run, ['-O'])
test('T11296', normal, compile_and_run, [''])
......
......@@ -15,7 +15,7 @@ test('T18170b', [extra_files(['T18170c.hs']), expect_broken(19893)], multimod_co
# T18170b isn't actually broken, but it causes a Core Lint error
# even though the program is (correctly) rejected by the typechecker
test('T18481', normal, compile, [''])
test('T18481a', js_skip, compile, [''])
test('T18481a', js_broken(22360), compile, [''])
test('T18534', normal, compile_fail, [''])
test('T19615', normal, compile_fail, [''])
test('T19709a', normal, compile_fail, [''])
......@@ -30,7 +30,7 @@ test('T20426', normal, compile_fail, [''])
test('T21239', normal, compile, [''])
test('T21544', normal, compile, ['-Wno-deprecated-flags'])
test('EtaExpandDataCon', js_skip, compile, ['-O'])
test('EtaExpandDataCon', js_broken(22360), compile, ['-O'])
test('EtaExpandStupid1', normal, compile, ['-Wno-deprecated-flags'])
test('EtaExpandStupid2', normal, compile_fail, ['-Wno-deprecated-flags'])
test('LevPolyLet', normal, compile_fail, [''])
......@@ -43,7 +43,7 @@ test('RepPolyBackpack1', normal, backpack_compile_fail, [''])
test('RepPolyBackpack2', req_c, backpack_run, [''])
test('RepPolyBackpack3', normal, backpack_compile_fail, [''])
test('RepPolyBackpack4', req_c, backpack_run, [''])
test('RepPolyBackpack5', js_skip, backpack_run, [''])
test('RepPolyBackpack5', js_broken(22360), backpack_run, [''])
test('RepPolyBinder', normal, compile_fail, [''])
test('RepPolyCase1', normal, compile_fail, [''])
test('RepPolyClassMethod', normal, compile_fail, [''])
......@@ -79,7 +79,7 @@ test('RepPolySum', normal, compile_fail, [''])
test('RepPolyTuple', normal, compile_fail, [''])
test('RepPolyTupleSection', normal, compile_fail, [''])
test('RepPolyUnboxedPatterns', normal, compile_fail, [''])
test('RepPolyUnliftedDatatype', js_skip, compile, [''])
test('RepPolyUnliftedDatatype', js_broken(22360), compile, [''])
test('RepPolyUnliftedDatatype2', js_skip, compile, ['-O'])
test('RepPolyUnliftedNewtype', normal, compile,
['-fno-warn-partial-type-signatures -fno-warn-deprecated-flags'])
......
test('UnlDataMonoSigs', normal, compile, [''])
test('UnlDataPolySigs', js_skip, compile, [''])
test('UnlDataPolySigs', js_broken(22360), compile, [''])
test('UnlDataFams', normal, compile, [''])
test('UnlDataUsersGuide', js_skip, compile, [''])
test('UnlDataUsersGuide', js_broken(22360), 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