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-06-04
Add test case for phi node handling in SIMD path
Ningxin Hu
2014-06-02
Merge pull request #2364 from juj/musl_stdio
Alon Zakai
2014-06-02
fix very large doubles; fixes #2392
Alon Zakai
2014-05-28
add emscripten_align typedefs for #2378
Alon Zakai
2014-05-28
fix case of exceptions whitelist being empty
Alon Zakai
2014-05-23
Fix test test_sscanf to be spec-conformant in the treatment of scanf format s...
Jukka Jylänki
2014-05-23
Migrate to using musl libc sscanf to improve performance. Keep the existing J...
Jukka Jylänki
2014-05-15
test for #2358
Alon Zakai
2014-05-02
use a case-insensitive regex in strptime; fixes #2324
Alon Zakai
2014-04-29
support h and hh in sscanf, and fix non-i32 case in hex sscanf; fixes #2322
Alon Zakai
2014-04-24
improve test_polymorph
Alon Zakai
2014-04-14
Remove undefined behavior reading 32-bit variables as 64-bit in printf format...
Jukka Jylanki
2014-04-10
finish 64-bit atomics; fixes #2273
Alon Zakai
2014-04-10
enable test_atomic_cxx on everything but 64-bit operations; #2273
Alon Zakai
2014-04-09
start on c++11 atomics implementation and test; #2273
Alon Zakai
2014-04-07
Merge pull request #2256 from juj/more_musl
1.14.1
Alon Zakai
2014-03-31
add testing for EM_ASM_ARGS
Alon Zakai
2014-03-28
Fix test_strndup. The signature of strndup takes in a size_t for length, so p...
Jukka Jylänki
2014-03-24
fix caching of asm const strings; fixes #2253
Alon Zakai
2014-03-05
emscripten_debugger()
Alon Zakai
2014-03-03
Eliminate undefined behavior in test_sscanf_other_whitespace.in.
Dan Gohman
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
[next]