Results for dparen.test.sh

casebashmkshzshoshosh_ALTosh-byterundescription
0pass pass pass pass pass FAIL (( )) result
details
1pass pass pass pass pass FAIL negative number is true
details
2pass pass pass pass pass FAIL (( )) in if statement
details
3pass pass pass pass pass FAIL (( ))
details
4pass pass ok pass pass FAIL (( )) with arrays
detailsdetails
5pass pass pass pass pass FAIL (( )) with error
details

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

Details on runs that didn't PASS

osh-byterun0 (( )) result

[osh-byterun stdout] Expected u'True\nFalse\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 negative number is true

[osh-byterun stdout] Expected 'True\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-byterun2 (( )) in if statement

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

[osh-byterun stdout] Expected '1 3\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
zsh4 (( )) with arrays

stdout:
9
stderr:
osh-byterun4 (( )) with arrays

[osh-byterun stdout] Expected '15\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 (( )) with error

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