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-24
test
Alon Zakai
2012-12-24
fix ctlz and add test
Alon Zakai
2012-12-21
add slack to crunch reftests
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 symlin...
Alan Kligman
2012-12-19
remove --remove-duplicates
Alon Zakai
2012-12-19
tolerate people issuing link commands with duplicates in them
Alon Zakai
2012-12-08
fix testcase for longjmp4 to avoid undefined behavior, enable in all optimiza...
Alon Zakai
2012-12-08
properly use identifier given to resume instruction, avoids issues with cxa_c...
Alon Zakai
2012-12-07
disable test_longjmp4 in optimized builds - it fails in native clang -O2 as w...
Alon Zakai
2012-12-07
rewrite setjmp code to identify, uniquely, each setjmp and match it to a long...
Alon Zakai
2012-12-07
add test_multiexception for #747
Alon Zakai
2012-12-07
clear setjmped when handling a longjmp, so we can proceed to longjmp later co...
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
[next]