| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 748dbf9 commit 2cc4f5c
11 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | #define V8_MAJOR_VERSION 7 | |
| 12 | 12 | #define V8_MINOR_VERSION 0 | |
| 13 | 13 | #define V8_BUILD_NUMBER 276 | |
| 14 | - #define V8_PATCH_LEVEL 28 | ||
| 14 | + #define V8_PATCH_LEVEL 32 | ||
| 15 | 15 | ||
| 16 | 16 | // Use 1 for candidates and 0 otherwise. | |
| 17 | 17 | // (Boolean macro values are not supported by all preprocessors.) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -115,9 +115,9 @@ def _check_test(error_msg, test): | |||
| 115 | 115 | if not all(isinstance(x, basestring) for x in test_args): | |
| 116 | 116 | errors += error_msg('If specified, all test_args must be strings') | |
| 117 | 117 | ||
| 118 | - # Limit shards to 10 to avoid erroneous resource exhaustion. | ||
| 118 | + # Limit shards to 12 to avoid erroneous resource exhaustion. | ||
| 119 | 119 | errors += _check_int_range( | |
| 120 | - error_msg, test, 'shards', lower_bound=1, upper_bound=10) | ||
| 120 | + error_msg, test, 'shards', lower_bound=1, upper_bound=12) | ||
| 121 | 121 | ||
| 122 | 122 | variant = test.get('variant', 'default') | |
| 123 | 123 | if not variant or not isinstance(variant, basestring): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments