[Git][ghc/ghc][wip/js-staging] testsuite: skip T18481a T10678 and friends
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Thu Oct 20 22:10:21 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
ec2c43b0 by doyougnu at 2022-10-20T18:04:15-04:00
testsuite: skip T18481a T10678 and friends
- - - - -
3 changed files:
- testsuite/tests/primops/should_run/all.T
- testsuite/tests/rep-poly/all.T
- testsuite/tests/unlifted-datatypes/should_compile/all.T
Changes:
=====================================
testsuite/tests/primops/should_run/all.T
=====================================
@@ -8,7 +8,8 @@ test('T4442',
test('T10481', exit_code(1), compile_and_run, [''])
test('T10678',
[ collect_stats('bytes allocated',5),
- only_ways(['normal'])
+ only_ways(['normal']),
+ js_skip
],
compile_and_run, ['-O'])
test('T11296', normal, compile_and_run, [''])
=====================================
testsuite/tests/rep-poly/all.T
=====================================
@@ -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', normal, compile, [''])
+test('T18481a', js_skip, 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', normal, compile, ['-O'])
+test('EtaExpandDataCon', js_skip, 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', normal, backpack_run, [''])
+test('RepPolyBackpack5', js_skip, 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', normal, compile, [''])
+test('RepPolyUnliftedDatatype', js_skip, compile, [''])
test('RepPolyUnliftedDatatype2', normal, compile, ['-O'])
test('RepPolyUnliftedNewtype', normal, compile,
['-fno-warn-partial-type-signatures -fno-warn-deprecated-flags'])
=====================================
testsuite/tests/unlifted-datatypes/should_compile/all.T
=====================================
@@ -1,4 +1,4 @@
test('UnlDataMonoSigs', normal, compile, [''])
-test('UnlDataPolySigs', normal, compile, [''])
+test('UnlDataPolySigs', js_skip, compile, [''])
test('UnlDataFams', normal, compile, [''])
-test('UnlDataUsersGuide', normal, compile, [''])
+test('UnlDataUsersGuide', js_skip, compile, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ec2c43b0eb71f5aa91fcfe3f87f6497ef5f56ee2
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ec2c43b0eb71f5aa91fcfe3f87f6497ef5f56ee2
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221020/a5cf7731/attachment-0001.html>
More information about the ghc-commits
mailing list