v8/test
jgruber 3f8d6f6074 [regexp] Properly handle large values in AdvanceStringIndex
There were two separate bugs here. First, a signed/unsigned mismatch
where we took the result of PositiveNumberToUint32 and treated it as a
signed int. Second, AdvanceStringIndex did not handle large input
values correctly.

Both are fixed by using uint64_t consistently.

Bug: chromium:799813, v8:7258
Change-Id: If2819f87986d0ca732bc24df290f6dc7614083e8
Reviewed-on: https://chromium-review.googlesource.com/854272
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50432}
2018-01-09 12:03:55 +00:00
..
benchmarks [test] Store outcomes in the testcase 2017-12-19 14:10:06 +00:00
cctest [Liftoff] Implement direct calls 2018-01-09 10:54:56 +00:00
common Add saturating f32 to i32 conversion to WASM 2017-12-27 19:27:19 +00:00
debugger [test] Store expected outcomes in the testcase. 2017-12-18 14:51:20 +00:00
fuzzer [wasm][fuzzer] Generate correct tests with locals 2018-01-08 12:28:30 +00:00
inspector [test] Check output on the worker process. 2018-01-04 14:12:31 +00:00
intl [test] Store expected outcomes in the testcase. 2017-12-18 14:51:20 +00:00
js-perf-test [turbofan] Add benchmarks for String.prototype.charCodeAt to JSTests.json 2017-12-29 15:26:51 +00:00
memory [snapshot] add tracking for builtin snapshot size. 2017-08-31 07:29:31 +00:00
message [test] Check output on the worker process. 2018-01-04 14:12:31 +00:00
mjsunit [regexp] Properly handle large values in AdvanceStringIndex 2018-01-09 12:03:55 +00:00
mkgrokdump [test] Check output on the worker process. 2018-01-04 14:12:31 +00:00
mozilla [test] Check output on the worker process. 2018-01-04 14:12:31 +00:00
preparser [test] Store expected outcomes in the testcase. 2017-12-18 14:51:20 +00:00
test262 [ESNext] Implement optional catch binding 2018-01-08 18:09:34 +00:00
unittests Refactor bailout reasons 2018-01-04 19:08:45 +00:00
wasm-spec-tests [wasm] Update spec tests. 2017-12-22 13:31:22 +00:00
webkit [test] Check output on the worker process. 2018-01-04 14:12:31 +00:00
bot_default.gyp [wasm] Add wasm spec tests to the v8 test runner 2017-04-27 13:00:13 +00:00
bot_default.isolate [wasm] Add wasm spec tests to the v8 test runner 2017-04-27 13:00:13 +00:00
BUILD.gn [wasm] Remove the wasm-asmjs fuzzer 2017-06-21 10:59:35 +00:00
default.gyp [wasm] Add wasm spec tests to the v8 test runner 2017-04-27 13:00:13 +00:00
default.isolate [wasm] Add wasm spec tests to the v8 test runner 2017-04-27 13:00:13 +00:00
optimize_for_size.gyp
optimize_for_size.isolate
perf.gyp
perf.isolate Reland "Reland "[test] Creating command before execution phase."" 2017-12-04 13:40:29 +00:00