Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-06 | Added new test suite 'interactive', which contains those browser tests that ↵ | Jukka Jylänki | |
require human verification in the loop. Move all such tests from 'browser' test suite to the 'interactive' test suite so that the browser test suite only contains automated tests. | |||
2014-03-05 | Disable the aliasbitcast.ll test for fastcomp, since it is invalid IR. | Dan Gohman | |
2014-03-05 | Disable emptyasm_aue, as inline asm is now diagnosed with an error. | Dan Gohman | |
This testcase was originally inspired by libgcrypt. Compiling asm("":::"memory") to a no-op would be doable, and would help the code compile without error, but properly supporting what libgrypt is actually doing here, being paranoid enough to make repeated stores to the same memory location to clear it out, would be much harder, because we'd really need a way to tell the JS engine what's going on so that it doesn't optimize anything away. | |||
2014-03-05 | throttle glut requestAnimationFrames; fixes #2183 | Alon Zakai | |
2014-03-05 | run llvm-lit on JS codegen tests | Alon Zakai | |
2014-03-05 | emscripten_debugger() | Alon Zakai | |
2014-03-05 | some test_outline updates | Alon Zakai | |
2014-03-05 | use -m32 in fuzzer | Alon Zakai | |
2014-03-05 | Merge commit '19312ae' into HEAD | Alon Zakai | |
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-04 | Pass correct args for test_sdl_canvas. | Bruce Mitchener | |
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 | |
errors in improper function calls with the wrong type (but we do warn in this test) | |||
2014-03-03 | forward assertions setting into backend, and test checking for invalid # of ↵ | Alon Zakai | |
args in static calls | |||
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 ↵ | Dan Gohman | |
disabled for non-fastcomp. | |||
2014-03-03 | Merge branch 'allow_multiple_worker_responses' of ↵ | Alon Zakai | |
github.com:virusdave/emscripten into incoming Conflicts: AUTHORS | |||
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 | |
Add unit test for multiple worker responses. Test command: python tests/runner.py browser.test_worker_api_3 Add self to authors file. | |||
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 ↵ | Alon Zakai | |
entirely in some cases | |||
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 ↵ | Jukka Jylänki | |
buffer. Add test. Closes #2171. | |||
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_size1.12.3 | Alon Zakai | |
Fullscreen element sizes | |||
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 ↵ | Alon Zakai | |
build, and also fixes sqlite test | |||
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 | |
Ensure that fileno() returns -1 when given an invalid file pointer. | |||
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 ↵ | Jukka Jylänki | |
new pixel sizes of the fullscreen element, as well as the whole screen size. These can be used to read and adjust the rendering canvas size appropriately when transitioning between fullscreen modes. Thanks to Joel Croteau for the suggestion at https://groups.google.com/forum/#!topic/emscripten-discuss/qaTrOXWv1Oc . Bump version to 1.12.3 to update the cache after change to struct_info.json. | |||
2014-02-25 | run sanity checks on emcc -v even without inputs | Alon Zakai | |
2014-02-25 | check sanity on emcc -v | Alon Zakai | |