Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Fix for full screen closing immediately
|
|
Fixed full screen closing immediately because of canvas container not being defined.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
errors in improper function calls with the wrong type (but we do warn in this test)
|
|
args in static calls
|
|
|
|
Revert the extendedprecision.ll change in 76ad462, since this test isn't...
|
|
disabled for non-fastcomp.
|
|
|
|
github.com:virusdave/emscripten into incoming
Conflicts:
AUTHORS
|
|
Testsuite cleanups
|
|
|
|
Add unit test for multiple worker responses.
Test command:
python tests/runner.py browser.test_worker_api_3
Add self to authors file.
|
|
|
|
cleanup series I - part I
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
show most likely related ones first
|
|
|
|
|
|
|
|
|
|
|