[Git][ghc/ghc][wip/req_smp] fix T11760 to use req_host_smp
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Fri Dec 23 19:17:29 UTC 2022
doyougnu pushed to branch wip/req_smp at Glasgow Haskell Compiler / GHC
Commits:
9ba6d6d6 by doyougnu at 2022-12-23T14:17:05-05:00
fix T11760 to use req_host_smp
- - - - -
1 changed file:
- libraries/base/tests/all.T
Changes:
=====================================
libraries/base/tests/all.T
=====================================
@@ -240,7 +240,7 @@ test('T11555', normal, compile_and_run, [''])
test('T12494', normal, compile_and_run, [''])
test('T12852', [when(opsys('mingw32'), skip), js_broken(22374)], compile_and_run, [''])
test('lazySTexamples', normal, compile_and_run, [''])
-test('T11760', [req_ghc_smp, req_target_smp], compile_and_run, ['-threaded -with-rtsopts=-N2'])
+test('T11760', [req_host_smp, req_target_smp], compile_and_run, ['-threaded -with-rtsopts=-N2'])
test('T12874', normal, compile_and_run, [''])
test('T13191',
[ collect_stats('bytes allocated', 5)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9ba6d6d6e95a0dfb4878a2d5269efe377e13f6fa
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9ba6d6d6e95a0dfb4878a2d5269efe377e13f6fa
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/20221223/792abf73/attachment.html>
More information about the ghc-commits
mailing list