v8/test
Ali Ijaz Sheikh 4623b8223b [heap] replace DisableInlineAllocationSteps with PauseAllocationObservers
* DisableInlineAllocationSteps was a blunt hammer added to work around
  tests that needed to avoid artificially lower limits imposed by
  observers. PauseAllocationObserversScope can properly disable step on
  a temporary basis.
* Modify tests. Remove DisableInlineAllocationSteps.

This exposed a bug in allocation observers: we were not doing a step
when a fresh page is added.

Fix this by moving the step into UpdateAllocationInfo. We should be
doing a step (and keeping top_on_previous_step_ consistent) whenever
we move move top(). UpdateAllocationInfo is the correct place for this
rather than the callers of UpdateAllocationInfo.

Bug: 
Change-Id: I2edc238dc2e73bf9a2e9738c2a9b50efcac5cbf0
Reviewed-on: https://chromium-review.googlesource.com/821052
Commit-Queue: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50052}
2017-12-12 19:12:03 +00:00
..
benchmarks [test] Code cleanup in test suites. 2017-12-12 08:54:52 +00:00
cctest [heap] replace DisableInlineAllocationSteps with PauseAllocationObservers 2017-12-12 19:12:03 +00:00
common Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
debugger Reland "Fix "this" value in lazily-parsed module functions." 2017-12-12 17:23:35 +00:00
fuzzer Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
inspector Reland "Fix "this" value in lazily-parsed module functions." 2017-12-12 17:23:35 +00:00
intl [test] Deduplicate parsing source file flags. 2017-12-12 13:12:18 +00:00
js-perf-test [test] Add find-index.js to the list of resources for the test 2017-12-07 13:49:46 +00:00
memory [snapshot] add tracking for builtin snapshot size. 2017-08-31 07:29:31 +00:00
message [test] Deduplicate parsing source file flags. 2017-12-12 13:12:18 +00:00
mjsunit [parser] Fix NaryOperation positions. 2017-12-12 18:54:03 +00:00
mkgrokdump [test] Code cleanup in test suites. 2017-12-12 08:54:52 +00:00
mozilla [test] Common statusfile flag format for mozilla and test262. 2017-11-20 14:20:24 +00:00
preparser [test] Code cleanup in test suites. 2017-12-12 08:54:52 +00:00
promises-aplus Remove env field from testcase. 2017-11-16 15:26:06 +00:00
test262 [test] Prepare test262 sources during init. 2017-12-12 11:39:57 +00:00
unittests Implement DFA Unicode Decoder 2017-12-11 21:36:13 +00:00
wasm-spec-tests [wasm] Update spec tests 2017-12-08 15:25:10 +00:00
webkit [test] Deduplicate parsing source file flags. 2017-12-12 13:12:18 +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