Results for case_.test.sh

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

34 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: 
    a) echo A ;;&
                ^
[ stdin ]:2: Expected word type <Id_t KW_Esac 201>, got <Id_t Op_Amp 38>
osh_ALT1 Case statement with ;;&

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

stdout:
stderr: 
    a) echo A ;;&
                ^
[ stdin ]:2: Expected word type <Id_t KW_Esac 201>, got <Id_t Op_Amp 38>
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: 
    a) echo A ;&
               ^
[ stdin ]:2: 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: 
    a) echo A ;&
               ^
[ stdin ]:2: Invalid word while parsing command