spec test index / oilshell.org
38 passed, 0 OK, 0 not implemented, 0 BUG, 4 failed, 0 timeouts, 0 cases skipped 2 failed under osh
ysh | 17 circular dict - TODO 2023-06 REGRESS [ysh stdout] Expected "(OrderedDict) <'name': 'foo'>\n(OrderedDict) <'name': 123>\n(OrderedDict) <'name': 'mystr'>\n(OrderedDict) <'name': ...>\n" Got '(Dict) {"name":"foo"}\n(Dict) {"name":123}\n(Dict) {"name":"mystr"}\n(Dict) {"name":{ --> 0x7f7cb2003c68 }}\n' stdout: (Dict) {"name":"foo"} (Dict) {"name":123} (Dict) {"name":"mystr"} (Dict) {"name":{ --> 0x7f7cb2003c68 }}stderr: |
ysh_ALT | 17 circular dict - TODO 2023-06 REGRESS [ysh_ALT stdout] Expected "(OrderedDict) <'name': 'foo'>\n(OrderedDict) <'name': 123>\n(OrderedDict) <'name': 'mystr'>\n(OrderedDict) <'name': ...>\n" Got '(Dict) {"name":"foo"}\n(Dict) {"name":123}\n(Dict) {"name":"mystr"}\n(Dict) {"name":{ --> 0x7f477f4f12c8 }}\n' stdout: (Dict) {"name":"foo"} (Dict) {"name":123} (Dict) {"name":"mystr"} (Dict) {"name":{ --> 0x7f477f4f12c8 }}stderr: |
ysh | 18 circular list - TODO 2023-06 REGRESS [ysh stdout] Expected '(List) [1, 2, 3]\n(List) [[...], 2, 3]\n' Got '(List) [1, 2, 3]\n' stdout: (List) [1, 2, 3]stderr: |
ysh_ALT | 18 circular list - TODO 2023-06 REGRESS [ysh_ALT stdout] Expected '(List) [1, 2, 3]\n(List) [[...], 2, 3]\n' Got '(List) [1, 2, 3]\n' stdout: (List) [1, 2, 3]stderr: |