Index: chromecast/chromecast_tests.gypi |
diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi |
index 406b354c9db95827dcc95f407131301fee303663..a6339304a432a517aeb2cd673776ef0af4eb322a 100644 |
--- a/chromecast/chromecast_tests.gypi |
+++ b/chromecast/chromecast_tests.gypi |
@@ -38,11 +38,23 @@ |
'../ui/base/ui_base_tests.gyp:ui_base_unittests', |
'../url/url.gyp:url_unittests', |
], |
+ 'variables': { |
+ 'filters': [ |
+ # Disable OutOfMemoryDeathTest.ViaSharedLibraries due to gTrusty eglibc incompatibility |
+ # See: crbug/428211 |
+ 'base_unittests --gtest_filter=-OutOfMemoryDeathTest.ViaSharedLibraries', |
+ ], |
+ }, |
'conditions': [ |
['OS!="android"', { |
'dependencies': [ |
'cast_shell_browser_test', |
], |
+ 'variables': { |
+ 'filters': [ |
+ 'cast_shell_browser_test --no-sandbox', |
+ ], |
+ }, |
}], |
], |
'includes': ['build/tests/test_list.gypi'], |