Am 18.02.2013 20:07, schrieb Ian Lance Taylor: >> the libgo testsuite unfortunately works not as all other testsuite for the >> > libraries do work. Usually if you do want to test a multilib build, you >> > call >> > >> > RUNTESTFLAGS="--target_board=unix\{,-m32,-mx32\}" make -k check >> > >> > and only the check target for the default multilib is called. libgo however >> > descends into the non-default multilib targets and calls check there too. >> > And >> > then with the above RUNTESTFLAGS, every go test is called nine times >> > instead of >> > three times, and apparently fails the other six times. >> > >> > Please let libgo behave the same as the other target libraries for the >> > check >> > target, even it does introduce some delta. > I can't remember if there is a bug report open for this or not.
this is now PR go/56432.