From 16828ca5c7d7a1db2ce8b72fcbe4d67fc65c9418 Mon Sep 17 00:00:00 2001 From: Luite Stegeman <stegeman@gmail.com> Date: Fri, 4 Aug 2023 15:55:38 +0900 Subject: [PATCH] bump process submodule to include macOS fix and JS support --- libraries/base/tests/System/all.T | 2 +- libraries/base/tests/all.T | 2 +- libraries/process | 2 +- testsuite/tests/ghc-api/downsweep/all.T | 1 - testsuite/tests/rts/all.T | 1 - 5 files changed, 3 insertions(+), 5 deletions(-) diff --git a/libraries/base/tests/System/all.T b/libraries/base/tests/System/all.T index b56d239b26a1..c409f297d26a 100644 --- a/libraries/base/tests/System/all.T +++ b/libraries/base/tests/System/all.T @@ -4,7 +4,7 @@ test('getArgs001', normal, compile_and_run, ['']) test('getEnv001', normal, compile_and_run, ['']) test('T5930', normal, compile_and_run, ['']) -test('system001', [js_broken(22349), when(opsys("mingw32"), skip), req_process], \ +test('system001', [when(opsys("mingw32"), skip), req_process], \ compile_and_run, ['']) test('Timeout001', js_broken(22261), compile_and_run, ['']) test('T16466', normal, compile_and_run, ['']) diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T index 538018ae32d6..3b92c9eb4815 100644 --- a/libraries/base/tests/all.T +++ b/libraries/base/tests/all.T @@ -161,7 +161,7 @@ test('T2528', normal, compile_and_run, ['']) # May 2014: seems to work on msys2 # May 2018: The behavior of printf seems very implementation dependent. # so let's normalise the output. -test('T4006', [js_broken(22349), normalise_fun(normalise_quotes), req_process], compile_and_run, ['']) +test('T4006', [normalise_fun(normalise_quotes), req_process], compile_and_run, ['']) test('T5943', normal, compile_and_run, ['']) test('T5962', normal, compile_and_run, ['']) diff --git a/libraries/process b/libraries/process index 4fb076dc1f8f..5ba847afd894 160000 --- a/libraries/process +++ b/libraries/process @@ -1 +1 @@ -Subproject commit 4fb076dc1f8fe5ccc6dfab041bd5e621aa9e8e2c +Subproject commit 5ba847afd894b560b7a7c2569c99bb9f4c8cb282 diff --git a/testsuite/tests/ghc-api/downsweep/all.T b/testsuite/tests/ghc-api/downsweep/all.T index 04bae6c34d37..2ceacef4ec82 100644 --- a/testsuite/tests/ghc-api/downsweep/all.T +++ b/testsuite/tests/ghc-api/downsweep/all.T @@ -1,7 +1,6 @@ test('PartialDownsweep', [ extra_run_opts('"' + config.libdir + '"') , ignore_stderr - , js_broken(22349) ], compile_and_run, ['-package ghc -package exceptions']) diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T index 36ff586db99a..bfe51f34c7a9 100644 --- a/testsuite/tests/rts/all.T +++ b/testsuite/tests/rts/all.T @@ -223,7 +223,6 @@ test('exec_signals', [when(opsys('mingw32'), skip), pre_cmd('$MAKE -s --no-print-directory exec_signals-prep'), cmd_prefix('./exec_signals_prepare'), - js_broken(22355), req_process], compile_and_run, ['']) -- GitLab