Age | Commit message (Collapse) | Author |
|
Conflicts:
AUTHORS
|
|
|
|
Update test_sdl_wm_togglefullscreen to continuously render to queried canvas size.
|
|
size.
|
|
|
|
dependencies; fixes #2191
|
|
|
|
|
|
|
|
|
|
|
|
dependencies; fixes #2191
|
|
llvm_version check.
|
|
Upstream scons changes
|
|
Interactive tests
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Add a gamepad support with closure.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkout and clang_version is not found, assume clang_version = llvm_version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|