25 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
osh | 21 Typed Args to Hay Node [osh status] Expected 0, got 3 stdout: stderr: when NAME [x > 0] { ^ [ stdin ]:6: fatal: Expected 0 typed args, but got 1 |
osh | 23 CODE node provides code_str, serialized code - issue #2050 [osh stdout] Expected '', got "(Dict)\n{\n source: null,\n children: [\n {\n type: 'Package',\n args: [],\n children: [\n {\n type: 'INSTALL',\n args: [],\n location_str: '[ stdin ]',\n location_start_line: 8,\n code_str: b' \\n\\n cd dist {\\n ./install\\n }\\n '\n }\n ],\n attrs: {name: 'osh'}\n }\n ]\n}\n" stdout: (Dict) { source: null, children: [ { type: 'Package', args: [], children: [ { type: 'INSTALL', args: [], location_str: '[ stdin ]', location_start_line: 8, code_str: b' \n\n cd dist {\n ./install\n }\n ' } ], attrs: {name: 'osh'} } ] }stderr: |
osh | 24 Proc within Hay node [osh stdout] Expected '', got "(Dict)\n{\n source: null,\n children: [\n {\n type: 'Package',\n args: ['cpython'],\n children: [],\n attrs: {version: '3.11', build: <Proc 0x7f1d3a5eb680>}\n }\n ]\n}\n<Proc 0x7f1d3a5eb680>\nversion=3.11\n" [osh status] Expected 0, got 127 stdout: (Dict) { source: null, children: [ { type: 'Package', args: ['cpython'], children: [], attrs: {version: '3.11', build: <Proc 0x7f1d3a5eb680>} } ] } <Proc 0x7f1d3a5eb680> version=3.11stderr: make ^~~~ [ stdin ]:10: Command 'make' not found (OILS-ERR-100) [ stdin ]:10: errexit PID 40923: Command failed with status 127 |