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

Unified Diff: build/android/pylib/single_test_runner.py

Issue 10986042: Fix the failed cases in URLFetcherFileTest on Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Clean the patch Created 8 years, 3 months 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
Index: build/android/pylib/single_test_runner.py
diff --git a/build/android/pylib/single_test_runner.py b/build/android/pylib/single_test_runner.py
index f95d9c3937a109c91c8edc642086bcc6abec874b..a728d7a405605580a81c427dd544a70a2e651536 100644
--- a/build/android/pylib/single_test_runner.py
+++ b/build/android/pylib/single_test_runner.py
@@ -198,6 +198,8 @@ class SingleTestRunner(BaseTestRunner):
return test_files
elif self.test_package.test_suite_basename == 'net_unittests':
return [
+ 'chrome/test/data/animate1.gif',
+ 'chrome/test/data/simple.html',
'net/data/cache_tests',
'net/data/filter_unittests',
'net/data/ftp',
« no previous file with comments | « no previous file | net/url_request/url_fetcher_impl_unittest.cc » ('j') | net/url_request/url_fetcher_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698