spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 9 | 0 | |
FAIL | 0 | 9 | |
total | 9 | 9 | |
case | osh | osh-cpp | description |
0 | pass | FAIL | Addition, with conversion from string |
details | |||
1 | pass | FAIL | Floating Point Division with / |
details | |||
2 | pass | FAIL | Operations That Convert to Integer: // % ** |
details | |||
3 | pass | FAIL | Unary Operations |
details | |||
4 | pass | FAIL | unary ~ applied to bool is not allowed |
details | |||
5 | pass | FAIL | unary ~ applied to float is not allowed |
details | |||
6 | pass | FAIL | unary - applied to bool is not allowed |
details | |||
7 | pass | FAIL | unary 'not' applied to int is not allowed |
details | |||
8 | pass | FAIL | unary 'not' applied to float is not allowed |
details |
9 passed, 0 OK, 0 not implemented, 0 BUG, 9 failed, 0 timeouts, 0 cases skipped
osh-cpp | 0 Addition, with conversion from string [osh-cpp stdout] Expected '3\n5.5\n2.5\n24\n', got '\n' stdout: stderr: |
osh-cpp | 1 Floating Point Division with / [osh-cpp stdout] Expected '20.0\n', got '\n' stdout: stderr: |
osh-cpp | 2 Operations That Convert to Integer: // % ** [osh-cpp stdout] Expected '2\n1\n25\n', got '\n' stdout: stderr: |
osh-cpp | 3 Unary Operations [osh-cpp stdout] Expected '-2\n-1\n-2.3\nfalse\n', got '\n' stdout: stderr: |
osh-cpp | 4 unary ~ applied to bool is not allowed [osh-cpp status] Expected 3, got 0 stdout: stderr: |
osh-cpp | 5 unary ~ applied to float is not allowed [osh-cpp status] Expected 3, got 0 stdout: stderr: |
osh-cpp | 6 unary - applied to bool is not allowed [osh-cpp status] Expected 3, got 0 stdout: stderr: |
osh-cpp | 7 unary 'not' applied to int is not allowed [osh-cpp status] Expected 3, got 0 stdout: stderr: |
osh-cpp | 8 unary 'not' applied to float is not allowed [osh-cpp status] Expected 3, got 0 stdout: stderr: |