v8/test/webkit/fast/js/kde
svenpanne@chromium.org 0cb5fd3d3e Implements ES6 String.prototype.normalize method.
BUG=v8:2943
LOG=Y
TEST=Unit tests for "real life" use cases, edge cases, various types of normalization.

==========================

This is identical to the previous CL
   https://codereview.chromium.org/40133004/
with two differences:
 * Added a dummy implementation of String.prototype.normalize to be used when v8 is compiled without intl support
 * Rebased the the test files for webkit. That was the only reason for the previous failure (and revert).

Thank you,
Mihai

R=svenpanne@chromium.org

Review URL: https://codereview.chromium.org/68133016

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18972 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-01-31 08:09:17 +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 Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
completion.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +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 Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
exception_propagation.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +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 Migrate more tests from blink repository. 2013-07-30 06:36:48 +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 Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +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 Migrate more tests from blink repository. 2013-07-30 06:36: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 Migrate more tests from blink repository. 2013-07-30 06:36:48 +00:00
prototype_length.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +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 Migrate more tests from blink repository. 2013-07-30 06:36:48 +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