Results for builtin-dirs.test.sh

casebashzshoshosh_ALTosh-byterundescription
0pass ok pass pass FAIL pushd/popd
detailsdetails
1pass pass pass pass FAIL dirs builtin
details
2pass pass pass pass FAIL dirs -c to clear the stack
details
3pass ok pass pass FAIL dirs -v to print numbered stack, one entry per line
detailsdetails
4pass pass pass pass FAIL dirs -p to print one entry per line
details
5pass pass pass pass FAIL dirs -l to print in long format, no tilde prefix
details
6pass pass pass pass FAIL dirs to print using tilde-prefix format
details
7pass pass pass pass FAIL dirs test converting true home directory to tilde
details
8pass pass pass pass FAIL dirs don't convert to tilde when $HOME is substring
details
9pass ok pass pass FAIL dirs tilde test when $HOME is exactly $PWD
detailsdetails
10pass pass pass pass FAIL dirs test of path alias `..`
details
11pass pass pass pass FAIL dirs test of path alias `.`
details

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

Details on runs that didn't PASS

zsh0 pushd/popd

stdout:
pwd=/tmp
pwd=/
stderr:
osh-byterun0 pushd/popd

[osh-byterun stdout] Expected '/tmp /\npwd=/tmp\n/\npwd=/\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 dirs builtin

[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-byterun2 dirs -c to clear the stack

[osh-byterun stdout] Expected '--\n/tmp /\n--\n/tmp\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
zsh3 dirs -v to print numbered stack, one entry per line

stdout:
--
0	/tmp
1	/
--
0	/lib
1	/tmp
2	/
stderr:
osh-byterun3 dirs -v to print numbered stack, one entry per line

[osh-byterun stdout] Expected '--\n 0 /tmp\n 1 /\n--\n 0 /lib\n 1 /tmp\n 2 /\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 dirs -p to print one entry per line

[osh-byterun stdout] Expected '--\n/tmp\n/\n--\n/lib\n/tmp\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-byterun5 dirs -l to print in long format, no tilde prefix

[osh-byterun stdout] Expected '~/oil_test /\n/tmp/oil_test /\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 dirs to print using tilde-prefix format

[osh-byterun stdout] Expected '~/oil_test /\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 dirs test converting true home directory to tilde

[osh-byterun stdout] Expected '~/oil_test/tmp /\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 dirs don't convert to tilde when $HOME is substring

[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
zsh9 dirs tilde test when $HOME is exactly $PWD

stdout:
~ /
stderr:
osh-byterun9 dirs tilde test when $HOME is exactly $PWD

[osh-byterun stdout] Expected '~ /\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-byterun10 dirs test of path alias `..`

[osh-byterun stdout] Expected '/ /tmp\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-byterun11 dirs test of path alias `.`

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