Results for ysh-builtin-module.test.sh

statusoshosh-cpp
pass 44
FAIL 11
total55
caseoshosh-cppdescription
0pass pass source-guard is an old way of preventing redefinition - could remove it
1pass pass is-main
2pass pass is-main with -c and stdin
3FAIL FAIL use foo.ysh creates a value.Obj
detailsdetails
4pass pass use builtin usage
8 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

osh3 use foo.ysh creates a value.Obj

[osh stdout] Expected '', got '(Obj) {"x":1} ==> {}\n(Obj) {}\n'
[osh status] Expected 0, got 1

stdout:
(Obj)   {"x":1} ==> {}
(Obj)   {}
stderr:
m /home/uke/oil/spec/testdata/module2/util.ysh
  pp test_ (util)
            ^~~~
[ stdin ]:9: fatal: Undefined variable 'util'
osh-cpp3 use foo.ysh creates a value.Obj

[osh-cpp stdout] Expected '', got '(Obj) {"x":1} ==> {}\n(Obj) {}\n'
[osh-cpp status] Expected 0, got 1

stdout:
(Obj)   {"x":1} ==> {}
(Obj)   {}
stderr:
m /home/uke/oil/test/../spec/testdata/module2/util.ysh
  pp test_ (util)
            ^~~~
[ stdin ]:9: fatal: Undefined variable 'util'