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
/
runner.py
Age
Commit message (
Expand
)
Author
2012-12-07
add asm to ALL
Alon Zakai
2012-12-07
generate separate type-specific function tables
Alon Zakai
2012-12-07
add asm test suite
Alon Zakai
2012-12-07
properly implement uitofp/sitofp using our existing code for that; fixes #745
Alon Zakai
2012-12-07
add parts of system bitcode libraries when necessary, and refactor library in...
Alon Zakai
2012-12-04
only add in .o inside .a that are needed
Alon Zakai
2012-12-03
do not apply -l if not generating an executable or a library
Alon Zakai
2012-11-28
Use 'return 0;' instead of 'return 1;' in all native code in tests/runner.py ...
Jukka Jylänki
2012-11-28
Improve test runner build_native and run_native functions to output detailer ...
Jukka Jylänki
2012-11-27
disable tests not working without named globals
Alon Zakai
2012-11-27
switch to all or nothing named globals, and add testing
Alon Zakai
2012-11-27
fix NUM_NAMED_GLOBALS bug with global postsets and add test coverage
Alon Zakai
2012-11-27
avoid unnecessary disk IO in test_gcc_unmangler
Alon Zakai
2012-11-24
allow limited the amount of named globals
Alon Zakai
2012-11-24
fix snprintf on output size 0
Alon Zakai
2012-11-23
Merge pull request #717 from juj/test_compile_fail
Alon Zakai
2012-11-23
fix test_failure_error_code
Alon Zakai
2012-11-23
Merge pull request #714 from juj/test_fail
Alon Zakai
2012-11-23
fix fmin
Alon Zakai
2012-11-23
fix sscanf n bug, fixes #727
Alon Zakai
2012-11-23
fix glBufferSubData
Alon Zakai
2012-11-22
fix setjmp/longjmp to notice if we actually setjmped in the invocation of the...
Alon Zakai
2012-11-22
fix o2.test_openjpeg
Alon Zakai
2012-11-22
fix test_js_optimizer
Alon Zakai
2012-11-22
test for mixed jcache results
Alon Zakai
2012-11-22
fix ll func identifying for chunking purposes, and add testing of jcache on a...
Alon Zakai
2012-11-22
more carefully split out functions in js optimizer
Alon Zakai
2012-11-21
more jcache testing, and add newlines to ensure chunk separation
Alon Zakai
2012-11-21
finish js optimizer caching and add tests
Alon Zakai
2012-11-21
test for inlineasm with outputs
Alon Zakai
2012-11-21
fix emscript funcs caching and add testing
Alon Zakai
2012-11-21
cache emscript function chunks
Alon Zakai
2012-11-21
add chunking test for using multiple cores
Alon Zakai
2012-11-21
improve chunkify to consider previous chunkings when caching
Alon Zakai
2012-11-21
more jcache testing
Alon Zakai
2012-11-21
fix and test pre caching
Alon Zakai
2012-11-21
emscripten_run_script_string
Alon Zakai
2012-11-20
Merge pull request #724 from xxuejie/add_erf
Alon Zakai
2012-11-20
warn on very large structural types that slow us down
Alon Zakai
2012-11-20
fix sscanf bug and clean up code; fixes #723
Alon Zakai
2012-11-19
Add erf and erfc implementations
Xuejie Xiao
2012-11-19
fix separator in atomic ops; fixes #722
Alon Zakai
2012-11-16
print out hexadecimal 64-bit values properly, and fix some bugs with I64_PREC...
Alon Zakai
2012-11-16
add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'...
Alon Zakai
2012-11-16
Ensure that a failing compilation results in a nonzero return code.
Jukka Jylänki
2012-11-15
Test that a missing file for emcc and em++ should fail with nonzero error cod...
Jukka Jylänki
2012-11-14
Refactor Windows replacement for Popen to allow passing stdin to Popen proces...
Jukka Jylänki
2012-11-13
Merge pull request #710 from juj/cmake
Alon Zakai
2012-11-13
replace unicode with bit pattern in test_strcmp_uni, should fix #708
Alon Zakai
2012-11-13
assert our tests do not leave .ll's behind
Alon Zakai
[next]