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-04
Update for the new datalayout string.
Dan Gohman
2014-03-04
Fix an implicit declaration of atoi in sqlite's benchmark.c.
Dan Gohman
2014-03-03
improve testing for statically incorrect calls
Alon Zakai
2014-03-03
disable tests/cases/sillyfuncast2 in fastcomp - we do not attempt to correct ...
Alon Zakai
2014-03-03
forward assertions setting into backend, and test checking for invalid # of a...
Alon Zakai
2014-03-03
enable errors on implicit functions by default; fixes #2175
Alon Zakai
2014-03-03
Revert the extendedprecision.ll change in 76ad462, since this test isn't disa...
Dan Gohman
2014-03-03
Merge branch 'allow_multiple_worker_responses' of github.com:virusdave/emscri...
Alon Zakai
2014-03-03
Eliminate undefined behavior in test_sscanf_other_whitespace.in.
Dan Gohman
2014-03-03
Allow multiple worker responses (via messages) if desired.
Dave Nicponski
2014-03-03
Tidy up and fix several tests in tests/cases.
Dan Gohman
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
[next]