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-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 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
disable test_linespecific in asm
Alon Zakai
2012-12-07
test fixes and set sign and overflow correction to 1 when in asm mode
Alon Zakai
2012-12-07
disable freetype in asm because it uses setjmp
Alon Zakai
2012-12-07
ignore longjmp tests in asm
Alon Zakai
2012-12-07
disable poppler in asm
Alon Zakai
2012-12-07
registerizeAsm
Alon Zakai
2012-12-07
properly disable test_runtimelink for asm
Alon Zakai
2012-12-07
disable bindings generator tests for asm
Alon Zakai
2012-12-07
disable some tests in asm
Alon Zakai
2012-12-07
disable safe-heap reliant tests in asm
Alon Zakai
2012-12-07
i64Math in asm
Alon Zakai
2012-12-07
fix EXPORTED_FUNCTIONS use in tests
Alon Zakai
2012-12-07
fix test_unsigned
Alon Zakai
2012-12-07
test corrections
Alon Zakai
2012-12-07
disable test_pgo in asm
Alon Zakai
2012-12-07
disable test_linespecific in asm
Alon Zakai
2012-12-07
freelocale stub
Alon Zakai
2012-12-07
disable some more asm tests
Alon Zakai
2012-12-07
disable i64 tests for asm for now
Alon Zakai
2012-12-07
disable some test_cases undefined behavior cases for asm
Alon Zakai
2012-12-07
disable test_gc in asm
Alon Zakai
2012-12-07
fix test_emscripten_api
Alon Zakai
2012-12-07
disable dlopen tests in asm
Alon Zakai
2012-12-07
update tests to use power of 2 heaps
Alon Zakai
2012-12-07
add asm2 to ALL
Alon Zakai
2012-12-07
add asm2 test suite
Alon Zakai
2012-12-07
add eliminator mode for asm
Alon Zakai
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
[next]