emscripten icon indicating copy to clipboard operation
emscripten copied to clipboard

Enable browser test stdio logging by default. NFC

Open sbc100 opened this issue 7 months ago • 4 comments

sbc100 avatar Apr 23 '25 22:04 sbc100

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?

sbc100 avatar Apr 24 '25 15:04 sbc100

Looks like we raced to comment :)

sbc100 avatar Apr 24 '25 15:04 sbc100

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?

kripken avatar Apr 24 '25 15:04 kripken

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.

sbc100 avatar Apr 24 '25 19:04 sbc100