[Git][ghc/ghc][master] Fix typo in recent darwin tests fix
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Wed Jan 18 12:28:55 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
c45a5fff by Cheng Shao at 2023-01-18T07:28:37-05:00
Fix typo in recent darwin tests fix
Corrects a typo in !9647. Otherwise T18623 will still fail on darwin
and stall other people's work.
- - - - -
1 changed file:
- testsuite/tests/rts/T18623/all.T
Changes:
=====================================
testsuite/tests/rts/T18623/all.T
=====================================
@@ -6,7 +6,7 @@ test('T18623',
# fully clear. Maybe it needs a higher limit due to LLVM?
when(arch('aarch64'), skip),
# Recent versions of osx report an error when running `ulimit -v`
- when(arch('darwin'), skip),
+ when(opsys('darwin'), skip),
when(arch('powerpc64le'), skip),
cmd_prefix('ulimit -v ' + str(1024 ** 2) + ' && '),
ignore_stdout],
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c45a5fffef2c76efbf5d3a009c3f6d0244a63f0d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c45a5fffef2c76efbf5d3a009c3f6d0244a63f0d
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/20230118/491a5a81/attachment-0001.html>
More information about the ghc-commits
mailing list