[Git][ghc/ghc][wip/9.4.6-backports] Bump submodule: process 1.6.17.0 (#23760)
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Thu Aug 3 18:36:22 UTC 2023
Zubin pushed to branch wip/9.4.6-backports at Glasgow Haskell Compiler / GHC
Commits:
28810096 by Zubin Duggal at 2023-08-04T00:06:11+05:30
Bump submodule: process 1.6.17.0 (#23760)
- - - - -
2 changed files:
- libraries/process
- testsuite/driver/testlib.py
Changes:
=====================================
libraries/process
=====================================
@@ -1 +1 @@
-Subproject commit a4d1a80ec065bb52e39273faf395e515174efa3f
+Subproject commit e60ab049b92238b0111654589f17b6ee68249f01
=====================================
testsuite/driver/testlib.py
=====================================
@@ -136,6 +136,11 @@ def no_deps( name, opts):
def skip( name, opts ):
opts.skip = True
+# Stub to allow process tests to work
+# JS backend doesn't exist in GHC 9.4
+def js_broken( bug: IssueNumber ):
+ return normal;
+
def expect_fail( name, opts ):
# The compiler, testdriver, OS or platform is missing a certain
# feature, and we don't plan to or can't fix it now or in the
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/288100967210c563ca4d93d21a70dc5f27b6b6ba
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/288100967210c563ca4d93d21a70dc5f27b6b6ba
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/20230803/c0826732/attachment.html>
More information about the ghc-commits
mailing list