Results for case_.test.sh

casedashbashmkshoshosh_ALTosh-byterundescription
0pass pass pass pass pass FAIL Case statement
details
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 FAIL Case with empty condition
details
4pass pass pass pass pass FAIL Match a literal with a glob character
details
5pass pass pass pass pass FAIL Match a literal with a glob character with a dynamic pattern
details
6pass pass pass pass pass FAIL Quoted literal in glob pattern
details
7pass pass pass pass pass FAIL Multiple Patterns Match
details

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

Details on runs that didn't PASS

osh-byterun0 Case statement

[osh-byterun stdout] Expected 'A\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
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 <Id_t KW_Esac 209>, 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: 
Line 2 of '<stdin>'
    a) echo A ;;&
                ^
Expected word type <Id_t KW_Esac 209>, got <Id_t Op_Amp 38>
osh-byterun1 Case statement with ;;&

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

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
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 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
osh-byterun3 Case with empty condition

[osh-byterun stdout] Expected 'match\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
osh-byterun4 Match a literal with a glob character

[osh-byterun stdout] Expected 'match\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
osh-byterun5 Match a literal with a glob character with a dynamic pattern

[osh-byterun stdout] Expected 'match\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
osh-byterun6 Quoted literal in glob pattern

[osh-byterun stdout] Expected 'match\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
osh-byterun7 Multiple Patterns Match

[osh-byterun stdout] Expected '- X\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend