[Git][ghc/ghc][wip/js-staging] testsuite: skip tests which timeout on JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Fri Oct 21 12:02:44 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
f09d1100 by doyougnu at 2022-10-21T08:01:55-04:00
testsuite: skip tests which timeout on JS
Specifically:
Timeout001
listThreads
mask002
- - - - -
3 changed files:
- libraries/base/tests/System/all.T
- libraries/base/tests/all.T
- testsuite/tests/concurrent/should_run/all.T
Changes:
=====================================
libraries/base/tests/System/all.T
=====================================
@@ -6,5 +6,5 @@ test('T5930', normal, compile_and_run, [''])
test('system001', [when(platform('js-unknown-ghcjs'), skip), when(opsys("mingw32"), skip)], \
compile_and_run, [''])
-test('Timeout001', normal, compile_and_run, [''])
+test('Timeout001', js_skip, compile_and_run, [''])
test('T16466', normal, compile_and_run, [''])
=====================================
libraries/base/tests/all.T
=====================================
@@ -287,5 +287,5 @@ test('T19288', exit_code(1), compile_and_run, [''])
test('T19719', normal, compile_and_run, [''])
test('T20107', extra_run_opts('+RTS -M50M'), compile_and_run, ['-package bytestring'])
test('trace', normal, compile_and_run, [''])
-test('listThreads', normal, compile_and_run, [''])
+test('listThreads', js_skip, compile_and_run, [''])
test('inits1tails1', normal, compile_and_run, [''])
=====================================
testsuite/tests/concurrent/should_run/all.T
=====================================
@@ -45,7 +45,7 @@ test('throwto002', normal, compile_and_run, [''])
test('throwto003', normal, compile_and_run, [''])
test('mask001', normal, compile_and_run, [''])
-test('mask002', normal, compile_and_run, [''])
+test('mask002', js_skip, compile_and_run, [''])
test('async001', normal, compile_and_run, [''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f09d1100c19472e6098773072798b9e7d662f0de
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f09d1100c19472e6098773072798b9e7d662f0de
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/20221021/7edcf2b3/attachment-0001.html>
More information about the ghc-commits
mailing list