emscripten
emscripten copied to clipboard
Enable browser test stdio logging by default. NFC
Assuming this works do we think its good idea? I wonder how much it would slow down tests with a lof stdio?
Since browser tests are already run iserially it think it should actually make tests failures much more easy to debug.
If we choose not to do this I guess we could instead have a mechanism for enabling this on a per-test (or per-test-run) basis?
Looks like we raced to comment :)
Heh, yeah, great minds and all that...
The debuggability is really nice, so if you can't measure a regression here, it's probably worthwhile?
It seems like at some point browser tests start failing due to lack a GL context.. its almost like the browser stops supported GL for all following tests.