index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_core.py
Age
Commit message (
Expand
)
Author
2014-02-04
Add test_minmax that checks different comparisons when nans and infs are rela...
Jukka Jylänki
2014-02-03
disable tests/cases/funcptr.ll in fastcomp, as it is invalid ir (contains a l...
Alon Zakai
2014-02-02
comment
Alon Zakai
2014-02-02
enable postset counting code in fastcomp on asm1.test_cubescript
Alon Zakai
2014-02-02
enable test_intentional_fault in all fastcomp modes
Alon Zakai
2014-02-02
comments
Alon Zakai
2014-02-02
parse exports from fastcomp, and enable test_llvm_used
Alon Zakai
2014-02-02
enable test_segfault in fastcomp
Alon Zakai
2014-02-02
support EXCEPTION_CATCHING_WHITELIST in fastcomp
Alon Zakai
2014-02-02
enable tests/cases/uadd_overflow_ta2 in fastcomp
Alon Zakai
2014-02-01
make sure RAND_MAX is a proper value
Alon Zakai
2014-02-01
Only skip emscripten_log test on SpiderMonkey in asm.js modes, since the test...
Jukka Jylänki
2014-01-31
Merge pull request #2079 from inolen/fs_unmount
Alon Zakai
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
added basic unmount support
Anthony Pesch
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
[next]