v8/test/mjsunit/harmony
adamk 02149d89a5 Include harmony-string-padding.js in the context snapshot
The attached chromium bug suggests that turning this on via a flag
regressed a perf test. Having previously run into slowdowns due
to experimental JS natives, my suspicion is that this regression
can be fixed by including the new builtins in the snapshot.
My intention is to land this patch to see if the regression
goes away on the bots.

Given the nature of this feature, it seems low-risk to remove
the runtime flag. If need be, it would be trivial to craft
a patch to remove these two methods from String.prototype
if we run into web compat issues during the release (note
that no release branch has yet picked up this feature).

BUG=v8:4954, chromium:677444

Review-Url: https://codereview.chromium.org/2610853010
Cr-Commit-Position: refs/heads/master@{#42111}
2017-01-06 18:56:00 +00:00
..
regress
array-concat-array-proto-getter.js
array-concat-array-proto.js
array-concat-object-proto-dict-getter.js
array-concat-object-proto-dict.js
array-concat-object-proto-generic-dict.js
array-concat-object-proto.js
async-arrow-lexical-arguments.js
async-arrow-lexical-new.target.js
async-arrow-lexical-super.js
async-arrow-lexical-this.js
async-await-basic.js [cleanup] remove sloppy generator/async function maps 2017-01-03 21:38:22 +00:00
async-await-no-constructor.js [promises] Port ResolvePromise to TF 2016-12-08 06:12:48 +00:00
async-await-resolve-new.js
async-await-species.js [promises] Move Promise.prototype.catch to TF 2016-12-21 18:12:09 +00:00
async-destructuring.js Update tests which are now failing with FLAG_lazy_inner_functions. 2016-11-22 15:46:17 +00:00
async-function-stacktrace.js
atomics.js
block-lazy-compile.js
dataview-accessors.js
default-parameter-do-expression.js
do-expressions-control.js
do-expressions.js
function-sent.js
futex.js
generators.js
harmony-string-pad-end.js Include harmony-string-padding.js in the context snapshot 2017-01-06 18:56:00 +00:00
harmony-string-pad-start.js Include harmony-string-padding.js in the context snapshot 2017-01-06 18:56:00 +00:00
module-parsing-eval.js
object-spread-basic.js [ESnext] Implement Object spread 2017-01-05 23:44:25 +00:00
private-symbols.js
private.js Make private symbols non-enumerable 2016-11-11 15:05:29 +00:00
regexp-change-exec.js
regexp-lookbehind.js
regexp-named-captures.js
regexp-property-binary.js
regexp-property-char-class.js
regexp-property-disabled.js
regexp-property-enumerated.js [regexp] implement latest spec draft for property class. 2016-11-18 06:10:14 +00:00
regexp-property-exact-match.js [regexp] implement latest spec draft for property class. 2016-11-18 06:10:14 +00:00
regexp-property-general-category.js [regexp] implement latest spec draft for property class. 2016-11-18 06:10:14 +00:00
regexp-property-invalid.js [regexp] implement latest spec draft for property class. 2016-11-18 06:10:14 +00:00
regexp-property-lu-ui.js
regexp-property-script-extensions.js [regexp] implement latest spec draft for property class. 2016-11-18 06:10:14 +00:00
regexp-property-scripts.js
regexp-property-special.js
set-prototype-of.js
sharedarraybuffer.js
simd.js
sloppy-legacy-duplicate-generators.js
sloppy-no-duplicate-async.js
sloppy-no-duplicate-generators.js
to-length.js
to-name.js
to-number.js
to-primitive.js
to-string.js
trailing-commas-length.js