spec test index / oilshell.org
95 passed, 0 OK, 0 not implemented, 0 BUG, 10 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh | 6 cd BAD/.. [osh stdout] Expected 'status=1\n', got 'status=0\n' stdout: status=0stderr: |
osh_.py | 6 cd BAD/.. [osh_.py stdout] Expected 'status=1\n', got 'status=0\n' stdout: status=0stderr: |
osh_.cc | 6 cd BAD/.. [osh_.cc stdout] Expected 'status=1\n', got 'status=0\n' stdout: status=0stderr: |
osh_.cc | 27 time block [osh_.cc stdout] Expected 'user\n', got '0.00s user 0.00s system BUG cpu 0.000 total' [osh_.cc status] Expected 0, got 1 stdout: 0.00s user 0.00s system BUG cpu 0.000 totalstderr: |
osh_.cc | 28 time pipeline [osh_.cc stdout] Expected '3\n', got '3\n0.00s user 0.00s system BUG cpu 0.000 total' stdout: 3 0.00s user 0.00s system BUG cpu 0.000 totalstderr: |
osh_.cc | 32 get umask [osh_.cc status] Expected 0, got 1 stdout: stderr: osh_eval.stripped: mycpp/leaky_mylib.cc:167: void mylib::BufWriter::format_o(int): Assertion `!"Not Implemented"' failed. |
osh_.cc | 33 set umask in octal [osh_.cc stdout] Expected u'664\n644\n', got '644\n644\n' [osh_.cc stderr] Expected u'', got " umask 0002\n ^~~~~\n[ stdin ]:2: 'umask' umask: unexpected arguments\n umask 0022\n ^~~~~\n[ stdin ]:4: 'umask' umask: unexpected arguments\n" stdout: 644 644stderr: umask 0002 ^~~~~ [ stdin ]:2: 'umask' umask: unexpected arguments umask 0022 ^~~~~ [ stdin ]:4: 'umask' umask: unexpected arguments |
osh | 34 set umask symbolically [osh stdout] Expected '664\n644\n', got '664\n664\n' [osh stderr] Expected u'', got "osh warning: umask with symbolic input isn't implemented\n" stdout: 664 664stderr: osh warning: umask with symbolic input isn't implemented |
osh_.py | 34 set umask symbolically [osh_.py stdout] Expected '664\n644\n', got '664\n664\n' [osh_.py stderr] Expected u'', got "osh warning: umask with symbolic input isn't implemented\n" stdout: 664 664stderr: osh warning: umask with symbolic input isn't implemented |
osh_.cc | 34 set umask symbolically [osh_.cc stdout] Expected '664\n644\n', got '644\n644\n' [osh_.cc stderr] Expected u'', got " umask 0002 # begin in a known state for the test\n ^~~~~\n[ stdin ]:1: 'umask' umask: unexpected arguments\nosh warning: umask with symbolic input isn't implemented\n" stdout: 644 644stderr: umask 0002 # begin in a known state for the test ^~~~~ [ stdin ]:1: 'umask' umask: unexpected arguments osh warning: umask with symbolic input isn't implemented |