Results for prompt.test.sh

casebashoshosh_ALTosh-byterundescription
0pass FAIL FAIL FAIL sh -i
detailsdetailsdetails
1pass pass pass FAIL \[\] are non-printing
details
2pass pass pass FAIL literal escapes
details
3pass pass pass FAIL special case for $
details
4pass pass pass FAIL PS1 evaluation order
details
5pass pass pass FAIL PS1 evaluation order 2
details
6pass pass pass FAIL \1004
details
7pass pass pass FAIL \001 octal literals are supported
details
8pass pass pass FAIL \555 is beyond max octal byte of \377 and wrapped to m
details
9pass pass pass FAIL \x55 hex literals not supported
details
10BUG pass pass FAIL Single backslash
detailsdetails
11BUG pass pass FAIL Escaped backslash
detailsdetails
12pass pass pass FAIL \0001 octal literals are not supported
details
13pass pass pass FAIL \u0001 unicode literals not supported
details
14pass pass pass FAIL constant string
details
15pass pass pass FAIL hostname
details
16pass pass pass FAIL username
details
17pass pass pass FAIL current working dir
details
18pass pass pass FAIL \W is basename of working dir
details

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

Details on runs that didn't PASS

osh0 sh -i

[osh stdout] Expected 'foo\n', got '[osh] lisa /home/andy/git/oilshell/oil$ foo\n[osh] lisa /home/andy/git/oilshell/oil$ ^D\n'
[osh stderr] Expected '$ echo foo\n$ exit\n', got "osh 'shopt' usage error: Invalid option 'globstar'\n"

stdout:
[osh] lisa /home/andy/git/oilshell/oil$ foo
[osh] lisa /home/andy/git/oilshell/oil$ ^D
stderr:
osh 'shopt' usage error: Invalid option 'globstar'
osh_ALT0 sh -i

[osh_ALT stdout] Expected 'foo\n', got '[osh] lisa /home/andy/git/oilshell/oil$ foo\n[osh] lisa /home/andy/git/oilshell/oil$ ^D\n'
[osh_ALT stderr] Expected '$ echo foo\n$ exit\n', got "osh 'shopt' usage error: Invalid option 'globstar'\n"

stdout:
[osh] lisa /home/andy/git/oilshell/oil$ foo
[osh] lisa /home/andy/git/oilshell/oil$ ^D
stderr:
osh 'shopt' usage error: Invalid option 'globstar'
osh-byterun0 sh -i

[osh-byterun stdout] Expected 'foo\n', got ''
[osh-byterun stderr] Expected '$ echo foo\n$ exit\n', got 'Traceback (most recent call last):\n File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>\n from frontend import args\nImportError: No module named frontend\n'
[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 \[\] are non-printing

[osh-byterun stdout] Expected 'foo$\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 literal escapes

[osh-byterun stdout] Expected u'\x07\x1b\r\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
osh-byterun3 special case for $

[osh-byterun stdout] Expected '$\n$\n$\n\\$\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
osh-byterun4 PS1 evaluation order

[osh-byterun stdout] Expected '\\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-byterun5 PS1 evaluation order 2

[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-byterun6 \1004

[osh-byterun stdout] Expected '@4$\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 \001 octal literals are supported

[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-byterun8 \555 is beyond max octal byte of \377 and wrapped to m

[osh-byterun stdout] Expected 'm$\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 \x55 hex literals not supported

[osh-byterun stdout] Expected '[\\x55]\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
bash10 Single backslash

stdout:
\
stderr:
osh-byterun10 Single backslash

[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
bash11 Escaped backslash

stdout:
\
stderr:
osh-byterun11 Escaped backslash

[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-byterun12 \0001 octal literals are not supported

[osh-byterun stdout] Expected '[%5]\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 \u0001 unicode literals not supported

[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-byterun14 constant string

[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-byterun15 hostname

[osh-byterun stdout] Expected 'status=0\nstatus=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-byterun16 username

[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-byterun17 current working dir

[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-byterun18 \W is basename of working dir

[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