Results for tilde.test.sh

casedashbashmkshoshosh_ALTosh-byterundescription
0pass pass pass pass pass FAIL ~ expansion in assignment
details
1BUG pass pass pass pass FAIL ~ expansion in readonly assignment
detailsdetails
2pass BUG BUG pass pass FAIL No tilde expansion in word that looks like assignment but isn't
detailsdetailsdetails
3pass pass pass pass pass FAIL tilde expansion of word after redirect
details
4pass pass pass pass pass FAIL other user
details

22 passed, 0 ok, 0 known unimplemented, 3 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

osh-byterun0 ~ expansion in assignment

[osh-byterun stdout] Expected '/home/bob/src\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 ~ expansion in readonly assignment

stdout:
~/src
stderr:
osh-byterun1 ~ expansion in readonly assignment

[osh-byterun stdout] Expected '/home/bob/src\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
bash2 No tilde expansion in word that looks like assignment but isn't

stdout:
x=/home/bob
stderr:
mksh2 No tilde expansion in word that looks like assignment but isn't

stdout:
x=/home/bob
stderr:
osh-byterun2 No tilde expansion in word that looks like assignment but isn't

[osh-byterun stdout] Expected 'x=~\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 tilde expansion of word after redirect

[osh-byterun stdout] Expected '3\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 other user

[osh-byterun stdout] Expected '~nonexistent\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