Description[test] Fix mjsunit/getters-on-elements to reset function state
The function "foo" in "base_getter_test" was picking up a left-over
optimised code object from foo's code map, the third time that
base_getter_test was run, instead of optimising it itself. This
broke the assumptions of the test, that each case was functionally
independent from the others, and had started off with empty feedback
and no optimised code.
This breaks the test though, so we have to blacklist it pending a fix
to the root cause (http://crbug.com/v8/6101).
Review-Url: https://codereview.chromium.org/2750623004
Cr-Commit-Position: refs/heads/master@{#43828}
Committed: https://chromium.googlesource.com/v8/v8/+/2b1ed9446455ba354783af288eb4d3bf510f7cc1
Patch Set 1 #Patch Set 2 : Blacklist the test #
Messages
Total messages: 13 (9 generated)
|