aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-12-07ignore longjmp tests in asmAlon Zakai
2012-12-07disable poppler in asmAlon Zakai
2012-12-07registerizeAsmAlon Zakai
2012-12-07properly disable test_runtimelink for asmAlon Zakai
2012-12-07disable bindings generator tests for asmAlon Zakai
2012-12-07disable some tests in asmAlon Zakai
2012-12-07disable safe-heap reliant tests in asmAlon Zakai
2012-12-07i64Math in asmAlon Zakai
2012-12-07fix EXPORTED_FUNCTIONS use in testsAlon Zakai
2012-12-07fix test_unsignedAlon Zakai
2012-12-07test correctionsAlon Zakai
2012-12-07disable test_pgo in asmAlon Zakai
2012-12-07disable test_linespecific in asmAlon Zakai
2012-12-07freelocale stubAlon Zakai
2012-12-07disable some more asm testsAlon Zakai
2012-12-07disable i64 tests for asm for nowAlon Zakai
2012-12-07disable some test_cases undefined behavior cases for asmAlon Zakai
2012-12-07disable test_gc in asmAlon Zakai
2012-12-07fix test_emscripten_apiAlon Zakai
2012-12-07disable dlopen tests in asmAlon Zakai
2012-12-07update tests to use power of 2 heapsAlon Zakai
2012-12-07add asm2 to ALLAlon Zakai
2012-12-07add asm2 test suiteAlon Zakai
2012-12-07add eliminator mode for asmAlon Zakai
2012-12-07add asm to ALLAlon Zakai
2012-12-07generate separate type-specific function tablesAlon Zakai
2012-12-07add asm test suiteAlon Zakai
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 in...Alon Zakai
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-30Fixed embind for non-void non-const class methods (with test).Dominic Wong
2012-11-28Use 'return 0;' instead of 'return 1;' in all native code in tests/runner.py ...Jukka Jylänki
2012-11-28Improve test runner build_native and run_native functions to output detailer ...Jukka Jylänki
2012-11-27disable tests not working without named globalsAlon Zakai
2012-11-27update test_cases/gepoverflowAlon Zakai
2012-11-27fix test_cases_subnumsAlon 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
2012-11-23fix test_failure_error_codeAlon Zakai
2012-11-23Merge pull request #714 from juj/test_failAlon Zakai
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 the...Alon Zakai
2012-11-22fix o2.test_openjpegAlon Zakai