aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-01-18improve EM_ASM to tolerate quotes when safe, and error when not; fixes #2032Alon Zakai
2014-01-18Merge pull request #2030 from waywardmonkeys/updates4Alon Zakai
2014-01-18Merge pull request #2007 from abergmeier/cmake_test_ninjajuj
2014-01-18Implement catopen/catgets/catclose to help libcxx tests pass.Bruce Mitchener
2014-01-18Make exception tests named more consistently.Bruce Mitchener
2014-01-18catched -> caughtBruce Mitchener
2014-01-17fix asm1.test_cubescriptAlon Zakai
2014-01-17fix test_source_mapAlon Zakai
2014-01-17fix flakey lua benchmarkAlon Zakai
2014-01-17make debug checks in asm2g more lenient, so they pass on fastcompAlon Zakai
2014-01-17disable test_fnmatch in s_x_xAlon Zakai
2014-01-16make asm2g use SAFE_HEAP in fastcompAlon Zakai
2014-01-16add fnmatch; fixes #20021.9.3Alon Zakai
2014-01-16don't override Module.print and printErr if the user specified themAlon Zakai
2014-01-16strengthen test_alloca to check alignmentAlon Zakai
2014-01-16enable a form of safe heap in asm, using js optimizer pass to ensure full cov...Alon Zakai
2014-01-15Merge pull request #2016 from rfk/rfk/minify-names-separatelyAlon Zakai
2014-01-15add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14Alon Zakai
2014-01-16Split name-minification into a separate pass from registerization.Ryan Kelly
2014-01-14fix aggressiveVariableElimination bug and add testingAlon Zakai
2014-01-14disable test_simd3 due to breakageAlon Zakai
2014-01-14fix double start bug #1992 in browser as wellAlon Zakai
2014-01-14Add GLEW 1.10.0 emulationJari Vetoniemi
2014-01-14Replace printing to stderr with logging warning.Andreas Bergmeier
2014-01-13add fputwc, which enables wprintf1.8.9Alon Zakai
2014-01-13Merge branch 'incoming' of github.com:kripken/emscripten into incoming1.8.8Alon Zakai
2014-01-13Merge pull request #2004 from waywardmonkeys/updatesAlon Zakai
2014-01-13handle precision -1 in printf .*Alon Zakai
2014-01-14Move scalbn to libc to fix broken functionality. Disable test on x86.Bruce Mitchener
2014-01-14Another test for negative zero and hex floats.Bruce Mitchener
2014-01-14Make lgamma and friends work, add test.Bruce Mitchener
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
2014-01-13Add support for Ninja and Eclipse+Ninja testing in test_cmake.Andreas Bergmeier
2014-01-13clean up some more tests/casesAlon Zakai
2014-01-13fix testcase to validate as llvm irAlon Zakai
2014-01-13remove old test that cannot be done in fastcomp, relies on code miscompilatio...Alon Zakai
2014-01-13Handle negative zero values correctly.Bruce Mitchener
2014-01-12enable another test_cases case in fastcompAlon Zakai
2014-01-12enable test_async_exit in fastcompAlon Zakai
2014-01-12enable test_typed_exceptions in fastcompAlon Zakai
2014-01-11more i64 switch testsAlon Zakai
2014-01-10enable more exceptions tests in fastcompAlon Zakai
2014-01-10enable first exceptions test for fastcompAlon Zakai
2014-01-09prevent calling run more than once; fixes #1992Alon Zakai
2014-01-08fix and enable other.test_simd on fastcompAlon Zakai
2014-01-08enable simd tests in fastcompAlon Zakai
2014-01-07fix test_luaAlon Zakai
2014-01-07update other.test_simd test for llvm 3.3 and 3.4Alon Zakai
2014-01-07Merge branch 'incoming' into llvm-3.41.8.6Alon Zakai
2014-01-07handle variables that assign a value including themselves in aggressiveVariab...Alon Zakai