Results for background.test.sh

casedashbashmkshoshosh_ALTosh-byterundescription
0pass pass pass pass pass FAIL wait with nothing to wait for
details
1ok pass ok pass pass FAIL wait -n with nothing to wait for
detailsdetailsdetails
2ok pass pass pass pass FAIL wait with invalid job ID
detailsdetails
3ok pass pass pass pass FAIL wait with invalid PID
detailsdetails
4pass pass pass pass pass FAIL Builtin in background
details
5pass pass pass pass pass FAIL External command in background
details
6pass pass pass pass pass FAIL Pipeline in Background
details
7N-I BUG N-I pass pass FAIL Wait sets PIPESTATUS
detailsdetailsdetailsdetails
8pass pass pass pass pass FAIL Brace group in background, wait all
details
9pass pass pass pass pass FAIL Wait on background process PID
details
10pass pass pass pass pass FAIL Wait on multiple specific IDs returns last status
details
11N-I pass N-I pass pass FAIL wait -n
detailsdetailsdetails
12pass pass pass pass pass FAIL Async for loop
details
13pass pass pass pass pass FAIL Background process doesn't affect parent
details

61 passed, 4 ok, 4 known unimplemented, 1 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

osh-byterun0 wait with nothing to wait for

[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 wait -n with nothing to wait for

stdout:
stderr: 
_tmp/spec-bin/dash: 1: wait: Illegal option -n
mksh1 wait -n with nothing to wait for

stdout:
stderr: 
_tmp/spec-bin/mksh: <stdin>[1]: wait: -n: unknown option
osh-byterun1 wait -n with nothing to wait for

[osh-byterun status] Expected 127, 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 wait with invalid job ID

stdout:
stderr: 
_tmp/spec-bin/dash: 1: wait: No such job: %nonexistent
osh-byterun2 wait with invalid job ID

[osh-byterun status] Expected 127, 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
dash3 wait with invalid PID

stdout:
stderr: 
_tmp/spec-bin/dash: 1: wait: No such job: %nonexistent
osh-byterun3 wait with invalid PID

[osh-byterun status] Expected 127, 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 Builtin in background

[osh-byterun stdout] Expected 'async\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 External command in background

[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 Pipeline in Background

[osh-byterun stdout] Expected 'status=99\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
dash7 Wait sets PIPESTATUS

stdout:
stderr: 
_tmp/spec-bin/dash: 2: Bad substitution
bash7 Wait sets PIPESTATUS

stdout:
pipestatus=
status=99
pipestatus=0
stderr:
mksh7 Wait sets PIPESTATUS

stdout:
pipestatus=0
status=99
pipestatus=0
stderr:
osh-byterun7 Wait sets PIPESTATUS

[osh-byterun stdout] Expected u'pipestatus=\nstatus=99\npipestatus=55 99\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-byterun8 Brace group in background, wait all

[osh-byterun stdout] Expected 'status=0\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-byterun9 Wait on background process PID

[osh-byterun stdout] Expected u'status=9\nstatus=7\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-byterun10 Wait on multiple specific IDs returns last status

[osh-byterun stdout] Expected 'status=7\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
dash11 wait -n

stdout:
status=2
status=2
stderr:
_tmp/spec-bin/dash: 3: wait: Illegal option -n
_tmp/spec-bin/dash: 5: wait: Illegal option -n
mksh11 wait -n

stdout:
status=1
status=1
stderr:
_tmp/spec-bin/mksh: <stdin>[3]: wait: -n: unknown option
_tmp/spec-bin/mksh: <stdin>[5]: wait: -n: unknown option
osh-byterun11 wait -n

[osh-byterun stdout] Expected u'status=3\nstatus=9\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 Async for loop

[osh-byterun stdout] Expected u'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-byterun13 Background process doesn't affect parent

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