Results for posix.test.sh

casedashbashmkshoshosh_ALTosh-byterundescription
0pass pass pass pass pass FAIL Empty for loop is allowed
details
1pass pass pass pass pass FAIL Empty for loop without in. Do can be on the same line I guess.
details
2pass pass pass pass pass FAIL Empty case statement
details
3pass pass pass pass pass FAIL Last case without ;;
details
4pass pass pass pass pass FAIL Only case without ;;
details
5pass pass pass pass pass FAIL Case with optional (
details
6pass pass ok pass pass FAIL Empty action for case is syntax error
detailsdetails
7pass pass pass pass pass FAIL Empty action is allowed for last case
details
8pass pass pass pass pass FAIL Case with | pattern
details
9pass pass ok pass pass FAIL Bare semi-colon not allowed
detailsdetails
10pass pass pass pass pass FAIL Command substitution in default
details
11pass pass pass pass pass FAIL Arithmetic expansion
details
12pass pass pass pass pass FAIL Newlines in compound lists
details
13pass pass pass pass pass FAIL Multiple here docs on one line
details
14pass pass pass pass pass FAIL cat here doc; echo; cat here doc
details

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

Details on runs that didn't PASS

osh-byterun0 Empty for loop is allowed

[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-byterun1 Empty for loop without in. Do can be on the same line I guess.

[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-byterun2 Empty case statement

[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 Last case without ;;

[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
osh-byterun4 Only case without ;;

[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
osh-byterun5 Case with optional (

[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
mksh6 Empty action for case is syntax error

stdout:
stderr: 
_tmp/spec-bin/mksh: <stdin>[4]: syntax error: ')' unexpected
osh-byterun6 Empty action for case is syntax error

[osh-byterun status] Expected 2, 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 Empty action is allowed for last case

[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-byterun8 Case with | pattern

[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
mksh9 Bare semi-colon not allowed

stdout:
stderr: 
_tmp/spec-bin/mksh: <stdin>[1]: syntax error: ';' unexpected
osh-byterun9 Bare semi-colon not allowed

[osh-byterun status] Expected 2, 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-byterun10 Command substitution in default

[osh-byterun stdout] Expected '/bin\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-byterun11 Arithmetic expansion

[osh-byterun stdout] Expected u'3\n2\n1\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-byterun12 Newlines in compound lists

[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-byterun13 Multiple here docs on one line

[osh-byterun stdout] Expected u'one\ntwo\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-byterun14 cat here doc; echo; cat here doc

[osh-byterun stdout] Expected u'one\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