index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
core
Age
Commit message (
Expand
)
Author
2014-02-22
add EM_ASM_ which allows sending values without returning anything
Alon Zakai
2014-02-16
RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...
Alon Zakai
2014-02-06
Merge pull request #2103 from juj/opt_cmp
1.10.2
Alon Zakai
2014-02-06
Fix test_strcmp_uni and test_dlfcn_stacks after previous commit.
Jukka Jylänki
2014-02-06
add memset test
Alon Zakai
2014-02-06
add memcpy test
Alon Zakai
2014-02-03
sscanf fix and test fix
Alon Zakai
2014-01-31
further fix for #1407
Alon Zakai
2014-01-30
fix exceptions whitelist check on invoke using function pointer; fixes #2081
Alon Zakai
2014-01-29
fix locale-removing aliases that break because they then have the wrong sig; ...
Alon Zakai
2014-01-27
EM_ASM_ variants that return a value but receive no inputs; fixes #2070
Alon Zakai
2014-01-27
add testcase with longjmp and c++ exception catching in the same function
Alon Zakai
2014-01-21
Move workaround for emscripten from include/exception to library.js.
Bruce Mitchener
2014-01-18
improve EM_ASM to tolerate quotes when safe, and error when not; fixes #2032
Alon Zakai
2014-01-18
Implement catopen/catgets/catclose to help libcxx tests pass.
Bruce Mitchener
2014-01-18
Make exception tests named more consistently.
Bruce Mitchener
2014-01-18
catched -> caught
Bruce Mitchener
2014-01-16
add fnmatch; fixes #2002
1.9.3
Alon Zakai
2014-01-16
strengthen test_alloca to check alignment
Alon Zakai
2014-01-15
add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well
1.8.14
Alon Zakai
2014-01-13
add fputwc, which enables wprintf
1.8.9
Alon Zakai
2014-01-13
Handle negative zero values correctly.
Bruce Mitchener
2013-12-23
fix bug where close-together tempDoublePtr operations could cross each other
Alon Zakai
2013-12-19
Clean up test_indirectbr_many using preprocessor macros
Vasilis Kalintiris
2013-12-15
Fix the indentation of core test input files with clang-format.
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_gc
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_demangle_stacks
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_ccall
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_corruption_3
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_corruption_2
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_simd3
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_simd2
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_simd
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_mmap
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_fakestat
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_static_variable
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_typeid
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_dlmalloc_partial_2
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_reinterpreted_ptrs
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_stdvec
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_phiundef
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_atomic
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_strcasecmp
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_getloadavg
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_uname
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_istream
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_std_cout_new
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_direct_string_constant_usage
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_utf
Vasilis Kalintiris
2013-12-07
Use do_run_from_file() for test_libgen
Vasilis Kalintiris
[next]