0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/known_issues
Rich Trott 30e884f4f4 test: add known_issues test for fs.copyFile()
On macOS, fs.copyFile() may not respect file permissions. There is a PR
for libuv that should fix this, but until it lands and we can either
float a patch or upgrade libuv, have a known_issues test.

Ref: https://github.com/nodejs/node/issues/26936
Ref: https://github.com/libuv/libuv/pull/2233

PR-URL: https://github.com/nodejs/node/pull/26939
Refs: https://github.com/nodejs/node/issues/26936
Refs: https://github.com/libuv/libuv/pull/2233
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2019-03-29 19:17:16 -07:00
..
known_issues.status test: add known_issues test for fs.copyFile() 2019-03-29 19:17:16 -07:00
test-cwd-enoent-file.js
test-dgram-bind-shared-ports-after-port-0.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
test-fs-copyfile-respect-permissions.js test: add known_issues test for fs.copyFile() 2019-03-29 19:17:16 -07:00
test-http-path-contains-unicode.js test: replcae anonymous closure with arrow function 2018-11-22 05:46:06 +01:00
test-inspector-cluster-port-clash.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
test-repl-require-context.js
test-stdin-is-always-net.socket.js
test-url-parse-conformance.js test: use URL fixtures under test/fixtures/wpt/url/resources 2018-11-09 20:27:20 +08:00
test-vm-ownkeys.js benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
test-vm-ownpropertynames.js benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
test-vm-ownpropertysymbols.js benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
test-vm-timeout-escape-nexttick.js test: fix flaky test-vm-timeout-escape-nexttick 2018-11-09 04:50:14 -08:00
test-vm-timeout-escape-promise.js doc, test: document and test vm timeout escapes 2018-10-24 13:51:59 -07:00
test-vm-timeout-escape-queuemicrotask.js test: improve known_issues/test-vm-timeout-escape-queuemicrotask 2019-01-15 05:59:43 -08:00
testcfg.py