spec test index / oilshell.org
status | osh | osh_ALT | |
pass | 6 | 6 | |
FAIL | 1 | 1 | |
total | 7 | 7 | |
case | osh | osh_ALT | description |
0 | pass | pass | integer array |
1 | pass | pass | string array with command sub, varsub, etc. |
2 | pass | pass | arrays with expressions |
3 | pass | pass | Empty arrays and using Array[T] |
4 | pass | pass | Arrays from generator expressions |
5 | pass | pass | Standalone generator expression |
6 | FAIL | FAIL | typeof should show the type |
details | details |
12 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 6 typeof should show the type [osh stdout] Expected 'Array[Bool]\nArray[???] # what should this be?\n', got 'b = (cell exported:F readonly:F nameref:F val:(value.Obj obj:[True]))\nempty = (cell exported:F readonly:F nameref:F val:(value.Obj obj:[]))\n' stdout: b = (cell exported:F readonly:F nameref:F val:(value.Obj obj:[True])) empty = (cell exported:F readonly:F nameref:F val:(value.Obj obj:[]))stderr: |
osh_ALT | 6 typeof should show the type [osh_ALT stdout] Expected 'Array[Bool]\nArray[???] # what should this be?\n', got 'b = (cell exported:F readonly:F nameref:F val:(value.Obj obj:[True]))\nempty = (cell exported:F readonly:F nameref:F val:(value.Obj obj:[]))\n' stdout: b = (cell exported:F readonly:F nameref:F val:(value.Obj obj:[True])) empty = (cell exported:F readonly:F nameref:F val:(value.Obj obj:[]))stderr: |