aboutsummaryrefslogtreecommitdiff
path: root/tests/core
AgeCommit message (Expand)Author
2014-06-04Add test case for phi node handling in SIMD pathNingxin Hu
2014-06-02Merge pull request #2364 from juj/musl_stdioAlon Zakai
2014-06-02fix very large doubles; fixes #2392Alon Zakai
2014-05-28add emscripten_align typedefs for #2378Alon Zakai
2014-05-28fix case of exceptions whitelist being emptyAlon Zakai
2014-05-23Fix test test_sscanf to be spec-conformant in the treatment of scanf format s...Jukka Jylänki
2014-05-23Migrate to using musl libc sscanf to improve performance. Keep the existing J...Jukka Jylänki
2014-05-15test for #2358Alon Zakai
2014-05-02use a case-insensitive regex in strptime; fixes #2324Alon Zakai
2014-04-29support h and hh in sscanf, and fix non-i32 case in hex sscanf; fixes #2322Alon Zakai
2014-04-24improve test_polymorphAlon Zakai
2014-04-14Remove undefined behavior reading 32-bit variables as 64-bit in printf format...Jukka Jylanki
2014-04-10finish 64-bit atomics; fixes #2273Alon Zakai
2014-04-10enable test_atomic_cxx on everything but 64-bit operations; #2273Alon Zakai
2014-04-09start on c++11 atomics implementation and test; #2273Alon Zakai
2014-04-07Merge pull request #2256 from juj/more_musl1.14.1Alon Zakai
2014-03-31add testing for EM_ASM_ARGSAlon Zakai
2014-03-28Fix test_strndup. The signature of strndup takes in a size_t for length, so p...Jukka Jylänki
2014-03-24fix caching of asm const strings; fixes #2253Alon Zakai
2014-03-05emscripten_debugger()Alon Zakai
2014-03-03Eliminate undefined behavior in test_sscanf_other_whitespace.in.Dan Gohman
2014-02-22add EM_ASM_ which allows sending values without returning anythingAlon Zakai
2014-02-16RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...Alon Zakai
2014-02-06Merge pull request #2103 from juj/opt_cmp1.10.2Alon Zakai
2014-02-06Fix test_strcmp_uni and test_dlfcn_stacks after previous commit.Jukka Jylänki
2014-02-06add memset testAlon Zakai
2014-02-06add memcpy testAlon Zakai
2014-02-03sscanf fix and test fixAlon Zakai
2014-01-31further fix for #1407Alon Zakai
2014-01-30fix exceptions whitelist check on invoke using function pointer; fixes #2081Alon Zakai
2014-01-29fix locale-removing aliases that break because they then have the wrong sig; ...Alon Zakai
2014-01-27EM_ASM_ variants that return a value but receive no inputs; fixes #2070Alon Zakai
2014-01-27add testcase with longjmp and c++ exception catching in the same functionAlon Zakai
2014-01-21Move workaround for emscripten from include/exception to library.js.Bruce Mitchener
2014-01-18improve EM_ASM to tolerate quotes when safe, and error when not; fixes #2032Alon 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-16add fnmatch; fixes #20021.9.3Alon Zakai
2014-01-16strengthen test_alloca to check alignmentAlon Zakai
2014-01-15add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14Alon Zakai
2014-01-13add fputwc, which enables wprintf1.8.9Alon Zakai
2014-01-13Handle negative zero values correctly.Bruce Mitchener
2013-12-23fix bug where close-together tempDoublePtr operations could cross each otherAlon Zakai
2013-12-19Clean up test_indirectbr_many using preprocessor macrosVasilis Kalintiris
2013-12-15Fix the indentation of core test input files with clang-format.Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_gcVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_demangle_stacksVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_ccallVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_corruption_3Vasilis Kalintiris