0 passed, 0 OK, 0 not implemented, 0 BUG, 15 failed, 0 timeouts, 0 cases skipped 15 failed under osh
| osh | 0 Match tab character with [\t] [osh stdout] Expected '(Str) "(a[\\t]b)"\n a a \\t b b \\n\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 1 Match newline with [\n] [osh stdout] Expected '(Str) "[\\n]"\n(Bool) false\n(Bool) true\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 2 ERE: 'dot' matches newline [osh stdout] Expected '(Bool) true\n(Bool) true\n(Bool) false\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 3 ERE: 'dot' matches code point represented with multiple bytes (mu = 0xce 0xbe) [osh stdout] Expected '(Bool) true\n(Bool) true\n(Bool) true\n(Bool) false\n(Bool) false\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 4 $'\xff' is disallowed in Eggex, because it's disallowed in YSH [osh status] Expected 2 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 5 Match low ASCII with [\x01] [osh stdout] Expected '(Bool) true\n\n(Bool) true\n(Bool) false\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 6 Match low ASCII with \u{7f} - translates to valid ERE [osh stdout] Expected ' 5b 7f 5d 0a\nyes\nno\nequal\nyes\nno\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 7 non-ASCII bytes must be singleton terms, e.g. b'\y7f\yff' is disallowed [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 8 Bytes are denoted \y01 in Eggex char classes (not \x01) [osh stdout] Expected '(Bool) true\n(Bool) false\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 9 NUL byte can be expressed in Eggex, but not in ERE [osh stdout] Expected '(Bool) true\nstatus=1\n(Bool) true\nstatus=1\n(Bool) true\nstatus=1\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 10 High bytes 0x80 0xff usually can't be matched - Eggex is UTF-8 [osh stdout] Expected '(Bool) true\n(Bool) false\n' Got '' [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 11 High bytes 0x80 0xff can be matched with plain ERE and LC_ALL=C [osh stdout] Expected '(Bool) true\n(Bool) false\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 12 Code points like \u{3bc} can be matched [osh stdout] Expected '(Bool) false\n(Bool) true\n\n(Bool) false\n(Bool) true\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 13 Code point ranges work in limited cases [osh stdout] Expected '(Bool) false\n(Bool) true\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|
| osh | 14 Max code point is disallowed at parse time [osh stdout] Expected '(Bool) false\n(Bool) true\n\n(Bool) false\n(Bool) true\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 15, in <module>
from oil_lang import path_stat
ImportError: No module named oil_lang
|