v8/test
marja@chromium.org 363ac55a5d Script streaming: UTF-8 handling fix.
The problem was that there can be several multi-byte UTF-8 characters near the
splitting point of the data chunks, and the code didn't handle it properly.

This was also the source of crbug.com/417891 - I thought the crash can only
happen when V8 is passed invalid UTF-8 data, but it can also happen in the
abovementioned case. After the fix, we handle the valid UTF-8 case and also
guard against invalid UTF-8 data.

R=yangguo@chromium.org
BUG=chromium:417891
LOG=N

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24547 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-10-13 09:01:54 +00:00
..
benchmarks Skip octane/pdfjs for now in debug mode because slow. 2014-09-15 14:28:06 +00:00
cctest Script streaming: UTF-8 handling fix. 2014-10-13 09:01:54 +00:00
fuzz-natives Rename Runtime_CompileUnoptimized to Runtime_CompileLazy, because that is what it does. Split Compiler::GetUnoptimizedCode into two variants, one for lazy compilation (which can return optimized code!) and the other that actually returns unoptimized code. 2014-09-17 15:29:42 +00:00
intl Allow identifier code points from supplementary multilingual planes. 2014-10-10 07:13:46 +00:00
js-perf-test/Collections Move js perf test to another directory. 2014-10-09 12:41:36 +00:00
message Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
mjsunit Add test case for SparseJoin misbehavior with getters 2014-10-10 17:17:00 +00:00
mozilla Exact black-list of AST nodes for TurboFan. 2014-09-15 15:06:05 +00:00
preparser ES6: Duplicate properties are no longer an error 2014-08-20 14:25:48 +00:00
promises-aplus Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
test262 Convert obj ToObject in Object.keys() 2014-10-09 13:19:02 +00:00
test262-es6 Update test262-es6 2014-09-11 13:39:37 +00:00
unittests Introduce FeedbackVectorSlot type - better than int. 2014-10-10 13:22:10 +00:00
webkit Disable webkit/array-iterate-backwards test in --gc-stress mode for turbofan 2014-10-10 13:36:54 +00:00