[Git][ghc/ghc][wip/js-staging] Adjust derefnull test exit code for ghcjs
Josh Meredith (@JoshMeredith)
gitlab at gitlab.haskell.org
Thu Sep 15 16:55:58 UTC 2022
Josh Meredith pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
be469255 by Josh Meredith at 2022-09-15T16:55:36+00:00
Adjust derefnull test exit code for ghcjs
- - - - -
1 changed file:
- testsuite/tests/rts/all.T
Changes:
=====================================
testsuite/tests/rts/all.T
=====================================
@@ -42,6 +42,7 @@ test('derefnull',
when(platform('aarch64-apple-darwin'), [ignore_stderr, exit_code(139)]),
when(opsys('mingw32'), [ignore_stderr, exit_code(11)]),
when(opsys('mingw32'), [fragile(18548)]),
+ when(platform('js-unknown-ghcjs'), [ignore_stderr, exit_code(1)]),
# ThreadSanitizer changes the output
when(have_thread_sanitizer(), skip),
# since these test are supposed to crash the
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/be469255d19351212aa0b5cc6cf97534b743f47f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/be469255d19351212aa0b5cc6cf97534b743f47f
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/20220915/1f1963d7/attachment-0001.html>
More information about the ghc-commits
mailing list