0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/known_issues
Ben Noordhuis 6f94221884
test: add known issues test for #31733
Authenticated decryption works for file streams up to 32768 bytes but
not beyond. Other streams and direct decryption are not affected.

Refs: https://github.com/nodejs/node/issues/31733

PR-URL: https://github.com/nodejs/node/pull/31734
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2020-04-02 18:00:07 +02:00
..
known_issues.status test: always skip vm-timeout-escape-queuemicrotask 2020-03-10 11:49:09 -07:00
test-crypto-authenticated-stream.js test: add known issues test for #31733 2020-04-02 18:00:07 +02:00
test-cwd-enoent-file.js
test-dgram-bind-shared-ports-after-port-0.js
test-fs-writeFileSync-invalid-windows.js
test-http-path-contains-unicode.js
test-inspector-cluster-port-clash.js
test-repl-require-context.js
test-stdin-is-always-net.socket.js
test-stream-writable-sync-error.js test: add known issue test for sync writable callback 2020-02-17 08:09:29 -08:00
test-url-parse-conformance.js
test-vm-ownkeys.js
test-vm-ownpropertynames.js
test-vm-ownpropertysymbols.js
test-vm-timeout-escape-nexttick.js
test-vm-timeout-escape-promise.js
test-vm-timeout-escape-queuemicrotask.js test: increase timeout in vm-timeout-escape-queuemicrotask 2020-02-26 22:18:08 -08:00
testcfg.py