aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
AgeCommit message (Collapse)Author
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-16strengthen test_alloca to check alignmentAlon Zakai
2014-01-16enable a form of safe heap in asm, using js optimizer pass to ensure full ↵Alon Zakai
coverage and support for fastcomp
2014-01-14disable test_simd3 due to breakageAlon Zakai
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
conflicts: tests/test_core.py tools/shared.py
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
We can't use weak aliases on variables in emscripten, so get rid of __signgam and just use signgam.
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
This implementation of strtod() replaces the old as it implements support for parsing hex constants which is needed by various tests.
2014-01-13Handle negative zero values correctly.Bruce Mitchener
This handles the situation when they're part of a global variable whether it just be a float/double or embedded within a struct. Fixes #1898.
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-10enable more exceptions tests in fastcompAlon Zakai
2014-01-10enable first exceptions test for fastcompAlon Zakai
2014-01-08enable simd tests in fastcompAlon Zakai
2014-01-07fix test_luaAlon Zakai
2014-01-07handle variables that assign a value including themselves in ↵Alon Zakai
aggressiveVariableElimination
2014-01-03disable named globals test in fastcompAlon Zakai
2014-01-03disable test_emscripten_log in spidermonkey due to breakage; issue #1970Alon Zakai
2013-12-25disable new test in fastcompAlon Zakai
2013-12-24disable a test requiring unaligned memory in fastcompAlon Zakai
2013-12-23fix bug where close-together tempDoublePtr operations could cross each otherAlon Zakai
2013-12-22do not use named globals in fastcompAlon Zakai
2013-12-20fuzz testcaseAlon Zakai
2013-12-20Update emscripten_log to work with the handwritten JS demangler. Update tests.Jukka Jylänki
2013-12-20Add new functions emscripten_log() in emscripten.h which allows printing out ↵Jukka Jylänki
log messages with callstack information, and function emscripten_get_callstack(), which allows programmatically obtaining the current callstack.
2013-12-19make default tests work in fastcompAlon Zakai
2013-12-18fix asm1.test_cube2hash for fastcompAlon Zakai
2013-12-18fix test for fastcomp -O0Alon Zakai
2013-12-17fastcomp test fixAlon Zakai
2013-12-15disable a test in fastcompAlon Zakai
2013-12-15test fixes for fastcompAlon Zakai
2013-12-15disable a test in fastcompAlon Zakai
2013-12-15final test_cases fixes for fastcompAlon Zakai
2013-12-15tests/cases fixes for fastcompAlon Zakai
2013-12-15test/cases fixes for fastcompAlon Zakai
2013-12-14disable test for fastcompAlon Zakai
2013-12-14test changes for fastcompAlon Zakai
2013-12-14disable more tests in fastcompAlon Zakai
2013-12-14disable various tests in fastcompAlon Zakai
2013-12-13yet more fixes for test_cases for fastcompAlon Zakai
2013-12-13more fixes for test_cases for fastcompAlon Zakai
2013-12-13various fixes for test_cases for fastcompAlon Zakai
2013-12-12disable another test in fastcompAlon Zakai
2013-12-12disable some tests in fastcompAlon Zakai
2013-12-07Use do_run_from_file() for test_gcVasilis Kalintiris