Results for oil-array.test.sh

statusoshosh_ALT
pass 66
FAIL 11
total77
caseoshosh_ALTdescription
0pass pass integer array
1pass pass string array with command sub, varsub, etc.
2pass pass arrays with expressions
3pass pass Empty arrays and using Array[T]
4pass pass Arrays from generator expressions
5pass pass Standalone generator expression
6FAIL FAIL typeof should show the type
detailsdetails
12 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

osh6 typeof should show the type

[osh stdout] Expected 'Array[Bool]\nArray[???] # what should this be?\n', got 'b = (cell val:(value.Obj obj:[True]) exported:F readonly:F)\nempty = (cell val:(value.Obj obj:[]) exported:F readonly:F)\n'

stdout:
b = (cell val:(value.Obj obj:[True]) exported:F readonly:F)
empty = (cell val:(value.Obj obj:[]) exported:F readonly:F)
stderr:
osh_ALT6 typeof should show the type

[osh_ALT stdout] Expected 'Array[Bool]\nArray[???] # what should this be?\n', got 'b = (cell val:(value.Obj obj:[True]) exported:F readonly:F)\nempty = (cell val:(value.Obj obj:[]) exported:F readonly:F)\n'

stdout:
b = (cell val:(value.Obj obj:[True]) exported:F readonly:F)
empty = (cell val:(value.Obj obj:[]) exported:F readonly:F)
stderr: