summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-random.js
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2017-12-31 17:39:30 +0100
committerTobias Nießen <tniessen@tnie.de>2018-01-03 18:22:48 +0100
commit8951fcff2badadd23463d78a113bea8a7de6fdd4 (patch)
treea2469f6b1ca19ccceede63883a8bd1f9c1112a3c /test/parallel/test-crypto-random.js
parentce22d6f9178507c7a41b04ac4097b9ea902049e3 (diff)
downloadandroid-node-v8-8951fcff2badadd23463d78a113bea8a7de6fdd4.tar.gz
android-node-v8-8951fcff2badadd23463d78a113bea8a7de6fdd4.tar.bz2
android-node-v8-8951fcff2badadd23463d78a113bea8a7de6fdd4.zip
test: update references to archived repository
PR-URL: https://github.com/nodejs/node/pull/17924 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'test/parallel/test-crypto-random.js')
-rw-r--r--test/parallel/test-crypto-random.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/parallel/test-crypto-random.js b/test/parallel/test-crypto-random.js
index a8f21cb4fe..364d72448c 100644
--- a/test/parallel/test-crypto-random.js
+++ b/test/parallel/test-crypto-random.js
@@ -476,8 +476,9 @@ process.setMaxListeners(256);
}
}
-// #5126, "FATAL ERROR: v8::Object::SetIndexedPropertiesToExternalArrayData()
-// length exceeds max acceptable value"
+// https://github.com/nodejs/node-v0.x-archive/issues/5126,
+// "FATAL ERROR: v8::Object::SetIndexedPropertiesToExternalArrayData() length
+// exceeds max acceptable value"
common.expectsError(
() => crypto.randomBytes((-1 >>> 0) + 1),
{