Results for case_.test.sh

casedashbashmkshoshosh_ALTosh-byterundescription
0pass pass pass pass pass pass Case statement
1N-I pass pass FAIL FAIL FAIL Case statement with ;;&
detailsdetailsdetailsdetails
2N-I pass pass FAIL FAIL FAIL Case statement with ;&
detailsdetailsdetailsdetails
3pass pass pass pass pass pass Case with empty condition
4pass pass pass pass pass pass Match a literal with a glob character
5pass pass pass pass pass pass Match a literal with a glob character with a dynamic pattern
6pass pass pass pass pass pass Quoted literal in glob pattern
7pass pass pass pass pass pass Multiple Patterns Match

40 passed, 0 ok, 2 known unimplemented, 0 known bugs, 2 failed, 0 skipped

Details on runs that didn't PASS

dash1 Case statement with ;;&

stdout:
stderr: 
_tmp/spec-bin/dash: 3: Syntax error: newline unexpected (expecting ")")
osh1 Case statement with ;;&

[osh stdout] Expected u'A\nstar\nstar2\n', got ''
[osh status] Expected 0, got 2

stdout:
stderr: 
Line 2 of '<stdin>'
    a) echo A ;;&
                ^
Expected word type KW_Esac, got Op_Amp
osh_ALT1 Case statement with ;;&

[osh_ALT stdout] Expected u'A\nstar\nstar2\n', got ''
[osh_ALT status] Expected 0, got 2

stdout:
stderr: 
Line 2 of '<stdin>'
    a) echo A ;;&
                ^
Expected word type KW_Esac, got Op_Amp
osh-byterun1 Case statement with ;;&

[osh-byterun stdout] Expected u'A\nstar\nstar2\n', got ''
[osh-byterun status] Expected 0, got 2

stdout:
stderr: 
Line 2 of '<stdin>'
    a) echo A ;;&
                ^
Expected word type KW_Esac, got Op_Amp
dash2 Case statement with ;&

stdout:
stderr: 
_tmp/spec-bin/dash: 2: Syntax error: "&" unexpected
osh2 Case statement with ;&

[osh stdout] Expected u'A\ntwo\nthree\n', got ''
[osh status] Expected 0, got 2

stdout:
stderr: 
Line 2 of '<stdin>'
    a) echo A ;&
               ^
Invalid word while parsing command
osh_ALT2 Case statement with ;&

[osh_ALT stdout] Expected u'A\ntwo\nthree\n', got ''
[osh_ALT status] Expected 0, got 2

stdout:
stderr: 
Line 2 of '<stdin>'
    a) echo A ;&
               ^
Invalid word while parsing command
osh-byterun2 Case statement with ;&

[osh-byterun stdout] Expected u'A\ntwo\nthree\n', got ''
[osh-byterun status] Expected 0, got 2

stdout:
stderr: 
Line 2 of '<stdin>'
    a) echo A ;&
               ^
Invalid word while parsing command