Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|