v8/test
yangguo c1b5d17439 Debugger: clear ICs on activating step-in to correctly flood accessor pairs.
If we compile handlers to call accessors, Debug::HandleStepIn won't get
called. Therefore we need to clear ICs each time. This has not been
necessary before because we used to patch ICs for breaking, and restored
them with cleared ICs. This is no longer the case. We do not use ICs
for breaking anymore, so they are not implicitly cleared any longer.

R=mvstanton@chromium.org
BUG=v8:4269
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#29518}
2015-07-07 13:57:16 +00:00
..
benchmarks [turbofan] Add single --turbo flag. 2015-04-16 16:28:39 +00:00
cctest Reland "Replace reduce-memory mode in idle notification with delayed clean-up GC." 2015-07-07 11:37:53 +00:00
intl Allow identifier code points from supplementary multilingual planes. 2014-10-10 07:13:46 +00:00
js-perf-test [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
memory Correctly name memory stat for context snapshot size. 2015-04-10 22:36:02 +00:00
message [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
mjsunit Debugger: clear ICs on activating step-in to correctly flood accessor pairs. 2015-07-07 13:57:16 +00:00
mozilla [turbofan] Enable support for try-catch statements. 2015-06-11 10:50:55 +00:00
preparser Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
promises-aplus Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
simdjs Skip simdjs/shell_test_runner on big-endian platforms. 2015-05-27 18:55:55 +00:00
test262 [test] Port clobber of old test262 archive files. 2015-07-06 12:09:46 +00:00
test262-es6 [test262-es6] Update to 2015-07-06 which includes the yaml harness fix 2015-07-07 13:54:30 +00:00
unittests Start incremental marking in long idle notification for background tab 2015-07-07 12:30:58 +00:00
webkit Re-ship Harmony Array/TypedArray methods 2015-06-23 00:41:58 +00:00