v8/test/webkit/fast/js/kde
jwolfe 3cfd80d6a2 Adjust whitespace to make tests oblivious to --harmony-function-tostring
See discussion in https://codereview.chromium.org/2156303002/#msg8

With the new --harmony-function-tostring behavior, these tests would
fail without this change. This change makes the tests pass regardless
of whether or not --harmony-function-tostring is used.

All of these changes are simply inserting a space after the "function"
keyword to match the current function toString behavior. When
--harmony-function-tostring is enabled, the toString behavior matches
the spacing used in the function declaration. With the declaration
matching the current formatting, the toString behavior becomes
unaffected by --harmony-function-tostring.

BUG=v8:4958
LOG=n

Review-Url: https://codereview.chromium.org/2161413002
Cr-Commit-Position: refs/heads/master@{#37959}
2016-07-22 00:18:41 +00:00
..
arguments-scope-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
arguments-scope.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
Array-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
Array.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
assignments-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
assignments.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
Boolean-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
Boolean.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
cast-expected.txt Repair test expectations for webkit test. 2013-07-30 07:15:29 +00:00
cast.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
comment-1-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
comment-1.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
comment-2-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
comment-2.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
completion-expected.txt Adapt tests in preparation of shipping --harmony-completion. 2015-10-23 10:26:01 +00:00
completion.js Adapt tests in preparation of shipping --harmony-completion. 2015-10-23 10:26:01 +00:00
conditional-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
conditional.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
constructor_length-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
constructor_length.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
crash-1-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
crash-1.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
crash-2-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
crash-2.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
Date-setYear-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
Date-setYear.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
delete-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
delete.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
empty-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
empty.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
encode_decode_uri-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
encode_decode_uri.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
Error-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
Error.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
eval-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
eval.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
evil-n-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
evil-n.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
exception_propagation-expected.txt Fix WebKit and Mozilla test expectations 2014-03-17 12:00:40 +00:00
exception_propagation.js Fix WebKit and Mozilla test expectations 2014-03-17 12:00:40 +00:00
exceptions-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
exceptions.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
func-decl-expected.txt Reland of Ship ES2015 sloppy-mode function hoisting, let, class (patchset #1 id:1 of https://codereview.chromium.org/1565263002/ ) 2016-01-08 17:34:59 +00:00
func-decl.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
GlobalObject-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
GlobalObject.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
inbuilt_function_proto-expected.txt Implements ES6 String.prototype.normalize method. 2014-01-31 08:09:17 +00:00
inbuilt_function_proto.js Implements ES6 String.prototype.normalize method. 2014-01-31 08:09:17 +00:00
iteration-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
iteration.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
j-comment-3-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
j-comment-3.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
j-comment-4-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
j-comment-4.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
literals-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
literals.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
lval-exceptions-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
lval-exceptions.js Adjust whitespace to make tests oblivious to --harmony-function-tostring 2016-07-22 00:18:41 +00:00
math-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
math.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
md5-1-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
md5-1.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
md5-2-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
md5-2.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
Number-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
Number.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
object_prototype_tostring-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
object_prototype_tostring.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
object_prototype-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
object_prototype.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
Object-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
Object.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
operators-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
operators.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
parse-expected.txt Change syntax error message for illegal token. 2016-03-02 14:20:48 +00:00
parse.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
prototype_length-expected.txt [es6] Function length property should be configurable 2015-03-13 17:19:53 +00:00
prototype_length.js [es6] Function length property should be configurable 2015-03-13 17:19:53 +00:00
prototype_proto-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
prototype_proto.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
Prototype-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
Prototype.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
RegExp-expected.txt Reland of Add web compat workarounds for ES2015 RegExp semantics (patchset #3 id:40001 of https://codereview.chromium.org/1543723002/ ) 2015-12-22 09:16:56 +00:00
RegExp.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
scope-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
scope.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
statements-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
statements.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
var_decl_init-expected.txt Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
var_decl_init.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00