v8/test
Jakob Kummerow 34225a6afb Fix overzealous assert in CallOrConstructVarArgs
For spread calls with arrays with double elements but zero length,
we skip the box-as-heapnumber step; so in this corner case the
Call builtin sees a FixedDoubleArray, which is fine because it
doesn't read any of the raw double values from it.
This patch doesn't change the implementation, it only updates the
assert to match reality.

Bug: chromium:856095
Change-Id: I0227f4ccbc6c61c8f5f7669a266ef7a64c6a9a43
Reviewed-on: https://chromium-review.googlesource.com/1117922
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54149}
2018-07-03 03:42:20 +00:00
..
benchmarks Reland "[build] Remove legacy isolate configurations" 2018-03-28 12:36:55 +00:00
cctest [debug] liveedit in native 2018-07-03 00:44:50 +00:00
common [explicit isolates] Remove GetIsolates from Map 2018-06-19 09:59:58 +00:00
debugger [debug] liveedit in native 2018-07-03 00:44:50 +00:00
fuzzer [wasm] Store WasmModule directly in the NativeModule 2018-06-28 14:10:36 +00:00
inspector [debug] liveedit in native 2018-07-03 00:44:50 +00:00
intl Add regression tests for Intl.Locale constructor. 2018-06-13 21:56:26 +00:00
js-perf-test [jstest] Add benchmarks that sort arrays of different lengths 2018-06-21 11:35:58 +00:00
memory Reland "[tools] Add benchmark owners to the config" 2018-05-16 13:53:49 +00:00
message [wasm] Prepare enabling liftoff by default on ia32 and x64 2018-06-22 11:06:26 +00:00
mjsunit Fix overzealous assert in CallOrConstructVarArgs 2018-07-03 03:42:20 +00:00
mkgrokdump [cleanup] Add a name() helper to Space in heap 2018-06-20 13:55:02 +00:00
mozilla [test] Reverse sense of wasm_traps variant 2018-05-08 17:49:14 +00:00
preparser Reland "[build] Remove legacy isolate configurations" 2018-03-28 12:36:55 +00:00
test262 [runtime] perform type conversion earlier in IntegerIndexedElementSet 2018-06-28 18:28:33 +00:00
torque [torque] Add '\n' handling in Torque strings 2018-06-28 13:27:51 +00:00
unittests [wasm simd] Add unit tests for shuffle matching methods. 2018-06-28 18:52:33 +00:00
wasm-spec-tests [wasm] "fix" critical memory pressure notification 2018-06-13 13:52:19 +00:00
webkit [test] Skip slow tests 2018-05-23 14:14:34 +00:00
BUILD.gn Reland "[build] Remove legacy isolate configurations" 2018-03-28 12:36:55 +00:00