aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Collapse)Author
2012-12-24testAlon Zakai
2012-12-24fix ctlz and add testAlon Zakai
2012-12-21add slack to crunch reftestsAlon Zakai
2012-12-21fix test_utfAlon Zakai
2012-12-21fix test_emcc_cachingAlon Zakai
2012-12-21make -fno-math-errno the defaultAlon Zakai
2012-12-21update test_stringsAlon Zakai
2012-12-21update test_jcacheAlon Zakai
2012-12-21update test_emccAlon Zakai
2012-12-21improve and fix test_relooperAlon Zakai
2012-12-21update test_emcc_caching to improve llvm 3.2 sizesAlon Zakai
2012-12-20timebAlon Zakai
2012-12-19fix python typoAlon Zakai
2012-12-19re-kill test_remove_duplicatesAlon Zakai
2012-12-19Removed a debug print message.Alan Kligman
2012-12-19Added missing changes to tests/runner.py.Alan Kligman
2012-12-19Updated some python invocations that I missed the first time through.Alan Kligman
2012-12-19Updated scripts to call python2 directly rather than relying on python ↵Alan Kligman
symlink pointing to the right place. See PEP394 for details on why this should be OK.
2012-12-19remove --remove-duplicatesAlon Zakai
2012-12-19tolerate people issuing link commands with duplicates in themAlon Zakai
2012-12-08fix testcase for longjmp4 to avoid undefined behavior, enable in all ↵Alon Zakai
optimization modes; closes #747
2012-12-08properly use identifier given to resume instruction, avoids issues with ↵Alon Zakai
cxa_catch cleaning it up; fixes test_multiexception, the exception-handling part of #747
2012-12-07disable test_longjmp4 in optimized builds - it fails in native clang -O2 as ↵Alon Zakai
well, possibly undefined behavior
2012-12-07rewrite setjmp code to identify, uniquely, each setjmp and match it to a ↵Alon Zakai
longjmp. add testcase for #747, works in unoptimized builds
2012-12-07add test_multiexception for #747Alon Zakai
2012-12-07clear setjmped when handling a longjmp, so we can proceed to longjmp later ↵Alon Zakai
correctly; fixes #747
2012-12-07properly implement uitofp/sitofp using our existing code for that; fixes #745Alon Zakai
2012-12-07add parts of system bitcode libraries when necessary, and refactor library ↵Alon Zakai
inclusion decision code
2012-12-04only add in .o inside .a that are neededAlon Zakai
2012-12-03do not apply -l if not generating an executable or a libraryAlon Zakai
2012-11-28Use 'return 0;' instead of 'return 1;' in all native code in tests/runner.py ↵Jukka Jylänki
to denote exit with a success.
2012-11-28Improve test runner build_native and run_native functions to output detailer ↵Jukka Jylänki
error report when things go wrong.
2012-11-27disable tests not working without named globalsAlon Zakai
2012-11-27switch to all or nothing named globals, and add testingAlon Zakai
2012-11-27fix NUM_NAMED_GLOBALS bug with global postsets and add test coverageAlon Zakai
2012-11-27avoid unnecessary disk IO in test_gcc_unmanglerAlon Zakai
2012-11-24allow limited the amount of named globalsAlon Zakai
2012-11-24fix snprintf on output size 0Alon Zakai
2012-11-23Merge pull request #717 from juj/test_compile_failAlon Zakai
Ensure that a failing compilation results in a nonzero return code.
2012-11-23fix test_failure_error_codeAlon Zakai
2012-11-23Merge pull request #714 from juj/test_failAlon Zakai
test_failure_error_code
2012-11-23fix fminAlon Zakai
2012-11-23fix sscanf n bug, fixes #727Alon Zakai
2012-11-23fix glBufferSubDataAlon Zakai
2012-11-22fix setjmp/longjmp to notice if we actually setjmped in the invocation of ↵Alon Zakai
the function on the stack, so recursive functions can use setjmp/longjmp
2012-11-22fix o2.test_openjpegAlon Zakai
2012-11-22fix test_js_optimizerAlon Zakai
2012-11-22test for mixed jcache resultsAlon Zakai
2012-11-22fix ll func identifying for chunking purposes, and add testing of jcache on ↵Alon Zakai
a large program
2012-11-22more carefully split out functions in js optimizerAlon Zakai