aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2012-09-26Merge pull request #581 from LCID-Fire/debian_clang_checkAlon Zakai
2012-09-26browser test harness note about allowing popupsAlon Zakai
2012-09-26Use check_clang_version instead of hardcoding check.LCID Fire
2012-09-23Extract a function to build path to GL books' samples.LCID Fire
2012-09-22move settings.py to a less conspicuous place and rename it, to avoid confusionAlon Zakai
2012-09-21allow loading multiple asset bundles / outputs of file packagerAlon Zakai
2012-09-21Merge pull request #570 from ysangkok/for-upstreamAlon Zakai
2012-09-20add more slack in test_s3tc_crunchAlon Zakai
2012-09-20fix gl tests for intel hd gpusAlon Zakai
2012-09-20add conftest.c flag passing test and use right indentingJanus
2012-09-19optimize reftestsAlon Zakai
2012-09-13clearer error message when a crucial llvm tool is missing, and force sanity c...Alon Zakai
2012-09-11enable test_segfault only with ta2, because otherwise SAFE_HEAP means type ch...Alon Zakai
2012-09-11compress type info of zeroinitializers in ta2Alon Zakai
2012-09-09check for segfaults in SAFE_HEAPAlon Zakai
2012-09-05Merge pull request #559 from stechz/incomingAlon Zakai
2012-09-05typeid improvementsAlon Zakai
2012-09-05Bitshift optimizer anticipates fns with switchesBenjamin Stover
2012-09-05add more inet testsAlon Zakai
2012-09-04fixed htonlMokhtar Naamani
2012-08-30--clear-cache optionAlon Zakai
2012-08-30fix test_atoXAlon Zakai
2012-08-30support for SDL_QUIT eventAlon Zakai
2012-08-29fix key event test frameworkAlon Zakai
2012-08-29fix extension of non-i32s to >i32sAlon Zakai
2012-08-27clean up atoX a little and add testingAlon Zakai
2012-08-25disable test_randAlon Zakai
2012-08-25PRECISE_I32_MUL option for full precision in 32-bit multiplyAlon Zakai
2012-08-24check for additional stack allocations and varargs in the whole function, not...Alon Zakai
2012-08-18warn on -I and -L to absolute paths, which may be to local system headers/lib...Alon Zakai
2012-08-14fix sign checks in strncasecmp and memcmpAlon Zakai
2012-08-13compare unsigned values in str[n]cmpAlon Zakai
2012-08-10Module.preInitAlon Zakai
2012-08-04make test_unaligned more robustAlon Zakai
2012-07-30fix file preloading with -o subdir/..Alon Zakai
2012-07-28if generateStructInfo gets invalid data, return null, do not throw: possibly ...Alon Zakai
2012-07-23always look for main in .a filesAlon Zakai
2012-07-22test + fix for continuing to load despite bad audiosAlon Zakai
2012-07-19fix strstrAlon Zakai
2012-07-19rewrite strstr to do c-style comparisons, to avoid js regexp search artifactsAlon Zakai
2012-07-18refactor file preloading to happen in FS.createPreloadedFile, so that not onl...Alon Zakai
2012-07-17commented future change to benchmarksAlon Zakai
2012-07-16warn on wrong llvm versionAlon Zakai
2012-07-16optimize bswapAlon Zakai
2012-07-15remove whitespace at beginning of sscanf, fixes #512Alon Zakai
2012-07-15utf parsing in writeStringToMemory as wellAlon Zakai
2012-07-15fix test_utfAlon Zakai
2012-07-14test utf8 in Pointer_stringifyAlon Zakai
2012-07-14utf-8 supportAlon Zakai
2012-07-14test FS.analyzePathAlon Zakai