Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: chromecast/chromecast_tests.gypi

Issue 787773002: Chromecast: adds test filters for failing tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698