spec test index / oilshell.org
64 passed, 0 OK, 3 not implemented, 0 BUG, 8 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh_.cc | 7 Replace char class [osh_.cc status] Expected 0, got -6 stdout: yy_yy_yy xx-xx-xxstderr: getline() error: Invalid or incomplete multibyte or wide character terminate called after throwing an instance of 'AssertionError*' |
osh | 18 Can't substitute one unicode character when LANG=C [osh stdout] Expected '_\xce\xbc_ and _\xce\xbc_\n_\xce\xbc_ and _\xce\xbc_\n_\xce\xbc_ and _\xce\xbc_\n', got 'foo and foo\nfoo and _\xce\xbc_\n_\xce\xbc_ and foo\n' stdout: foo and foo foo and _μ_ _μ_ and foostderr: |
osh_.py | 18 Can't substitute one unicode character when LANG=C [osh_.py stdout] Expected '_\xce\xbc_ and _\xce\xbc_\n_\xce\xbc_ and _\xce\xbc_\n_\xce\xbc_ and _\xce\xbc_\n', got 'foo and foo\nfoo and _\xce\xbc_\n_\xce\xbc_ and foo\n' stdout: foo and foo foo and _μ_ _μ_ and foostderr: |
osh_.cc | 18 Can't substitute one unicode character when LANG=C [osh_.cc stdout] Expected '_\xce\xbc_ and _\xce\xbc_\n_\xce\xbc_ and _\xce\xbc_\n_\xce\xbc_ and _\xce\xbc_\n', got 'foo and foo\nfoo and _\xce\xbc_\n_\xce\xbc_ and foo\n' stdout: foo and foo foo and _μ_ _μ_ and foostderr: |
osh | 21 Extended globs! (not supported in Oil) stdout: ext foo() ext foo()stderr: |
osh_.py | 21 Extended globs! (not supported in Oil) stdout: ext foo() ext foo()stderr: |
osh_.cc | 21 Extended globs! (not supported in Oil) stdout: ext foo() ext foo()stderr: |
osh_.cc | 22 patsub with single quotes and hyphen in character class (regression) [osh_.cc status] Expected 0, got -6 stdout: ++--.,<>[]stderr: getline() error: Invalid or incomplete multibyte or wide character terminate called after throwing an instance of 'AssertionError*' |
osh | 23 patsub with [^]] [osh stdout] Expected 'ab^cd^\n', got 'zzzzzz\n' stdout: zzzzzzstderr: |
osh_.py | 23 patsub with [^]] [osh_.py stdout] Expected 'ab^cd^\n', got 'zzzzzz\n' stdout: zzzzzzstderr: |
osh_.cc | 23 patsub with [^]] [osh_.cc stdout] Expected 'ab^cd^\n', got 'zzzzzz\n' [osh_.cc status] Expected 0, got -6 stdout: zzzzzzstderr: getline() error: Invalid or incomplete multibyte or wide character terminate called after throwing an instance of 'AssertionError*' |