Fix flaky idle notification test.
authorulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 16 Jan 2012 09:40:04 +0000 (09:40 +0000)
committerulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 16 Jan 2012 09:40:04 +0000 (09:40 +0000)
commit08d77cbde46355347346574f2337132fdb2ace8e
tree3dce5fdf6e8ab79ce2f0cc90ca3e2db07df3ff2e
parentebb75c23a1f66eb4ecfd0f990d4eb397fdec24c9
Fix flaky idle notification test.

Idle notification handler might not free more memory if there was a global GC before or incremental marking is not activated (and it's not worth activating).

BUG=
TEST=cctest/test-api/IdleNotificationWithHint

Review URL: http://codereview.chromium.org/9173007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10401 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/cctest/test-api.cc