Skip to content

Commit

Permalink
Disable DiscardableMemoryBackingFieldTrialTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sherryzy committed Jan 19, 2024
1 parent c23f7d2 commit 479aa45
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions base/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -3116,7 +3116,6 @@ test("base_unittests") {
"allocator/dispatcher/testing/dispatcher_test.h",
"allocator/dispatcher/testing/observer_mock.h",
"allocator/dispatcher/testing/tools.h",

"allocator/dispatcher/tls_unittest.cc",
"allocator/partition_allocator/pointers/raw_ptr_test_support.h",

Expand Down Expand Up @@ -3174,8 +3173,8 @@ test("base_unittests") {
# "debug/stack_trace_unittest.cc",
"debug/task_trace_unittest.cc",
"environment_unittest.cc",

"feature_list_unittest.cc",

# "files/file_enumerator_unittest.cc",
"files/file_error_or_unittest.cc",

Expand All @@ -3187,7 +3186,6 @@ test("base_unittests") {
# "files/file_util_unittest.cc",
"files/important_file_writer_cleaner_unittest.cc",
"files/important_file_writer_unittest.cc",

"files/memory_mapped_file_unittest.cc",
"files/safe_base_name_unittest.cc",

Expand Down Expand Up @@ -3219,7 +3217,6 @@ test("base_unittests") {
"i18n/number_formatting_unittest.cc",
"i18n/rtl_unittest.cc",
"i18n/streaming_utf8_validator_unittest.cc",

"i18n/string_search_unittest.cc",
"i18n/time_formatting_unittest.cc",
"i18n/timezone_unittest.cc",
Expand All @@ -3238,11 +3235,9 @@ test("base_unittests") {

# "logging_unittest.cc",
"memory/aligned_memory_unittest.cc",

# "memory/discardable_memory_backing_field_trial_unittest.cc",
"memory/discardable_memory_backing_field_trial_unittest.cc",
"memory/discardable_shared_memory_unittest.cc",
"memory/memory_pressure_listener_unittest.cc",

"memory/platform_shared_memory_region_unittest.cc",
"memory/ptr_util_unittest.cc",
"memory/raw_ptr_asan_unittest.cc",
Expand Down Expand Up @@ -3275,7 +3270,6 @@ test("base_unittests") {
# "metrics/histogram_threadsafe_unittest.cc",
# "metrics/histogram_unittest.cc",
"metrics/metrics_hashes_unittest.cc",

"metrics/persistent_histogram_allocator_unittest.cc",
"metrics/persistent_histogram_storage_unittest.cc",
"metrics/persistent_memory_allocator_unittest.cc",
Expand Down Expand Up @@ -3303,7 +3297,6 @@ test("base_unittests") {
"power_monitor/power_monitor_unittest.cc",
"power_monitor/timer_sampling_event_source_unittest.cc",
"process/environment_internal_unittest.cc",

"process/memory_unittest.cc",
"process/process_metrics_unittest.cc",
"process/process_unittest.cc",
Expand Down Expand Up @@ -3518,6 +3511,7 @@ test("base_unittests") {
# Since Starboard lacks abstractions for multi-processing, and shared
# memory is solely used for inter-process communication, we disable
# shared memory and process code in Cobalt.
"memory/discardable_memory_backing_field_trial_unittest.cc",
"memory/discardable_shared_memory_unittest.cc",
"memory/memory_pressure_listener_unittest.cc",
"memory/platform_shared_memory_region_unittest.cc",
Expand Down

0 comments on commit 479aa45

Please sign in to comment.