aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2012-04-08clean up linker a.out|exe stubsAlon Zakai
2012-04-08support for sdl scancodesAlon Zakai
2012-04-07handle identical basenames in emcc properly; fixes #287Alon Zakai
2012-04-06restore support for noInitialRunAlon Zakai
2012-04-05update test_emcc for windowsAlon Zakai
2012-04-05Merge pull request #355 from SiggyBar/windowsAlon Zakai
2012-04-05add final glbook testAlon Zakai
2012-04-05fix ccall test to make sure we export the functions properly to closureAlon Zakai
2012-04-05Merge pull request #353 from ehsan/stddev_extensionAlon Zakai
2012-04-05Fixes to test_emcc for Windows.Sigmund Vik
2012-04-04Add a test for the standard derivatives extensionEhsan Akhgari
2012-04-04add yet another working glbook testcaseAlon Zakai
2012-04-04add another glbook passing testcaseAlon Zakai
2012-04-04add test for looking for a bitcode lib if a specified lib is not bitcodeAlon Zakai
2012-04-03throw an exception in glutMainLoop, to prevent atexits from runningAlon Zakai
2012-04-03allow more reftest margin of errorAlon Zakai
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