aboutsummaryrefslogtreecommitdiff
path: root/tests/core
AgeCommit message (Collapse)Author
2014-02-22add EM_ASM_ which allows sending values without returning anythingAlon Zakai
2014-02-16RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and ↵Alon Zakai
emscripten_get_compiler_setting - an optional way to look up compiler flags at runtime
2014-02-06Merge pull request #2103 from juj/opt_cmp1.10.2Alon Zakai
Add optimized versions of musl libc string and memory comparison functions.
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
fixes #2076
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
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.
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
2013-12-07Use do_run_from_file() for test_corruption_2Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_simd3Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_simd2Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_simdVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_mmapVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_fakestatVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_static_variableVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_typeidVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_dlmalloc_partial_2Vasilis Kalintiris
2013-12-07Use do_run_from_file() for test_reinterpreted_ptrsVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_stdvecVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_phiundefVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_atomicVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_strcasecmpVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_getloadavgVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_unameVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_istreamVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_std_cout_newVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_direct_string_constant_usageVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_utfVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_libgenVasilis Kalintiris