spec test index / oilshell.org
49 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
ysh_ALT | 16 Recursive functions with LRU Cache [ysh_ALT stdout] Expected 'hit: 1\nhit: 2\nhit: 3\nhit: 4\nhit: 5\nhit: 6\nhit: 7\nhit: 8\n55\n[\n [\n 7,\n 13\n ],\n [\n 9,\n 34\n ],\n [\n 8,\n 21\n ],\n [\n 10,\n 55\n ]\n]\n' Got '' [ysh_ALT status] Expected 0, got 1 stdout: stderr: source $LIB_YSH/list.ysh ^~~~~~~~ [ stdin ]:1: 'source' failed: No builtin file 'stdlib/ysh/list.ysh' source $LIB_YSH/list.ysh ^~~~~~ [ stdin ]:1: errexit PID 41738: command.Simple failed with status 1 |