AIX
#504
Replies: 2 comments
-
I should also note the timings here are insanely slow because this is instance is getting cycles 0.1% of the time or less due to other workloads - so tests that are timing dependent should be taken with a grain of salt for sure. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is 1.0.0... Log: https://gist.github.com/636ada67ae35d0c7d5b97fac2f74de8b And differences from 1.0.0 -> dev --- AIX73_GXLC16_100 2022-08-03 09:33:59.748125484 -0400
+++ AIX73_GXLC16_DEV 2022-08-03 09:33:59.748125484 -0400
@@ -261 +261,2 @@
-test builtins passed
+ builtins.sh[1186]: FAIL: crash with alarm and IFS (got status 1, '')
+test builtins failed
@@ -263 +264,2 @@
-test builtins(C.UTF-8) passed
+ builtins.sh[1186]: FAIL: crash with alarm and IFS (got status 1, '')
+test builtins(C.UTF-8) failed
@@ -265 +267,2 @@
-test builtins(shcomp) passed
+ shcomp-builtins.ksh[1186]: FAIL: crash with alarm and IFS (got status 1, '')
+test builtins(shcomp) failed
@@ -344 +347,2 @@
-test io(shcomp) passed
+ shcomp-io.ksh[813]: FAIL: process substitutions linger when unused
+test io(shcomp) failed
@@ -498 +501,0 @@
- signal.sh[280]: FAIL: parent does not wait for child to complete before handling signal
@@ -505 +507,0 @@
- signal.sh[280]: FAIL: parent does not wait for child to complete before handling signal
@@ -512 +513,0 @@
- shcomp-signal.ksh[280]: FAIL: parent does not wait for child to complete before handling signal
@@ -580 +581 @@
-Total errors: 457
+Total errors: 461 |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
version sh (AT&T Research) 93u+m/1.1.0-alpha+7041c209/MOD 2022-07-31
IFFEFLAGS=-d1 CC=gxlc CCFLAGS="-m64 -Wl,-b64" PATH=/opt/IBM/xlC/16.1.0/bin:$PATH bin/package verbose make
Edit: I have 1.0.0 built and will grab it's test output later.
Beta Was this translation helpful? Give feedback.
All reactions