Results for ysh-builtin-module.test.sh

statusoshosh-cpp
pass 22
FAIL 11
total33
caseoshosh-cppdescription
0FAIL FAIL module
detailsdetails
1pass pass is-main
2pass pass is-main with -c and stdin
4 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

osh0 module

[osh stdout] Expected 'common\nmodule1\n', got ''

stdout:
stderr: 
  module 'main' || return 0
  ^~~~~~
[ stdin ]:3: 'module' not found (OILS-ERR-100)
osh-cpp0 module

[osh-cpp stdout] Expected 'common\nmodule1\n', got ''

stdout:
stderr: 
  module 'main' || return 0
  ^~~~~~
[ stdin ]:3: 'module' not found (OILS-ERR-100)