aboutsummaryrefslogtreecommitdiffstats
path: root/community/jimtcl/tests-skip-exec2-3.2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/jimtcl/tests-skip-exec2-3.2.patch')
-rw-r--r--community/jimtcl/tests-skip-exec2-3.2.patch12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/jimtcl/tests-skip-exec2-3.2.patch b/community/jimtcl/tests-skip-exec2-3.2.patch
index cf66302fac8..be88fc1cfae 100644
--- a/community/jimtcl/tests-skip-exec2-3.2.patch
+++ b/community/jimtcl/tests-skip-exec2-3.2.patch
@@ -8,13 +8,15 @@ This test fails on Alpine builders, but pass locally and on CI.
exec2.test: Total 21 Passed 19 Skipped 1 Failed 1
+diff --git a/tests/exec2.test b/tests/exec2.test
+index 7ea1786..e445495 100644
--- a/tests/exec2.test
+++ b/tests/exec2.test
-@@ -61,6 +61,7 @@
+@@ -68,6 +68,7 @@ test exec2-3.1 "close pipeline return value" pipe {
} {1 {child process exited abnormally} CHILDSTATUS 1}
- test exec2-3.2 "close pipeline return value" -constraints {pipe nomingw32} -body {
+ test exec2-3.2 "close pipeline return value" -constraints {pipe signal nomingw32} -body {
+ skiptest " (fails on Alpine builders, but works CI, dunno why)"
- # Create a pipe and immediately close the read end
- lassign [pipe] r w
- close $r
+ signal ignore SIGPIPE
+ # Write more than 64KB which is maximum size of the pipe buffers
+ # on all systems we have seen