Ok, found the tests in the emscripten repos - doh! I have attempted to run the tests with "python test2\runner.py" and a whole bunch of cryptic text is now flying by, but I am getting lots of:
KeyError: 'staticBump' FAIL: Running the generated program failed! Which doesn't sound good. I am on windows 10 and used the standard emscripten installer (ie: didn't build from repos or anything like that). On Tue, May 24, 2016 at 9:32 AM, Mark Sibly <[email protected]> wrote: > Hmm...where do I find this test? > > In fact, which version of SDL2 should I be using? I'm currently using: > > https://github.com/spurious/SDL-mirror > > Which seems to be up-to-date, but I can't find that test... > > Or should I just be using '-s USE_SDL=2'? > > I prefer to build my own SDL2 though as I have a few custom fixes here and > there for my own needs. > > > On Tue, May 24, 2016 at 9:19 AM, Alon Zakai <[email protected]> wrote: > >> It's possible SDL1 timers never worked - I don't remember - but we have a >> test for SDL2 timers so they should be ok. See test_sdl2_timer in >> tests/test_browser.py >> >> On Sun, May 22, 2016 at 7:47 PM, Mark Sibly <[email protected]> >> wrote: >> >>> Hi, >>> >>> Does emscripten support SDL_Timer? >>> >>> I can't seem to get it working and looking through the code it appears >>> to depend on threads. >>> >>> Bye! >>> Mark >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "emscripten-discuss" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "emscripten-discuss" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/emscripten-discuss/Ooh27X_FdwY/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
