aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2012-05-15skip test_gc in s_x_xAlon Zakai
2012-05-15fix test_gc for o1 and o2Alon Zakai
2012-05-15gc tests for object scanning and atomicsAlon Zakai
2012-05-15working early gc testAlon Zakai
2012-05-15move test_emconfig to otherAlon Zakai
2012-05-15Merge pull request #426 from ehsan/em-configAlon Zakai
2012-05-14Add the em-config toolEhsan Akhgari
2012-05-14do not fail on -fcatch-undefined-behaviorAlon Zakai
2012-05-13fix order in gl_ModelViewProjectionMatrix and add working cube_explosion testAlon Zakai
2012-05-13misc tweaks and add wip cube_explosion testAlon Zakai
2012-05-11unenabled experimental registerization pass in js optimizerAlon Zakai
2012-05-11FS.createPreloadedFileAlon Zakai
2012-05-10support for gl_TextureMatrixesAlon Zakai
2012-05-09allow adding runDependencies in preRunAlon Zakai
2012-05-09sscanf support for negative integersAlon Zakai
2012-05-09various fixes and improvements to sscanfAlon Zakai
2012-05-09fix bug with using color and normal even when not enabled, if they were enabl...Alon Zakai
2012-05-08handle absolute paths in file preloadingAlon Zakai
2012-05-07make test_cubegeom_mt a proper test of multitexturingAlon Zakai
2012-05-07make glEnableClientState aware of the client active texture, and add a tempor...Alon Zakai
2012-05-07support for gl_NormalAlon Zakai
2012-05-05make sdl event handling work in closure, and add testingAlon Zakai
2012-05-05refactor getProcAddress for closureAlon Zakai
2012-05-05refactor gl code for closure compiler, and add more testingAlon Zakai
2012-05-05color support in shaders and emulationAlon Zakai
2012-05-04support for SDL channels and channelFinishedAlon Zakai
2012-05-03define proper endianness for endian.h and add working but slow-compiling sha1...Alon Zakai
2012-05-01undef __linux__, fixes SDL endianness detectionAlon Zakai
2012-04-29correct coordinate type in glRotate and add testingAlon Zakai
2012-04-28add working cubegeom testAlon Zakai
2012-04-28fix handling of non-float client attributes, and add test_cubegeom_pre3Alon Zakai
2012-04-28disable debug in test_cubegeom_preAlon Zakai
2012-04-28add test_cubegeom_pre2Alon Zakai
2012-04-28fix prepareClientAttributes bugs: handle non-packed vertex attributes properlyAlon Zakai
2012-04-27add cubegeom_pre test, a more webgl-friendly cubegeomAlon Zakai
2012-04-27handle GL_INFO_LOG_LENGTHAlon Zakai
2012-04-25gl_Color workaround, and add gl_ps test which uses client pointers + a shaderAlon Zakai
2012-04-24clean up gl emulation flush, remove unneeded and incorrect bindingsAlon Zakai
2012-04-23clean up cubegeomAlon Zakai
2012-04-23Merge pull request #381 from SiggyBar/libraryAlon Zakai
2012-04-23finish current immediate+shader work, add sdlglshader testAlon Zakai
2012-04-23improve new browser test syntaxAlon Zakai
2012-04-23stop disabling spidermonkey -n in test runnerAlon Zakai
2012-04-23start of nicer browser test boilerplateAlon Zakai
2012-04-23Fix to strtod_l and add test case for strtold.Sigmund Vik
2012-04-22improve sqlite testAlon Zakai
2012-04-22wip cubegeometry testAlon Zakai
2012-04-21support extraction of i64 values in ta2, and partial support for llvm_uadd_wi...Alon Zakai
2012-04-19add single-color immediate mode test (with wrong color, but better than nothing)Alon Zakai
2012-04-19zext sign correction for bitcasting from <32 bits to i64Alon Zakai