Uros Bizjak <ubiz...@gmail.com> writes:

> http, rpc and websocket tests that fail previously [1] now run OK, but
> there are a bunch of new failures:

Doesn't look too bad, really.  Thanks for testing.

If you feel like debugging the failures, you can do it by changing
directory to TARGET/libgo and running

make GOTESTFLAGS=--keep NAME/check

where NAME is the name of the test, e.g., exec, archive/tar,
archive/zip.  That will give you a directory gotestNNNNN, and in that
directory will be an a.out file.  Running that a.out should exit with a
zero status, but apparently is not.  gdb should more or less work.

Ian

Reply via email to