Results for bugs.test.sh

casedashbashmkshoshosh_ALTosh-byterundescription
0pass pass pass pass pass FAIL echo keyword
details
1pass pass pass pass pass FAIL if/else
details
2N-I pass pass pass pass FAIL Turn an array into an integer.
detailsdetails

14 passed, 0 ok, 1 known unimplemented, 0 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

osh-byterun0 echo keyword

[osh-byterun stdout] Expected 'done\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-byterun1 if/else

[osh-byterun stdout] Expected 'ELSE\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 Turn an array into an integer.

stdout:
stderr: 
_tmp/spec-bin/dash: 1: Syntax error: "(" unexpected
osh-byterun2 Turn an array into an integer.

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