[Git][ghc/ghc][wip/js-staging] Use js_broken(22359) for relevant tests

Josh Meredith (@JoshMeredith) gitlab at gitlab.haskell.org
Wed Oct 26 08:07:59 UTC 2022



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


Commits:
9f9e3350 by Josh Meredith at 2022-10-26T08:07:32+00:00
Use js_broken(22359) for relevant tests

- - - - -


7 changed files:

- testsuite/tests/ghci/T13786/all.T
- testsuite/tests/ghci/caf_crash/all.T
- testsuite/tests/ghci/linking/all.T
- testsuite/tests/ghci/linking/dyn/all.T
- testsuite/tests/ghci/scripts/all.T
- testsuite/tests/rts/T15894/all.T
- testsuite/tests/rts/all.T


Changes:

=====================================
testsuite/tests/ghci/T13786/all.T
=====================================
@@ -1,4 +1,4 @@
 test('T13786',
-     [when(unregisterised(), fragile(17018)), js_skip],
+     [when(unregisterised(), fragile(17018)), js_broken(22359)],
      makefile_test, [])
 


=====================================
testsuite/tests/ghci/caf_crash/all.T
=====================================
@@ -3,5 +3,5 @@ test('caf_crash',
       when(ghc_dynamic(), skip),
       extra_ways(['ghci-ext']),
       omit_ways(['ghci']),
-      js_skip],
+      js_broken(22359)],
      ghci_script, ['caf_crash.script'])


=====================================
testsuite/tests/ghci/linking/all.T
=====================================
@@ -47,7 +47,7 @@ test('ghcilink006',
 test('T3333',
      [unless(doing_ghci, skip),
       when(unregisterised(), fragile(17018)),
-      js_skip],
+      js_broken(22359)],
      makefile_test, ['T3333'])
 
 test('T11531',
@@ -68,7 +68,7 @@ test('T14708',
 test('T15729',
      [extra_files(['T15729.hs', 'T15729.c']),
       unless(doing_ghci, skip),
-      js_skip],
+      js_broken(22359)],
      makefile_test, ['T15729'])
 
 test('big-obj', [extra_files(['big-obj-c.c', 'big-obj.hs']),


=====================================
testsuite/tests/ghci/linking/dyn/all.T
=====================================
@@ -11,7 +11,7 @@ test('T1407',
       unless(doing_ghci, skip),
       pre_cmd('$MAKE -s --no-print-directory compile_libT1407'),
       extra_hc_opts('-L"$PWD/T1407dir"'),
-      js_skip],
+      js_broken(22359)],
      makefile_test, [])
 
 test('T3242',


=====================================
testsuite/tests/ghci/scripts/all.T
=====================================
@@ -258,7 +258,7 @@ test('T10963', normal, ghci_script, ['T10963.script'])
 test('T11547', normal, ghci_script, ['T11547.script'])
 test('T11721', normal, ghci_script, ['T11721.script'])
 test('T12005', normal, ghci_script, ['T12005.script'])
-test('T12023', js_skip, makefile_test, [])
+test('T12023', js_broken(22359), makefile_test, [])
 test('T12520', normal, ghci_script, ['T12520.script'])
 test('T12091', [extra_run_opts('-fobject-code')], ghci_script,
      ['T12091.script'])


=====================================
testsuite/tests/rts/T15894/all.T
=====================================
@@ -1,5 +1,5 @@
 test('T15894',
      [ extra_files(['copysign.c', 'main.hs']), when(ghc_dynamic(), skip)
-     , js_skip
+     , js_broken(22359)
      ],
      makefile_test, ['T15894'])


=====================================
testsuite/tests/rts/all.T
=====================================
@@ -430,7 +430,7 @@ test('T13894', normal, compile_and_run, [''])
 # this test fails with the profasm way on some machines but not others,
 # so we just skip it.
 test('T14497', [omit_ways(['profasm']), multi_cpu_race], compile_and_run, ['-O'])
-test('T14695', [js_skip, ignore_stderr], makefile_test, ['T14695'])
+test('T14695', [js_broken(22359), ignore_stderr], makefile_test, ['T14695'])
 test('T14702', [ ignore_stdout
                , when(unregisterised(), skip)
                , when(opsys('mingw32'), fragile(18953))



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9f9e33507cd26731c65c57f32ea5765dcc440751

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9f9e33507cd26731c65c57f32ea5765dcc440751
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/cd0b9e0a/attachment-0001.html>


More information about the ghc-commits mailing list