-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "cppgc: Get AgeTableTest compiling when young generation is en…
…abled" This reverts commit d13ce73. Reason for revert: blocks V8 roll due to blink_heap_unittests failures: https://crrev.com/c/4562338 Original change's description: > cppgc: Get AgeTableTest compiling when young generation is enabled > > age-table-unittest.cc is gated behind cppgc_enable_young_generation in > test/unittests/BUILD.gn. Root BUILD.gn implemented a dependency where > cppgc_enable_young_generation was set to true when the caged heap is > enabled, but that dependency was not propagating to the tests. This CL > moves the caged heap flag and the dependency to v8.gni so that it's > consistent throughout the source tree. > > That change exposed a compile error in age-table-unittest.cc due to the > non-stack-allocated test fixture having a member of stack-allocated type > subtle::DisallowGarbageCollectionScope. The fix is for each test to > declare its own DisallowGarbageCollectionScope instead. > > Bug: chromium:1029379, chromium:1434388 > Change-Id: If3d4f8f124585f4c74637c6cf8073cdbe6a6b5a9 > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4548686 > Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> > Reviewed-by: Michael Lippautz <mlippautz@chromium.org> > Cr-Commit-Position: refs/heads/main@{#87808} Bug: chromium:1029379, chromium:1434388 Change-Id: Ie64885187bdd09c193eb0b12ffbffc1b0cbd8992 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4562958 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Adam Klein <adamk@chromium.org> Cr-Commit-Position: refs/heads/main@{#87844}
- Loading branch information
Showing
3 changed files
with
12 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters