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
Age
Commit message (
Collapse
)
Author
2013-01-01
deprecate EMSCRIPTEN_KEEPALIVE - add your functions to EXPORTED_FUNCTIONS ↵
Alon Zakai
instead
2013-01-01
remove unneeded KEEPALIVE in test_ccall
Alon Zakai
2012-12-31
update jcache test - without named globals, we generate smaller code and ↵
Alon Zakai
fewer chunks
2012-12-31
fix test runner ALL
Alon Zakai
2012-12-31
fix test_strings
Alon Zakai
2012-12-31
fix test_runtimelink_multi
Alon Zakai
2012-12-31
fix test_ccall
Alon Zakai
2012-12-31
disable non-optimized asm test suite
Alon Zakai
2012-12-31
Merge branch 'incoming' into asm_js
Alon Zakai
Conflicts: src/library_browser.js
2012-12-31
make browser fs api test robust
Alon Zakai
2012-12-31
some debugging for browser fs api test
Alon Zakai
2012-12-31
improve parsing of globals and types
Alon Zakai
2012-12-30
emscripten_async_wget_data
Alon Zakai
2012-12-30
fix mmap; fixes #769
Alon Zakai
2012-12-30
use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768
Alon Zakai
2012-12-29
force mmap to return page-aligned addresses, and check for valid input in munmap
Alon Zakai
2012-12-25
add x86-64 workaround to nativizer
Alon Zakai
2012-12-24
test
Alon Zakai
2012-12-24
fix ctlz and add test
Alon Zakai
2012-12-21
merge incoming
Alon Zakai
2012-12-21
add slack to crunch reftests
Alon Zakai
2012-12-21
update crunch reference image to latest crunch svn
Alon Zakai
2012-12-21
fix test_utf
Alon Zakai
2012-12-21
fix test_emcc_caching
Alon Zakai
2012-12-21
make -fno-math-errno the default
Alon Zakai
2012-12-21
update test_strings
Alon Zakai
2012-12-21
update test_jcache
Alon Zakai
2012-12-21
update test_emcc
Alon Zakai
2012-12-21
improve and fix test_relooper
Alon Zakai
2012-12-21
update test_emcc_caching to improve llvm 3.2 sizes
Alon Zakai
2012-12-20
timeb
Alon Zakai
2012-12-19
fix python typo
Alon Zakai
2012-12-19
re-kill test_remove_duplicates
Alon Zakai
2012-12-19
Removed a debug print message.
Alan Kligman
2012-12-19
Added missing changes to tests/runner.py.
Alan Kligman
2012-12-19
Updated some python invocations that I missed the first time through.
Alan Kligman
2012-12-19
Updated scripts to call python2 directly rather than relying on python ↵
Alan Kligman
symlink pointing to the right place. See PEP394 for details on why this should be OK.
2012-12-19
remove --remove-duplicates
Alon Zakai
2012-12-19
tolerate people issuing link commands with duplicates in them
Alon Zakai
2012-12-14
fix browser.test_runtimelink
Alon Zakai
2012-12-14
run test_mmap only in spidermonkey, node fails in 64-bit
Alon Zakai
2012-12-14
run test_dlmalloc only in spidermonkey, node fails in 64-bit
Alon Zakai
2012-12-14
must have named globals in shared libs
Alon Zakai
2012-12-13
update test_cases/gepoverflow
Alon Zakai
2012-12-13
default to NAMED_GLOBALS
Alon Zakai
2012-12-12
disable test_check_overflow in asm
Alon Zakai
2012-12-10
simplify varargs to always have an explicit last parameter called varrp
Alon Zakai
2012-12-09
disable new longjmp tests in asm
Alon Zakai
2012-12-09
merge incoming
Alon Zakai
2012-12-08
fix testcase for longjmp4 to avoid undefined behavior, enable in all ↵
Alon Zakai
optimization modes; closes #747
[next]