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 (
Expand
)
Author
2014-02-21
fix test_files_m: do not put a variable called 'data' in the global scope
Alon Zakai
2014-02-21
make canvas proxy test less flaky
Alon Zakai
2014-02-21
Merge pull request #2139 from TV4Fun/memfixes
Alon Zakai
2014-02-20
tolerate negative values of precision in printf, fallback to default precision
Alon Zakai
2014-02-20
enable indirectbr tests in fastcomp
Alon Zakai
2014-02-20
add fuzz testcase with noalias surrounding an i64 that must be legalized
Alon Zakai
2014-02-20
fuzzing improvements
Alon Zakai
2014-02-20
update browser.test_matrix_identity
Alon Zakai
2014-02-20
fix sanity tests
Alon Zakai
2014-02-19
Formatting fix and add test
Joel Croteau
2014-02-19
emit fuzz errors with the right suffix
Alon Zakai
2014-02-19
add function with $ in its name testcase
Alon Zakai
2014-02-19
Merge pull request #2140 from juj/python_emcc
Alon Zakai
2014-02-19
add atomicrmw sub test
Alon Zakai
2014-02-19
Fix Windows EMCC invocations to call 'python emcc' in a few places instead of...
Jukka Jylänki
2014-02-18
add toupper_l test
Alon Zakai
2014-02-18
add a version of emscripten_set_main_loop where the main loop takes an argume...
Alon Zakai
2014-02-18
fix function types of main loop funcs in sockets tests
Alon Zakai
2014-02-18
enable other.test_link_s in fastcomp
Alon Zakai
2014-02-18
useful info in ASSERTIONS=1 and 2 in fastcomp for bad function pointer calls,...
Alon Zakai
2014-02-18
define COMPILER_TEST_OPTS in benchmark suite, so libraries get optimized
Alon Zakai
2014-02-18
fast test_longjmp_repeat in fastcomp
Alon Zakai
2014-02-17
enable test_scriptaclass in fastcomp
Alon Zakai
2014-02-17
support reserved function pointers in fastcomp
Alon Zakai
2014-02-17
enable a fuzztest that now works in fastcomp
Alon Zakai
2014-02-17
enable test_float32_precise in fastcomp
Alon Zakai
2014-02-17
check all i64 functions for whether we need to include precise i64 code
Alon Zakai
2014-02-16
support memory growth in (non-validating) asm.js
Alon Zakai
2014-02-16
RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...
Alon Zakai
2014-02-14
add fuzz testcase
Alon Zakai
2014-02-14
improve fuzzing to detect asm validation errors
Alon Zakai
2014-02-14
suppress native warnings in fuzzer, csmith emits many
Alon Zakai
2014-02-14
reduce some fuzzer output
Alon Zakai
2014-02-14
fix fuzz checker
Alon Zakai
2014-02-14
add testcase for i1 constants being properly unsigned
Alon Zakai
2014-02-14
improve c++ fuzzing
Alon Zakai
2014-02-14
emit both c++ and c in fuzzer
Alon Zakai
2014-02-13
enable legalizer_ta2 testcase in fastcomp
Alon Zakai
2014-02-13
i96_ashr testcase
Alon Zakai
2014-02-13
fix target in hello_world.ll
Alon Zakai
2014-02-13
fix fuzzer test runner cleanups
Alon Zakai
2014-02-13
fuzz tester tweaks
Alon Zakai
2014-02-12
test python with lto for more coverage
Alon Zakai
2014-02-12
make openjpeg extra tests on EMCC_DEBUG more lenient
Alon Zakai
2014-02-12
fix bug on using file packager on subdirs; fixes #2123
Alon Zakai
2014-02-12
update sanity.test_emcc_caching
Alon Zakai
2014-02-12
fix test_sdl_canvas
Alon Zakai
2014-02-12
Merge pull request #2118 from inolen/sdl_lazy_init_fix
Alon Zakai
2014-02-12
add another longjmp testcase
Alon Zakai
2014-02-11
initialize pixel buffer inside of makeSurface for SDL_SWSURFACE
Anthony Pesch
[next]