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

Unified Diff: functional/PYAUTO_TESTS

Issue 7633026: 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 | « no previous file | 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 97324)
+++ functional/PYAUTO_TESTS (working copy)
@@ -381,6 +381,7 @@
'FULL': {
'all': [
'@CONTINUOUS',
+ 'nacl_sdk',
'translate',
# ==================================================
@@ -399,6 +400,8 @@
'-translate.TranslateTest.testAlwaysTranslateInIncognito',
# This test fails due to crbug.com/85633
'-translate.TranslateTest.testSessionRestore',
+ # The source is behind. Waiting for dev to automate the update.
+ '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum',
],
'win': [
@@ -436,6 +439,12 @@
],
'chromeos': [
+ # ===========================
+ # Permanently-disabled tests.
+ # ===========================
+ # No NaCl support on ChromeOS.
+ '-nacl_sdk',
+
# ==================================================
# Disabled tests that need to be investigated/fixed.
# ==================================================
« no previous file with comments | « no previous file | functional/nacl_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698