summaryrefslogtreecommitdiffstats
path: root/chromecast
diff options
context:
space:
mode:
authoricoolidge <icoolidge@chromium.org>2015-04-20 11:16:02 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-20 18:16:09 +0000
commitf9c30a5c9555ed8d48653a2f2b572c77ac0a4ab5 (patch)
tree4d4872e18e97cd6b36ec2f86c8a42956aa291e06 /chromecast
parent0a1fa429b108c65452c3af1529e6a5535d9d707b (diff)
downloadchromium_src-f9c30a5c9555ed8d48653a2f2b572c77ac0a4ab5.zip
chromium_src-f9c30a5c9555ed8d48653a2f2b572c77ac0a4ab5.tar.gz
chromium_src-f9c30a5c9555ed8d48653a2f2b572c77ac0a4ab5.tar.bz2
chromecast: Enable OutOfMemoryDeathTest.ViaSharedLibraries
This is now working well. BUG= Review URL: https://codereview.chromium.org/1087723003 Cr-Commit-Position: refs/heads/master@{#325875}
Diffstat (limited to 'chromecast')
-rw-r--r--chromecast/chromecast_tests.gypi6
1 files changed, 1 insertions, 5 deletions
diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi
index da8d99e3..09bcb52 100644
--- a/chromecast/chromecast_tests.gypi
+++ b/chromecast/chromecast_tests.gypi
@@ -48,12 +48,11 @@
# timeout to 75s from 45s to allow it to pass (b/19821476)
# ProxyScriptFetcherImplTest.HttpMimeType is flaking (b/19848784)
'net_unittests --gtest_filter=-KeygenHandlerTest.SmokeTest:KeygenHandlerTest.ConcurrencyTest:ProxyScriptFetcherImplTest.HttpMimeType --test-launcher-timeout=75000',
- # Disable OutOfMemoryDeathTest.ViaSharedLibraries due to gTrusty eglibc incompatibility (crbug/428211)
# Disable ProcessMetricsTest.GetNumberOfThreads (b/15610509)
# Disable ProcessUtilTest.* (need to define OS_ANDROID)
# Disable StackContainer.BufferAlignment (don't support 16-byte alignment)
# Disable SystemMetrics2Test.GetSystemMemoryInfo (buffers>0 can't be guaranteed)
- 'base_unittests --gtest_filter=-OutOfMemoryDeathTest.ViaSharedLibraries:ProcessMetricsTest.GetNumberOfThreads:ProcessUtilTest.*:StackContainer.BufferAlignment:SystemMetrics2Test.GetSystemMemoryInfo',
+ 'base_unittests --gtest_filter=-ProcessMetricsTest.GetNumberOfThreads:ProcessUtilTest.*:StackContainer.BufferAlignment:SystemMetrics2Test.GetSystemMemoryInfo',
# DesktopCaptureDeviceTest.*: No capture device on Eureka
# Disable PepperGamepadHostTest.WaitForReply (pepper not supported on Eureka)
# Disable GpuDataManagerImplPrivateTest.SetGLStrings and
@@ -83,9 +82,6 @@
}, { # else "x86" or "android"
'variables': {
'filters': [
- # Disable OutOfMemoryDeathTest.ViaSharedLibraries due to gTrusty eglibc incompatibility
- # See: crbug/428211
- 'base_unittests --gtest_filter=-OutOfMemoryDeathTest.ViaSharedLibraries',
# Disable PipelineIntegrationTest.BasicPlayback_MediaSource_VP9_WebM (not supported)
'media_unittests --gtest_filter=-PipelineIntegrationTest.BasicPlayback_MediaSource_VP9_WebM',
],