[Git][ghc/ghc][wip/js-staging] testsuite: skip RepPolyUnliftedDatatype2 for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Thu Oct 20 22:14:56 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
ad8afc1e by doyougnu at 2022-10-20T18:13:49-04:00
testsuite: skip RepPolyUnliftedDatatype2 for JS
- - - - -
1 changed file:
- testsuite/tests/rep-poly/all.T
Changes:
=====================================
testsuite/tests/rep-poly/all.T
=====================================
@@ -80,7 +80,7 @@ test('RepPolyTuple', normal, compile_fail, [''])
test('RepPolyTupleSection', normal, compile_fail, [''])
test('RepPolyUnboxedPatterns', normal, compile_fail, [''])
test('RepPolyUnliftedDatatype', js_skip, compile, [''])
-test('RepPolyUnliftedDatatype2', normal, compile, ['-O'])
+test('RepPolyUnliftedDatatype2', js_skip, compile, ['-O'])
test('RepPolyUnliftedNewtype', normal, compile,
['-fno-warn-partial-type-signatures -fno-warn-deprecated-flags'])
test('RepPolyWildcardPattern', normal, compile_fail, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ad8afc1e1ad92926b0ed1fd50553d7145c041724
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ad8afc1e1ad92926b0ed1fd50553d7145c041724
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/afb9fa05/attachment.html>
More information about the ghc-commits
mailing list