Age | Commit message (Collapse) | Author |
|
|
|
Update test runner help text.
|
|
|
|
|
|
Add local broker for webrtc p2p test. Fixes #1974.
|
|
There is no more o1 test target.
|
|
|
|
|
|
|
|
|
|
simplified ifs
|
|
|
|
|
|
|
|
`npm install` as part of test.
|
|
|
|
|
|
Provide compile time and run time options for WebSocket URL and subproto...
|
|
|
|
*exactly* match the signature used in registration, up to useCapture) and a closure name rename problem. Fixes #2230.
|
|
|
|
|
|
OSX mouse support.
|
|
|
|
|
|
test. Checked on OSX Safari 6.0.5. Fixes #2219.
|
|
tested on IE as well.
|
|
|
|
|
|
|
|
closure testing; #2214
|
|
|
|
|
|
|
|
|
|
Update test_sdl_wm_togglefullscreen to continuously render to queried canvas size.
|
|
size.
|
|
dependencies; fixes #2191
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|