/home/uke/oil/bin/osh var-num: spec test case results

Results for var-num.test.sh

statusosh
FAIL 7
total7
caseoshdescription
0FAIL Normal and braced
details
1FAIL In function
details
2FAIL $0 with -c
details
3FAIL $0 with stdin
details
4FAIL $0 with -i
details
5FAIL $0 with filename
details
6FAIL $@ with filename
details
0 passed, 0 OK, 0 not implemented, 0 BUG, 7 failed, 0 timeouts, 0 cases skipped
7 failed under osh

Details on runs that didn't PASS

osh0 Normal and braced

[osh stdout] Expected 'a b c\n', got ''
[osh status] Expected 0, got 2

stdout:
stderr: 
oils I/O error (main): No such file or directory
osh1 In function

[osh stdout] Expected 'a b\n', got ''
[osh status] Expected 0, got 2

stdout:
stderr: 
oils I/O error (main): No such file or directory
osh2 $0 with -c

[osh stdout] Expected 'sh\n', got ''
[osh status] Expected 0, got 2

stdout:
stderr: 
oils I/O error (main): No such file or directory
osh3 $0 with stdin

[osh stdout] Expected 'sh\n', got ''
[osh status] Expected 0, got 2

stdout:
stderr: 
oils I/O error (main): No such file or directory
osh4 $0 with -i

[osh stdout] Expected 'sh\n', got ''
[osh status] Expected 0, got 2

stdout:
stderr: 
oils I/O error (main): No such file or directory
osh5 $0 with filename

[osh stdout] Expected '_tmp/dollar0\n', got ''
[osh status] Expected 0, got 2

stdout:
stderr: 
oils I/O error (main): No such file or directory
osh6 $@ with filename

[osh stdout] Expected 'a b c\n', got ''
[osh status] Expected 0, got 2

stdout:
stderr: 
oils I/O error (main): No such file or directory