Re: libgo patch committed: Only run net tests if GCCGO_RUN_ALL_TESTS

2011-03-09 Thread Rainer Orth
Ian Lance Taylor writes: > This patch to libgo only runs the networking dependent tests if > GCCGO_RUN_ALL_TESTS is set in the environment. This is PR 48017. In > that PR Rainer suggests having the tests drop back to UNSUPPORTED or > UNRESOLVED if they fail to open a network connection. That i

libgo patch committed: Only run net tests if GCCGO_RUN_ALL_TESTS

2011-03-08 Thread Ian Lance Taylor
This patch to libgo only runs the networking dependent tests if GCCGO_RUN_ALL_TESTS is set in the environment. This is PR 48017. In that PR Rainer suggests having the tests drop back to UNSUPPORTED or UNRESOLVED if they fail to open a network connection. That is tempting but I don't agree with i