aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
AgeCommit message (Expand)Author
2014-01-31make sure rand() returns values only up to RAND_MAX; #18551.10.1Alon Zakai
2014-01-31further fix for #1407Alon Zakai
2014-01-30use all 32 bits in rand_rAlon Zakai
2014-01-30Merge branch 'rand' of github.com:coolwanglu/emscripten into incomingAlon Zakai
2014-01-30fix exceptions whitelist check on invoke using function pointer; fixes #2081Alon Zakai
2014-01-29enable test_bigswitch in asmAlon Zakai
2014-01-29fix locale-removing aliases that break because they then have the wrong sig; ...Alon Zakai
2014-01-29enable tests/cases/514 in fastcompAlon Zakai
2014-01-28disable asm2x86.test_exceptions_2Alon Zakai
2014-01-27fix some safeHeap errors with the new exceptions code; fixes #2068Alon Zakai
2014-01-27add testcase with longjmp and c++ exception catching in the same functionAlon Zakai
2014-01-26do not include library i64 stuff in side modules, it is in the parent; fixes ...Alon Zakai
2014-01-24Add test for storing special float literals in source code. Currently fails i...Jukka Jylänki
2014-01-22skip test_debug in asm3Alon Zakai
2014-01-21add asm3 test modeAlon Zakai
2014-01-21update tests to allow exceptions and setjmp together in fastcompAlon Zakai
2014-01-20enable more tests in fastcompAlon Zakai
2014-01-20enable more tests in fastcompAlon Zakai
2014-01-20enable and fix more tests for fastcompAlon Zakai
2014-01-20updates and fixes for test_casesAlon Zakai
2014-01-20fix up final setjmp tests for fastcompAlon Zakai
2014-01-20enable test_longjmp_stacked in fastcompAlon Zakai
2014-01-20enable more setjmp tests in fastcompAlon Zakai
2014-01-20fix longjmp call by pointer in fastcomp, and enable test_longjmp2Alon Zakai
2014-01-20enable first setjmp test in fastcompAlon Zakai
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-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-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-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
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-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-10enable more exceptions tests in fastcompAlon Zakai
2014-01-10enable first exceptions test for fastcompAlon Zakai
2014-01-08enable simd tests in fastcompAlon Zakai