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
/
test_core.py
Age
Commit message (
Expand
)
Author
2014-01-31
make sure rand() returns values only up to RAND_MAX; #1855
1.10.1
Alon Zakai
2014-01-31
further fix for #1407
Alon Zakai
2014-01-30
use all 32 bits in rand_r
Alon Zakai
2014-01-30
Merge branch 'rand' of github.com:coolwanglu/emscripten into incoming
Alon Zakai
2014-01-30
fix exceptions whitelist check on invoke using function pointer; fixes #2081
Alon Zakai
2014-01-29
enable test_bigswitch in asm
Alon Zakai
2014-01-29
fix locale-removing aliases that break because they then have the wrong sig; ...
Alon Zakai
2014-01-29
enable tests/cases/514 in fastcomp
Alon Zakai
2014-01-28
disable asm2x86.test_exceptions_2
Alon Zakai
2014-01-27
fix some safeHeap errors with the new exceptions code; fixes #2068
Alon Zakai
2014-01-27
add testcase with longjmp and c++ exception catching in the same function
Alon Zakai
2014-01-26
do not include library i64 stuff in side modules, it is in the parent; fixes ...
Alon Zakai
2014-01-24
Add test for storing special float literals in source code. Currently fails i...
Jukka Jylänki
2014-01-22
skip test_debug in asm3
Alon Zakai
2014-01-21
add asm3 test mode
Alon Zakai
2014-01-21
update tests to allow exceptions and setjmp together in fastcomp
Alon Zakai
2014-01-20
enable more tests in fastcomp
Alon Zakai
2014-01-20
enable more tests in fastcomp
Alon Zakai
2014-01-20
enable and fix more tests for fastcomp
Alon Zakai
2014-01-20
updates and fixes for test_cases
Alon Zakai
2014-01-20
fix up final setjmp tests for fastcomp
Alon Zakai
2014-01-20
enable test_longjmp_stacked in fastcomp
Alon Zakai
2014-01-20
enable more setjmp tests in fastcomp
Alon Zakai
2014-01-20
fix longjmp call by pointer in fastcomp, and enable test_longjmp2
Alon Zakai
2014-01-20
enable first setjmp test in fastcomp
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-17
fix asm1.test_cubescript
Alon Zakai
2014-01-17
fix test_source_map
Alon Zakai
2014-01-17
make debug checks in asm2g more lenient, so they pass on fastcomp
Alon Zakai
2014-01-17
disable test_fnmatch in s_x_x
Alon Zakai
2014-01-16
make asm2g use SAFE_HEAP in fastcomp
Alon Zakai
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-16
enable a form of safe heap in asm, using js optimizer pass to ensure full cov...
Alon Zakai
2014-01-14
disable test_simd3 due to breakage
Alon Zakai
2014-01-13
add fputwc, which enables wprintf
1.8.9
Alon Zakai
2014-01-13
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
1.8.8
Alon Zakai
2014-01-14
Move scalbn to libc to fix broken functionality. Disable test on x86.
Bruce Mitchener
2014-01-14
Another test for negative zero and hex floats.
Bruce Mitchener
2014-01-14
Make lgamma and friends work, add test.
Bruce Mitchener
2014-01-14
Add strtod(), wcstod(), wcstol() and friends.
Bruce Mitchener
2014-01-13
Handle negative zero values correctly.
Bruce Mitchener
2014-01-12
enable another test_cases case in fastcomp
Alon Zakai
2014-01-12
enable test_async_exit in fastcomp
Alon Zakai
2014-01-12
enable test_typed_exceptions in fastcomp
Alon Zakai
2014-01-10
enable more exceptions tests in fastcomp
Alon Zakai
2014-01-10
enable first exceptions test for fastcomp
Alon Zakai
2014-01-08
enable simd tests in fastcomp
Alon Zakai
[next]