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

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

Issue 11363170: Add an accessibility audit test for WebUI pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 12 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 dee6cd600bd6be412a27b353a08900a5ffd75d9f..e080981634c8442f432cbc38f6ee2ef8d4be3585 100644
--- a/build/android/pylib/single_test_runner.py
+++ b/build/android/pylib/single_test_runner.py
@@ -159,6 +159,7 @@ class SingleTestRunner(BaseTestRunner):
'net/data/cache_tests/dirty_entry5',
'net/data/ssl/certificates/',
'ui/base/test/data/data_pack_unittest',
+ 'third_party/accessibility-developer-tools/gen/axs_testing.js',
Paweł Hajdan Jr. 2013/01/03 21:40:56 nit: This should probably be sorted.
aboxhall 2013/01/03 22:11:22 Done.
]
if self.test_package.test_suite_basename == 'unit_tests':
test_files += ['chrome/test/data/simple_open_search.xml']

Powered by Google App Engine
This is Rietveld 408576698