v8/test
Andreas Haas 3caf0f20b6 [arm] Fix off-by-1 issue with stack returns
On 32-bit platforms, float64 stack returns take 2 stack slots. In the
implemention of the kArmPeek instruction we assume that provided slot
index points to the first stack slot. However, due to an off-by-1 issue
the provided slot index pointed to the second stack slot. This CL fixes
the problem and generalizes an existing test which reproduces it.

R=v8-arm-ports@googlegroups.com

Change-Id: Ibb2fd8275cf912da064e2f863c2d64d2526caaac
Reviewed-on: https://chromium-review.googlesource.com/839761
Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50291}
2017-12-22 10:14:19 +00:00
..
benchmarks [test] Store outcomes in the testcase 2017-12-19 14:10:06 +00:00
cctest [arm] Fix off-by-1 issue with stack returns 2017-12-22 10:14:19 +00:00
common Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
debugger [test] Store expected outcomes in the testcase. 2017-12-18 14:51:20 +00:00
fuzzer [wasm] [fuzzer] Add support for calls 2017-12-21 15:09:53 +00:00
inspector [test] Removed old output parsing functions. 2017-12-21 15:25:33 +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.indexOf 2017-12-19 10:54:37 +00:00
memory [snapshot] add tracking for builtin snapshot size. 2017-08-31 07:29:31 +00:00
message [test] Removed old output parsing functions. 2017-12-21 15:25:33 +00:00
mjsunit [test] Enable slow-path variant on a subset of bots 2017-12-21 22:05:09 +00:00
mkgrokdump [heap] Remove OldSpaces iterator. 2017-12-21 17:10:19 +00:00
mozilla [test] Removed old output parsing functions. 2017-12-21 15:25:33 +00:00
preparser [test] Store expected outcomes in the testcase. 2017-12-18 14:51:20 +00:00
test262 [test] Removed old output parsing functions. 2017-12-21 15:25:33 +00:00
unittests [Memory] Add PageAllocator concept to v8::Platform. 2017-12-21 19:46:23 +00:00
wasm-spec-tests [test] Code cleanup in testcfg.py 2017-12-13 13:36:20 +00:00
webkit [test] Removed old output parsing functions. 2017-12-21 15:25:33 +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 [debugger] basic test infrastructure for new debugger test api. 2016-10-21 06:38:05 +00:00
perf.gyp
perf.isolate Reland "Reland "[test] Creating command before execution phase."" 2017-12-04 13:40:29 +00:00