Uros Bizjak 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 GOT
On Wed, Nov 2, 2011 at 5:50 PM, Ian Lance Taylor wrote:
>> #defines with arguments are not working at all. Please consider
>> following testcase:
>
> You're right: this approach doesn't work for preprocessor macros with
> arguments. Making those work via this approach would be much much
> harder