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

Unified Diff: functional/PYAUTO_TESTS

Issue 7541046: Adding pyauto tests for the NaCl SDK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: '' Created 9 years, 4 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
« no previous file with comments | « data/nacl_sdk/nacl_sdk_setting ('k') | functional/nacl_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: functional/PYAUTO_TESTS
===================================================================
--- functional/PYAUTO_TESTS (revision 96214)
+++ functional/PYAUTO_TESTS (working copy)
@@ -53,6 +53,7 @@
'imports',
'infobars',
'instant',
+ 'nacl_sdk',
'navigation',
'notifications',
'ntp',
@@ -121,6 +122,9 @@
'-special_tabs.SpecialTabsTest.testSpecialURLTabs',
# crbug.com/88593
'-sync.SyncTest.testPersonalStuffSyncSection',
+ # crbug.com/91553
+ '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
+ '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery',
],
'win': [
@@ -271,6 +275,8 @@
'-codesign',
# Import tests are invalid on ChromeOS since Chrome is the only browser.
'-imports',
+ # No NaCl support on ChromeOS.
+ '-nacl_sdk',
# ==================================================
# Disabled tests that need to be investigated/fixed.
« no previous file with comments | « data/nacl_sdk/nacl_sdk_setting ('k') | functional/nacl_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698