Results for oil-tuple.test.sh

statusoiloil_ALT
pass 33
FAIL 11
total44
caseoiloil_ALTdescription
0pass pass tuple comparison
1FAIL FAIL tuple literal doesn't conflict with ((
detailsdetails
2pass pass Empty tuple
3pass pass Singleton tuple
6 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

oil1 tuple literal doesn't conflict with ((

[oil stdout] Expected 'yes\n', got ''
[oil status] Expected 0, got 2

stdout:
stderr: 
  if ((0,0) < (0,1)) { echo yes }
           ^
[ stdin ]:1: Expected second ) to end arith statement
oil_ALT1 tuple literal doesn't conflict with ((

[oil_ALT stdout] Expected 'yes\n', got ''
[oil_ALT status] Expected 0, got 2

stdout:
stderr: 
  if ((0,0) < (0,1)) { echo yes }
           ^
[ stdin ]:1: Expected second ) to end arith statement