Age | Commit message (Collapse) | Author |
|
attributes test
|
|
into incoming
|
|
|
|
|
|
|
|
|
|
Added a ChangeLog.
|
|
|
|
|
|
they are enabled or disabled
|
|
|
|
|
|
|
|
load times
|
|
|
|
SDL_SetVideoMode(0,0, ...)
|
|
|
|
|
|
|
|
the <canvas> was in, and not try to resize the canvas to 0x0 pixels. Derive a new test for that from sdl_ogl.c. Fixes #1059.
|
|
|
|
Fix nodefs windows
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise these would be 'undefined', which later in unit tests would throw an error in SAFE_HEAP_STORE. Fixes o1.test_unistd_truncate.
|
|
be able to start network access as early as possible
|
|
|
|
failed at the end on cleanup stage, when the test left behind files with readonly bit set, and shutil.rmtree() fails on Windows if any of the files are read-only.
|
|
requires running in administrative mode. (Also atm fails on a few node.js-specific crossplatform discrepancies)
|
|
pass integer permission modes to node.js open function, but use only the documented string open caps.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|