Results for word-eval.test.sh

casedashbashmkshoshosh_ALTosh-byterundescription
0pass pass pass pass pass FAIL Evaluation of constant parts
details
1N-I pass pass pass pass FAIL Evaluation of each part
detailsdetails
2pass pass pass pass pass FAIL Word splitting
details
3N-I pass pass pass pass FAIL Word joining
detailsdetails
4pass pass pass pass pass FAIL Word elision
details
5pass pass pass pass pass FAIL Default values -- more cases
details
6pass pass pass pass pass FAIL Globbing after splitting
details
7pass pass pass pass pass FAIL Globbing escaping
details

38 passed, 0 ok, 2 known unimplemented, 0 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

osh-byterun0 Evaluation of constant parts

[osh-byterun stdout] Expected "['bare', 'sq']\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
dash1 Evaluation of each part

stdout:
stderr: 
_tmp/spec-bin/dash: 3: Syntax error: "(" unexpected
osh-byterun1 Evaluation of each part

[osh-byterun stdout] Expected "['bare', 'sq', '/home/bob', 's', '-s-', 'a1', 'a2', '3', 'c', 'c']\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 Word splitting

[osh-byterun stdout] Expected "['1', '23', '4', '5 6']\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
dash3 Word joining

stdout:
stderr: 
_tmp/spec-bin/dash: 3: Syntax error: "(" unexpected
osh-byterun3 Word joining

[osh-byterun stdout] Expected "['1', '2a1', 'a2_x', 'y', 'z']\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 Word elision

[osh-byterun stdout] Expected "['-', '']\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 Default values -- more cases

[osh-byterun stdout] Expected '[\'hi\', \'a b\', \'c d\', \'e f\', "\'g h\'"]\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 Globbing after splitting

[osh-byterun stdout] Expected "['_tmp/foo.hh', '_tmp/bar.gg', '_tmp/foo.gg']\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-byterun7 Globbing escaping

[osh-byterun stdout] Expected "['_tmp/[bc]ar.mm', '-', '_tmp/bar.mm', '_tmp/car.mm']\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