★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/2cc4f5c923Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
deps: patch V8 to 7.0.276.32
Refs: v8/v8@7.0.276.28...7.0.276.32

PR-URL: #23851
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
  • Loading branch information
targos committed Nov 1, 2018
1 parent 748dbf9 commit 2cc4f5c9231b0e41f3d03bc426b57d7704954eb8
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 7
#define V8_MINOR_VERSION 0
#define V8_BUILD_NUMBER 276
#define V8_PATCH_LEVEL 28
#define V8_PATCH_LEVEL 32

// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
@@ -115,9 +115,9 @@ def _check_test(error_msg, test):
if not all(isinstance(x, basestring) for x in test_args):
errors += error_msg('If specified, all test_args must be strings')

# Limit shards to 10 to avoid erroneous resource exhaustion.
# Limit shards to 12 to avoid erroneous resource exhaustion.
errors += _check_int_range(
error_msg, test, 'shards', lower_bound=1, upper_bound=10)
error_msg, test, 'shards', lower_bound=1, upper_bound=12)

variant = test.get('variant', 'default')
if not variant or not isinstance(variant, basestring):

0 comments on commit 2cc4f5c

Please sign in to comment.