Results for ysh-place.test.sh

statusysh
pass 2
FAIL 2
total4
caseyshdescription
0pass Local place
1pass place->setValue()
2FAIL [DISABLED] Places can't dangle; they should passed UP the stack only
details
3FAIL Container Place (Dict)
details
2 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped
2 failed under osh

Details on runs that didn't PASS

ysh2 [DISABLED] Places can't dangle; they should passed UP the stack only

[ysh stdout] Expected '', got 'done\n'
[ysh status] Expected 1, got 0

stdout:
done
stderr:
ysh3 Container Place (Dict)

[ysh status] Expected 0, got 2

stdout:
stderr: 
  echo zzz | read --all (&d.key)
                           ^
[ stdin ]:3: Places in containers not implemented yet