Results for var-op-test.test.sh

casedashbashmkshoshosh_ALTosh-byterundescription
0N-I pass pass pass pass FAIL Lazy Evaluation of Alternative
detailsdetails
1pass pass pass pass pass FAIL Default value when empty
details
2pass pass pass pass pass FAIL Default value when unset
details
3pass pass pass FAIL FAIL FAIL Unquoted with array as default value
detailsdetailsdetails
4pass BUG pass FAIL FAIL FAIL Quoted with array as default value
detailsdetailsdetailsdetails
5pass pass pass pass pass FAIL Assign default value when empty
details
6pass pass pass pass pass FAIL Assign default value when unset
details
7pass pass pass FAIL FAIL FAIL Assign default with array
detailsdetailsdetails
8pass pass pass pass pass FAIL Alternative value when empty
details
9pass pass pass pass pass FAIL Alternative value when unset
details
10ok pass pass FAIL FAIL pass Error when empty
detailsdetailsdetails
11ok pass pass FAIL FAIL pass Error when unset
detailsdetailsdetails
12pass pass pass pass pass FAIL Error when unset
details

53 passed, 2 ok, 1 known unimplemented, 1 known bugs, 5 failed, 0 skipped

Details on runs that didn't PASS

dash0 Lazy Evaluation of Alternative

stdout:
x
0
stderr:
_tmp/spec-bin/dash: 5: arithmetic expression: expecting primary: "i++"
osh-byterun0 Lazy Evaluation of Alternative

[osh-byterun stdout] Expected u'x\n0\n0\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-byterun1 Default value when empty

[osh-byterun stdout] Expected 'is empty\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 Default value when unset

[osh-byterun stdout] Expected 'is unset\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
osh3 Unquoted with array as default value

[osh stdout] Expected "['Xx1', '2', '3', '4xX']\n", got "['Xx1 2', '3 4xX']\n"

stdout:
['Xx1 2', '3 4xX']
stderr:
osh_ALT3 Unquoted with array as default value

[osh_ALT stdout] Expected "['Xx1', '2', '3', '4xX']\n", got "['Xx1 2', '3 4xX']\n"

stdout:
['Xx1 2', '3 4xX']
stderr:
osh-byterun3 Unquoted with array as default value

[osh-byterun stdout] Expected "['Xx1', '2', '3', '4xX']\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
bash4 Quoted with array as default value

stdout:
['Xx1', '2', '3', '4xX']
stderr:
osh4 Quoted with array as default value

[osh stdout] Expected "['Xx1 2 3 4xX']\n", got "['Xx1 2', '3 4xX']\n"

stdout:
['Xx1 2', '3 4xX']
stderr:
osh_ALT4 Quoted with array as default value

[osh_ALT stdout] Expected "['Xx1 2 3 4xX']\n", got "['Xx1 2', '3 4xX']\n"

stdout:
['Xx1 2', '3 4xX']
stderr:
osh-byterun4 Quoted with array as default value

[osh-byterun stdout] Expected "['Xx1 2 3 4xX']\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 Assign default value when empty

[osh-byterun stdout] Expected 'is empty\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-byterun6 Assign default value when unset

[osh-byterun stdout] Expected 'is unset\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
osh7 Assign default with array

[osh stdout] Expected u"['Xx1', '2', '3', '4xX']\n['x1 2 3 4x']\n", got "['Xx1 2', '3 4xX']\n['x1 2 3 4x']\n"

stdout:
['Xx1 2', '3 4xX']
['x1 2 3 4x']
stderr:
osh_ALT7 Assign default with array

[osh_ALT stdout] Expected u"['Xx1', '2', '3', '4xX']\n['x1 2 3 4x']\n", got "['Xx1 2', '3 4xX']\n['x1 2 3 4x']\n"

stdout:
['Xx1 2', '3 4xX']
['x1 2 3 4x']
stderr:
osh-byterun7 Assign default with array

[osh-byterun stdout] Expected u"['Xx1', '2', '3', '4xX']\n['x1 2 3 4x']\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 Alternative value when empty

[osh-byterun stdout] Expected 'v is not empty\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 Alternative value when unset

[osh-byterun stdout] Expected 'v is not unset\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
dash10 Error when empty

stdout:
stderr: 
_tmp/spec-bin/dash: 2: empty: is empty
osh10 Error when empty

[osh status] Expected 1, got 33

stdout:
stderr: 
osh_ALT10 Error when empty

[osh_ALT status] Expected 1, got 33

stdout:
stderr: 
dash11 Error when unset

stdout:
stderr: 
_tmp/spec-bin/dash: 1: unset: is empty
osh11 Error when unset

[osh status] Expected 1, got 33

stdout:
stderr: 
osh_ALT11 Error when unset

[osh_ALT status] Expected 1, got 33

stdout:
stderr: 
osh-byterun12 Error when unset

[osh-byterun stdout] Expected 'v is not unset\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