aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-03-04Update for the new datalayout string.Dan Gohman
2014-03-04Fix an implicit declaration of atoi in sqlite's benchmark.c.Dan Gohman
2014-03-03improve testing for statically incorrect callsAlon Zakai
2014-03-03disable tests/cases/sillyfuncast2 in fastcomp - we do not attempt to correct ...Alon Zakai
2014-03-03forward assertions setting into backend, and test checking for invalid # of a...Alon Zakai
2014-03-03enable errors on implicit functions by default; fixes #2175Alon Zakai
2014-03-03Revert the extendedprecision.ll change in 76ad462, since this test isn't disa...Dan Gohman
2014-03-03Merge branch 'allow_multiple_worker_responses' of github.com:virusdave/emscri...Alon Zakai
2014-03-03Eliminate undefined behavior in test_sscanf_other_whitespace.in.Dan Gohman
2014-03-03Allow multiple worker responses (via messages) if desired.Dave Nicponski
2014-03-03Tidy up and fix several tests in tests/cases.Dan Gohman
2014-03-03update other.test_emccAlon Zakai
2014-03-02fix ASSERTIONS output on bad function pointer callsAlon Zakai
2014-03-02add test for phi with unreachable source with a 64-bit valueAlon Zakai
2014-03-01fix other.test_dangerous_func_castAlon Zakai
2014-03-01add test for #2175Alon Zakai
2014-03-01extra testing for ASSERTIONS == 2Alon Zakai
2014-03-01mention ASSERTIONS in abort() callsAlon Zakai
2014-03-01improve assertions message on function pointer errorsAlon Zakai
2014-02-28add a test for fastcomp issue 24Alon Zakai
2014-02-28Make this testcase pass the verifier.Dan Gohman
2014-02-27Remove Emscripten-specific workarounds from the sqlite3 test.Dan Gohman
2014-02-27make NO_EXIT_RUNTIME work properly with llvm ltoAlon Zakai
2014-02-27run -globalopt when NO_EXIT_RUNTIME, to get rid of global initializers entire...Alon Zakai
2014-02-27improve other.test_os_ozAlon Zakai
2014-02-27fuzz -Os and -Oz as wellAlon Zakai
2014-02-27support -Os and -Oz as arguments to emccAlon Zakai
2014-02-27fix test_source_mapAlon Zakai
2014-02-27Fix bug that caused emscripten_get_callstack to not truncate the output buffe...Jukka Jylänki
2014-02-26more warnings on source versions not matching, plus testingAlon Zakai
2014-02-26Merge pull request #2165 from juj/fs_element_size1.12.3Alon Zakai
2014-02-26fix test_asmjs_unknown_emscriptenAlon Zakai
2014-02-26fix test_fuzz in non-fastcompAlon Zakai
2014-02-26use le32 target when fastcomp is disabled, so we do not need a fastcomp build...Alon Zakai
2014-02-26use le32 target in slow2[asm].test_sqlite; fixes #2160Alon Zakai
2014-02-26Merge pull request #2157 from rfk/rfk/fileno-error-reportingAlon Zakai
2014-02-26pass NO_EXIT_RUNTIME flag to fastcomp and add testAlon Zakai
2014-02-26Add new fields to EmscriptenFullscreenChangeEvent structure that report the n...Jukka Jylänki
2014-02-25run sanity checks on emcc -v even without inputsAlon Zakai
2014-02-25check sanity on emcc -vAlon Zakai
2014-02-26Ensure that fileno() returns -1 when given an invalid file pointer.Ryan Kelly
2014-02-25run a sanity check after clearing the cacheAlon Zakai
2014-02-25test multiple chunk sizes in cube2hash testAlon Zakai
2014-02-25add fuzz testcaseAlon Zakai
2014-02-25make other.test_outline a little more flexibleAlon Zakai
2014-02-25Make the "did NOT asm.js'ify" error message moreDan Gohman
2014-02-25Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.Dan Gohman
2014-02-25Begin using the Emscripten toolchain in clang.Dan Gohman
2014-02-25Update the tests to use asmjs-unknown-emscripten.Dan Gohman
2014-02-25add fuzz testcaseAlon Zakai