16 passed, 0 OK, 0 not implemented, 0 BUG, 9 failed, 0 timeouts, 0 cases skipped 9 failed under osh
osh | 2 Idiom to handle purity errors from untrusted config files [osh stdout] Expected '', got "TODO: what's the idiom?\n" stdout: TODO: what's the idiom?stderr: |
osh_ALT | 2 Idiom to handle purity errors from untrusted config files [osh_ALT stdout] Expected '', got "TODO: what's the idiom?\n" stdout: TODO: what's the idiom?stderr: |
osh | 9 Are any builtins allowed? true, false [osh stdout] Expected 'true\nbuiltin true\ncommand true\n', got '' [osh status] Expected 1, got 127 stdout: stderr: true ^~~~ [ stdin ]:2: Command 'true' not found in pure mode (OILS-ERR-102) |
osh_ALT | 9 Are any builtins allowed? true, false [osh_ALT stdout] Expected 'true\nbuiltin true\ncommand true\n', got '' [osh_ALT status] Expected 1, got 127 stdout: stderr: true ^~~~ [ stdin ]:2: Command 'true' not found in pure mode (OILS-ERR-102) |
osh | 10 Are source or use builtins allowed? [osh stdout] Expected '', got 'TODO\n' stdout: TODOstderr: |
osh_ALT | 10 Are source or use builtins allowed? [osh_ALT stdout] Expected '', got 'TODO\n' stdout: TODOstderr: |
osh | 11 Can log to stderr in pure mode [osh stdout] Expected '', got 'TODO: log builtin?\n' stdout: TODO: log builtin?stderr: |
osh_ALT | 11 Can log to stderr in pure mode [osh_ALT stdout] Expected '', got 'TODO: log builtin?\n' stdout: TODO: log builtin?stderr: |
osh | 12 io and vm are not allowed [osh stdout] Expected '', got '<Frame 0x7f9410e2a5a8>\n(Int) 140273915176360\n<Stdin>\n' stdout: <Frame 0x7f9410e2a5a8> (Int) 140273915176360 <Stdin>stderr: |
osh_ALT | 12 io and vm are not allowed [osh_ALT stdout] Expected '', got '<Frame 0x7eff988b77c8>\n(Int) 139636241037256\n<Stdin>\n' stdout: <Frame 0x7eff988b77c8> (Int) 139636241037256 <Stdin>stderr: |
osh | 13 Can't make an alias of io->eval and call it, etc. [osh stdout] Expected '', got 'hi\n' stdout: histderr: |
osh_ALT | 13 Can't make an alias of io->eval and call it, etc. [osh_ALT stdout] Expected '', got 'hi\n' stdout: histderr: |
osh | 14 Globbing not allowed [osh stdout] Expected '', got '*.txt\n' stdout: *.txtstderr: |
osh_ALT | 14 Globbing not allowed [osh_ALT stdout] Expected '', got '*.txt\n' stdout: *.txtstderr: |
osh | 15 $RANDOM $SECONDS [osh stdout] Expected '', got 'not-implemented=\n0\n' stdout: not-implemented= 0stderr: |
osh_ALT | 15 $RANDOM $SECONDS [osh_ALT stdout] Expected '', got 'not-implemented=\n0\n' stdout: not-implemented= 0stderr: |
osh | 16 Purely-evaluated code can't set traps for later [osh stdout] Expected '', got 'TODO\n' stdout: TODOstderr: |
osh_ALT | 16 Purely-evaluated code can't set traps for later [osh_ALT stdout] Expected '', got 'TODO\n' stdout: TODOstderr: |