Results for blog1.test.sh

casedashbashmkshzshoshosh_ALTosh-byterundescription
0pass pass pass pass pass pass FAIL ${##}
details
1pass pass pass pass N-I N-I FAIL ${###}
detailsdetailsdetails
2pass pass pass pass N-I N-I FAIL ${####}
detailsdetailsdetails
3pass pass pass pass N-I N-I FAIL ${##2}
detailsdetailsdetails
4pass pass BUG pass N-I N-I FAIL ${###2}
detailsdetailsdetailsdetails
5pass pass pass pass pass pass FAIL ${1####}
details
6pass pass pass pass pass pass FAIL ${1#'###'}
details
7ok N-I N-I ok pass pass FAIL ${#1#'###'}
detailsdetailsdetailsdetailsdetails

35 passed, 2 ok, 10 known unimplemented, 1 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

osh-byterun0 ${##}

[osh-byterun stdout] Expected '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
osh1 ${###}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${###}
           ^
Expected } after length expression, got '#'
osh_ALT1 ${###}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${###}
           ^
Expected } after length expression, got '#'
osh-byterun1 ${###}

[osh-byterun status] Expected 2, 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
osh2 ${####}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${####}
           ^~
Expected } after length expression, got '##'
osh_ALT2 ${####}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${####}
           ^~
Expected } after length expression, got '##'
osh-byterun2 ${####}

[osh-byterun status] Expected 2, 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 ${##2}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${##2}
           ^
Expected } after length expression, got '2'
osh_ALT3 ${##2}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${##2}
           ^
Expected } after length expression, got '2'
osh-byterun3 ${##2}

[osh-byterun status] Expected 2, 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
mksh4 ${###2}

stdout:
25
stderr:
osh4 ${###2}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${###2}
           ^
Expected } after length expression, got '#'
osh_ALT4 ${###2}

stdout:
stderr: 
Line 2 of '<stdin>'
  echo ${###2}
           ^
Expected } after length expression, got '#'
osh-byterun4 ${###2}

[osh-byterun status] Expected 2, 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 ${1####}

[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-byterun6 ${1#'###'}

[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
dash7 ${#1#'###'}

stdout:
4
stderr:
bash7 ${#1#'###'}

stdout:
stderr: 
_tmp/spec-bin/bash: line 2: ${#1#'###'}: bad substitution
mksh7 ${#1#'###'}

stdout:
stderr: 
_tmp/spec-bin/mksh: <stdin>[2]: ${#1#"###"}: bad substitution
zsh7 ${#1#'###'}

stdout:
1
stderr:
osh-byterun7 ${#1#'###'}

[osh-byterun status] Expected 2, 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