Results for for-expr.test.sh

casebashzshoshosh_ALTosh-byterundescription
0pass pass pass pass FAIL C-style for loop
details
1pass pass pass pass FAIL For loop with and without semicolon
details
2pass pass pass pass FAIL Empty init
details
3pass pass pass pass FAIL Empty init and cond
details
4pass pass pass pass FAIL Infinite loop with ((;;))
details

20 passed, 0 ok, 0 known unimplemented, 0 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

osh-byterun0 C-style for loop

[osh-byterun stdout] Expected '1\n2\n4\n5\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 For loop with and without semicolon

[osh-byterun stdout] Expected '1\n2\n3\n1\n2\n3\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 Empty init

[osh-byterun stdout] Expected '1\n2\n3\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 Empty init and cond

[osh-byterun stdout] Expected '1\n2\n3\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 Infinite loop with ((;;))

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