v8/test/unittests/heap
Omer Katz c2d5e408b5 cppgc: Reduce noise and increase tolerance in flaky test
Bug: v8:11367
Change-Id: I2d21d3deea73a9930acb3bf2efd3268ec1fd64b4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2919830
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Omer Katz <omerkatz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74788}
2021-05-26 13:35:09 +00:00
..
base cppgc, heap: Add Clear and IsEmpty methods to Worklist::Local 2020-10-20 21:59:38 +00:00
cppgc cppgc: Reduce noise and increase tolerance in flaky test 2021-05-26 13:35:09 +00:00
allocation-observer-unittest.cc [heap] Support removing of observers during Step() 2020-08-17 10:42:32 +00:00
barrier-unittest.cc
bitmap-test-utils.h
bitmap-unittest.cc
code-object-registry-unittest.cc
embedder-tracing-unittest.cc
gc-idle-time-handler-unittest.cc heap: Remove context disposal GCs 2021-04-06 09:19:09 +00:00
gc-tracer-unittest.cc [heap] Replace TRACE_BACKGROUND_GC macro with TRACE_GC1 2020-11-27 17:48:55 +00:00
heap-controller-unittest.cc [cleanup] Replace all remaining Min/Max uses with std::min/max 2020-11-24 17:32:01 +00:00
heap-unittest.cc [ptr-cage] Introduce PtrComprCage 2021-04-12 17:49:43 +00:00
heap-utils.cc cppgc,api: Add support for JS->C++ write barriers 2021-01-21 14:28:00 +00:00
heap-utils.h cppgc,api: Add support for JS->C++ write barriers 2021-01-21 14:28:00 +00:00
index-generator-unittest.cc [Heap]: Implement IndexGenerator for Jobs use cases. 2020-09-11 19:25:33 +00:00
list-unittest.cc
local-factory-unittest.cc [heap, infra] Remove --local-heaps and --concurrent-allocation flags 2021-02-01 11:01:26 +00:00
local-heap-unittest.cc [heap] Fix deadlock with concurrent allocation and blocked main thread 2021-03-29 12:29:25 +00:00
marking-unittest.cc
marking-worklist-unittest.cc [heap] Split marking worklist into global worklist and local worklists 2020-08-11 13:15:54 +00:00
memory-reducer-unittest.cc
object-start-bitmap-unittest.cc [heap] Add object start bitmap for conservative stack scanning 2020-08-31 07:10:36 +00:00
object-stats-unittest.cc
persistent-handles-unittest.cc [handles] Make DetachPersistent insert into ordered_blocks_ 2020-08-05 12:03:52 +00:00
safepoint-unittest.cc [heap, infra] Remove --local-heaps and --concurrent-allocation flags 2021-02-01 11:01:26 +00:00
slot-set-unittest.cc
spaces-unittest.cc [offthread] Change OffThreadIsolate to LocalIsolate 2020-08-14 10:57:27 +00:00
traced-reference-unittest.cc cppgc: Replace JSMember by TracedReference 2020-10-27 14:46:56 +00:00
unified-heap-snapshot-unittest.cc [cleanup][test] Remove redundant NOLINT annotations 2021-04-30 11:46:14 +00:00
unified-heap-unittest.cc Reland "cppgc-js: Add unittest for CollectCustomSpaceStatisticsAtLastGC" 2021-05-17 12:32:54 +00:00
unified-heap-utils.cc Reland "cppgc-js: Add unittest for CollectCustomSpaceStatisticsAtLastGC" 2021-05-17 12:32:54 +00:00
unified-heap-utils.h Reland "cppgc-js: Add unittest for CollectCustomSpaceStatisticsAtLastGC" 2021-05-17 12:32:54 +00:00
unmapper-unittest.cc Prevent memory chunk access for TPH 2021-05-06 12:29:32 +00:00
worklist-unittest.cc