[Git][ghc/ghc][wip/js-staging] Use js_broken(22364) for affected tests

Josh Meredith (@JoshMeredith) gitlab at gitlab.haskell.org
Wed Oct 26 13:24:17 UTC 2022



Josh Meredith pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC


Commits:
687d4d06 by Josh Meredith at 2022-10-26T13:24:06+00:00
Use js_broken(22364) for affected tests

- - - - -


4 changed files:

- testsuite/tests/dependent/should_compile/all.T
- testsuite/tests/indexed-types/should_compile/all.T
- testsuite/tests/rep-poly/all.T
- testsuite/tests/typecheck/should_compile/all.T


Changes:

=====================================
testsuite/tests/dependent/should_compile/all.T
=====================================
@@ -1,6 +1,6 @@
 test('Dep1', only_ways(['normal']), compile, [''])
 test('Dep2', only_ways(['normal']), compile, [''])
-test('Dep3', [only_ways(['normal']), js_skip], compile, [''])
+test('Dep3', [only_ways(['normal']), js_broken(22364)], compile, [''])
 test('KindEqualities', only_ways(['normal']), compile, [''])
 test('KindEqualities2', [req_th,only_ways(['normal'])], compile, [''])
 test('Rae31', [req_th,only_ways(['normal'])], compile, [''])
@@ -49,7 +49,7 @@ test('T13938', [req_th, extra_files(['T13938a.hs'])], makefile_test, ['T13938'])
 test('T14556', normal, compile, [''])
 test('T14720', normal, compile, [''])
 test('T14066a', normal, compile, [''])
-test('T14749', js_skip, compile, [''])
+test('T14749', js_broken(22364), compile, [''])
 test('T14845_compile', normal, compile, [''])
 test('T14991', normal, compile, [''])
 test('DkNameRes', normal, compile, [''])


=====================================
testsuite/tests/indexed-types/should_compile/all.T
=====================================
@@ -253,7 +253,7 @@ test('T12522b', normal, compile, [''])
 test('T12676', normal, compile, [''])
 test('T12526', normal, compile, [''])
 test('T12538', normal, compile_fail, [''])
-test('T13244', js_skip, compile, [''])
+test('T13244', js_broken(22364), compile, [''])
 test('T13398a', normal, compile, [''])
 test('T13398b', normal, compile, [''])
 test('T13662', normal, compile, [''])


=====================================
testsuite/tests/rep-poly/all.T
=====================================
@@ -95,7 +95,7 @@ test('UnliftedNewtypesLevityBinder', normal, compile_fail, [''])
 ##                                                                           ##
 ## These tests work!                                                         ##
                                                                              ##
-test('T13105', js_skip, compile, [''])                                       ##
+test('T13105', js_broken(22364), compile, [''])                                       ##
 test('T17536b', normal, compile, [''])                                       ##
                                                                              ##
 ## These don't!                                                              ##


=====================================
testsuite/tests/typecheck/should_compile/all.T
=====================================
@@ -586,7 +586,7 @@ test('T13651a', normal, compile, [''])
 test('T13680', normal, compile, [''])
 test('T13785', normal, compile, [''])
 test('T13804', normal, compile, [''])
-test('T13822', js_skip, compile, [''])
+test('T13822', js_broken(22364), compile, [''])
 test('T13848', normal, compile, [''])
 test('T13871', normal, compile, [''])
 test('T13879', normal, compile, [''])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/687d4d060e4616040b946159a2ffa99b14ade15c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/687d4d060e4616040b946159a2ffa99b14ade15c
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/20221026/1db3d607/attachment-0001.html>


More information about the ghc-commits mailing list