spec test index / oilshell.org
73 passed, 0 OK, 0 not implemented, 0 BUG, 11 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh_.cc | 0 BASH_REMATCH [osh_.cc stdout] Expected "['foo123', 'foo', '123']\n", got '(cmd_value.Argv argv:[argv.py foo123 foo 123] arg_spids:[21 23 23 23])\n' stdout: (cmd_value.Argv argv:[argv.py foo123 foo 123] arg_spids:[21 23 23 23])stderr: Unhandled SimpleCommand |
osh_.cc | 12 Malformed regex [osh_.cc status] Expected 2, got 1 stdout: stderr: [[ 'a b' =~ ^)a\ b($ ]] && echo true ^~ [ stdin ]:1: fatal: Invalid regex '^)a b($': Invalid regex syntax (regex_match) |
osh | 13 Regex with char class containing space [osh stdout] Expected 'true\n', got '' [osh status] Expected 0, got 2 stdout: stderr: [[ 'ba ba ' =~ ([a b]+) ]] && echo true ^ [ stdin ]:1: Expected ]] |
osh_.py | 13 Regex with char class containing space [osh_.py stdout] Expected 'true\n', got '' [osh_.py status] Expected 0, got 2 stdout: stderr: [[ 'ba ba ' =~ ([a b]+) ]] && echo true ^ [ stdin ]:1: Expected ]] |
osh_.cc | 13 Regex with char class containing space [osh_.cc stdout] Expected 'true\n', got '' [osh_.cc status] Expected 0, got 2 stdout: stderr: [[ 'ba ba ' =~ ([a b]+) ]] && echo true ^ [ stdin ]:1: Expected ]] |
osh | 14 Operators and space lose meaning inside () [osh stdout] Expected 'true\n', got '' [osh status] Expected 0, got 2 stdout: stderr: [[ '< >' =~ (< >) ]] && echo true ^ [ stdin ]:1: Expected ]] |
osh_.py | 14 Operators and space lose meaning inside () [osh_.py stdout] Expected 'true\n', got '' [osh_.py status] Expected 0, got 2 stdout: stderr: [[ '< >' =~ (< >) ]] && echo true ^ [ stdin ]:1: Expected ]] |
osh_.cc | 14 Operators and space lose meaning inside () [osh_.cc stdout] Expected 'true\n', got '' [osh_.cc status] Expected 0, got 2 stdout: stderr: [[ '< >' =~ (< >) ]] && echo true ^ [ stdin ]:1: Expected ]] |
osh_.cc | 18 Unquoted { is a regex parse error [osh_.cc status] Expected 2, got 1 stdout: stderr: [[ { =~ { ]] && echo true ^~ [ stdin ]:1: fatal: Invalid regex '{': Invalid regex syntax (regex_match) |
osh_.cc | 21 Escaped { [osh_.cc stdout] Expected "['$PA', '$', 'PA']\n", got "(cmd_value.Argv argv:[argv.py '$PA' '$' PA] arg_spids:[26 28 28 28])\n" stdout: (cmd_value.Argv argv:[argv.py '$PA' '$' PA] arg_spids:[26 28 28 28])stderr: Unhandled SimpleCommand |
osh_.cc | 22 Escaped { stored in variable first [osh_.cc stdout] Expected "['$PA', '$', 'PA']\n", got "(cmd_value.Argv argv:[argv.py '$PA' '$' PA] arg_spids:[19 21 21 21])\n" stdout: (cmd_value.Argv argv:[argv.py '$PA' '$' PA] arg_spids:[19 21 21 21])stderr: Unhandled SimpleCommand |