summaryrefslogtreecommitdiff
path: root/tests/test_core.py
AgeCommit message (Expand)Author
2013-10-29optimize scanString to not run the regex more than onceAlon Zakai
2013-10-27Fix an issue with Boost compilation.Bruce Mitchener
2013-10-24handle empty inline asms; fixes #1729Alon Zakai
2013-10-21Skip failing test_unistd_links test with NODEFS on Windows, since it requires...Jukka Jylänki
2013-10-16add more necessary unistd clear()sAlon Zakai
2013-10-15disable test_iostream in non-ta2, where the mem initializer being aliased is ...Alon Zakai
2013-10-15avoid spidermonkey in test_files due to closure collisionAlon Zakai
2013-10-15add some clear()s to unistd tests that need themAlon Zakai
2013-10-12demangle stacks in abort(), using new stackTrace utilityAlon Zakai
2013-10-10do not emit postSets for function indexing etc., bake them into the memory in...Alon Zakai
2013-10-09remove no longer needed test disablingAlon Zakai
2013-10-09use aliasing function pointers in -O1Alon Zakai
2013-10-09run relooper in -O1, and do not run js opts thereAlon Zakai
2013-10-06enable asm validation checks in unistd tests using EM_ASMAlon Zakai
2013-10-06make EM_ASM use strings on the heap, so it works in asm, and cache the genera...Alon Zakai
2013-10-03disable heap align check in test_files, it mixes poorly with closureAlon Zakai
2013-10-03emit final missing returns in compiler itselfAlon Zakai
2013-10-02move heap align checks to asm2g, keep -O1 pristineAlon Zakai
2013-10-01disable some recently-changed tests in modes where they need inline js or emccAlon Zakai
2013-09-30update unistd tests to run only on nodeAlon Zakai
2013-09-30run test_fs_nodefs_rw only in nodeAlon Zakai
2013-09-29 - append to Building.COMPILER_TEST_OPTS for unistd testsAnthony Pesch
2013-09-29 - added basic nodefs r/w testAnthony Pesch
2013-09-27- updated several unistd tests to test against NODEFSAnthony Pesch
2013-09-25Fix #1668: whiteSpace in _scanString should use only char codes as keys not c...ngld
2013-09-25Add test case for zero multiplication.Bruce Mitchener
2013-09-24do not turn 0*x to 0 in the case of floats, since NaNs break there; fixes #1661Alon Zakai
2013-09-23do not leak emcc args changes in test_casesAlon Zakai
2013-09-23asm coerce in atomicrmw; fixes #1637Alon Zakai
2013-09-18generate valid code for segfaulting loads, not assignless abortsAlon Zakai
2013-09-18Add a test and myself to AUTHORS.ngld
2013-09-16Merge pull request #1618 from sbalko/incomingAlon Zakai
2013-09-13Skip test_math unless using ta2Bruce Mitchener
2013-09-13Enable %[] pattern in scanfSoeren Balko
2013-09-11we only allow 1 exported variable from inline js; #1613Alon Zakai
2013-09-11Merge pull request #1613 from juj/inline_asm_testcaseAlon Zakai
2013-09-11test FORCE_ALIGNED_MEMORY in bullet only in configure mode, not cmakeAlon Zakai
2013-09-11build both configure and cmake versions of bullet, so the cache does not mix ...Alon Zakai
2013-09-11Merge pull request #1610 from juj/fix_bulletAlon Zakai
2013-09-11Skip asm2x86.test_utf32 since test_utf32 uses inline asm.Jukka Jylänki
2013-09-11Add new unit test for inline asm syntax passing through input variables to ou...Jukka Jylänki
2013-09-11Fix test_the_bullet on Windows. Closes #696. Related to #681. On Windows, use...Jukka Jylänki
2013-09-10handle flexible arrays at the end of structs, whose elements are themselves s...Alon Zakai
2013-09-10Add support for marshalling UTF-16 strings to/from JS. Allows passing wchar_t...Jukka Jylänki
2013-09-10Skip test_utf32 when on s_0_x since they don't link in libc, and the code rel...Jukka Jylänki
2013-09-10Add functions for marshalling wchar_t (which is fixed 32-bit UTF32LE on Unix)...Jukka Jylänki
2013-09-06handle inline assembly more carefully, avoid it being seen by asm optimizatio...Alon Zakai
2013-09-06fix inline js in x86 target, enable testing sans validation for inline js in ...Alon Zakai
2013-09-05Merge pull request #1581 from inolen/rwfileAlon Zakai
2013-09-04longjmp test across asm modulesAlon Zakai