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-03-03
update other.test_emcc
Alon Zakai
2014-03-02
fix ASSERTIONS output on bad function pointer calls
Alon Zakai
2014-03-02
add test for phi with unreachable source with a 64-bit value
Alon Zakai
2014-03-01
fix other.test_dangerous_func_cast
Alon Zakai
2014-03-01
add test for #2175
Alon Zakai
2014-03-01
extra testing for ASSERTIONS == 2
Alon Zakai
2014-03-01
mention ASSERTIONS in abort() calls
Alon Zakai
2014-03-01
improve assertions message on function pointer errors
Alon Zakai
2014-02-28
add a test for fastcomp issue 24
Alon Zakai
2014-02-28
Make this testcase pass the verifier.
Dan Gohman
2014-02-27
Remove Emscripten-specific workarounds from the sqlite3 test.
Dan Gohman
2014-02-27
make NO_EXIT_RUNTIME work properly with llvm lto
Alon Zakai
2014-02-27
run -globalopt when NO_EXIT_RUNTIME, to get rid of global initializers entire...
Alon Zakai
2014-02-27
improve other.test_os_oz
Alon Zakai
2014-02-27
fuzz -Os and -Oz as well
Alon Zakai
2014-02-27
support -Os and -Oz as arguments to emcc
Alon Zakai
2014-02-27
fix test_source_map
Alon Zakai
2014-02-27
Fix bug that caused emscripten_get_callstack to not truncate the output buffe...
Jukka Jylänki
2014-02-26
more warnings on source versions not matching, plus testing
Alon Zakai
2014-02-26
Merge pull request #2165 from juj/fs_element_size
1.12.3
Alon Zakai
2014-02-26
fix test_asmjs_unknown_emscripten
Alon Zakai
2014-02-26
fix test_fuzz in non-fastcomp
Alon Zakai
2014-02-26
use le32 target when fastcomp is disabled, so we do not need a fastcomp build...
Alon Zakai
2014-02-26
use le32 target in slow2[asm].test_sqlite; fixes #2160
Alon Zakai
2014-02-26
Merge pull request #2157 from rfk/rfk/fileno-error-reporting
Alon Zakai
2014-02-26
pass NO_EXIT_RUNTIME flag to fastcomp and add test
Alon Zakai
2014-02-26
Add new fields to EmscriptenFullscreenChangeEvent structure that report the n...
Jukka Jylänki
2014-02-25
run sanity checks on emcc -v even without inputs
Alon Zakai
2014-02-25
check sanity on emcc -v
Alon Zakai
2014-02-26
Ensure that fileno() returns -1 when given an invalid file pointer.
Ryan Kelly
2014-02-25
run a sanity check after clearing the cache
Alon Zakai
2014-02-25
test multiple chunk sizes in cube2hash test
Alon Zakai
2014-02-25
add fuzz testcase
Alon Zakai
2014-02-25
make other.test_outline a little more flexible
Alon Zakai
2014-02-25
Make the "did NOT asm.js'ify" error message more
Dan Gohman
2014-02-25
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
Dan Gohman
2014-02-25
Begin using the Emscripten toolchain in clang.
Dan Gohman
2014-02-25
Update the tests to use asmjs-unknown-emscripten.
Dan Gohman
2014-02-25
add fuzz testcase
Alon Zakai
2014-02-24
update fuzz testers for fastcomp by default
Alon Zakai
2014-02-24
Merge branch 'fastcomp-by-default' into incoming
Alon Zakai
2014-02-25
Fix emscripten_get_callstack to work on Firefox 30 after it implemented colum...
Jukka Jylänki
2014-02-24
deprecate jcache
Alon Zakai
2014-02-22
update year to 2014
Haneef Mubarak
2014-02-22
add EM_ASM_ which allows sending values without returning anything
Alon Zakai
2014-02-21
make test_outline limits a little more flexible
Alon Zakai
2014-02-21
fix test_scriptaclass
Alon Zakai
2014-02-21
fix test_files_m: do not put a variable called 'data' in the global scope
Alon Zakai
2014-02-21
fix s_x_x tests
Alon Zakai
2014-02-21
RUNTIME_TYPE_INFO is not supported in fastcomp
Alon Zakai
[next]