aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2012-04-03add another working glbook testcaseAlon Zakai
2012-04-03allow 1/255 color error in reftests, to ignore aliasingAlon Zakai
2012-04-03add another working glbook testAlon Zakai
2012-04-02make glut main loop throw again, and fix test_glgearsAlon Zakai
2012-04-02fix test_glgearsAlon Zakai
2012-04-02add second working glbook testAlon Zakai
2012-04-02make precise i64 math the defaultAlon Zakai
2012-04-02only include i64 precise code if it will actually be usedAlon Zakai
2012-04-02test fixesAlon Zakai
2012-04-01fix parsing of i64 constants in globals, and add working cube2hash testcaseAlon Zakai
2012-04-01improve i64 precise testAlon Zakai
2012-04-01proper precise unsigned i64 modulo, and passing tests for i64 division and mo...Alon Zakai
2012-04-01use bignum for unsigned i64 precise divisionAlon Zakai
2012-04-01add jsbn bignum library, fixes printing of unsigned precise i64sAlon Zakai
2012-04-01work towards unsigned precise i64s: add, subtract and multiply work but divid...Alon Zakai
2012-04-01support for precise i64 signed mathAlon Zakai
2012-03-31add reftest mechanism for browser tests, and complete glbook test 1Alon Zakai
2012-03-31library additions in preparation for glbook testsAlon Zakai
2012-03-31test cleanupAlon Zakai
2012-03-31separate browser tests into separately-runnable browser setAlon Zakai
2012-03-31update test_emccAlon Zakai
2012-03-31fix -M -MM to add emcc compiler flagsAlon Zakai
2012-03-31add additional testcase from issue 324Alon Zakai
2012-03-31do not consider division safe for |0 removal, and add testcase 2 from issue 324Alon Zakai
2012-03-31fix test_isdigit_lAlon Zakai
2012-03-30test runner message about non-main partsAlon Zakai
2012-03-30Merge pull request #328 from ehsan/ogre_upstreamAlon Zakai
2012-03-29basic support for -M and -MMAlon Zakai
2012-03-29bundle preloaded files also when not compressing themAlon Zakai
2012-03-29update test_emccAlon Zakai
2012-03-28add testcase for issue 324Alon Zakai
2012-03-28do not use impure stuff for stdin etc, it makes comparing to native builds ha...Alon Zakai
2012-03-28Implement isdigit_l and isxdigit_lEhsan Akhgari
2012-03-28rename alloca/stack testsAlon Zakai
2012-03-27do not use blob constructor if not present, and closure workaroundAlon Zakai
2012-03-27support wav and mp3 audio suffixes tooAlon Zakai
2012-03-27support for playing audio chunks through SDL mixAlon Zakai
2012-03-26compress all data files into one big fileAlon Zakai
2012-03-24properly match SDL mousebuttons to DOM buttonsAlon Zakai
2012-03-24make mouse events relative to canvas, and at right frequencyAlon Zakai
2012-03-24SDL mouse support and emscripten_set_main_loopAlon Zakai
2012-03-23SDL_SizeText and some refactoringAlon Zakai
2012-03-23optimize SDL_FillRectAlon Zakai
2012-03-23fix sdl keyboard input and add a testAlon Zakai
2012-03-23minimal support for SDL text renderingAlon Zakai
2012-03-23improve sdl image test to include blits of nonequal size surfacesAlon Zakai
2012-03-23rename some testsAlon Zakai
2012-03-22do preRun and postRun only if we actually runAlon Zakai
2012-03-21fix some bugs with preloading of entire directoriesAlon Zakai
2012-03-20fix breakage with calling LLVM_AR with pythonAlon Zakai