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

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
Index: functional/PYAUTO_TESTS
===================================================================
--- functional/PYAUTO_TESTS (revision 96277)
+++ functional/PYAUTO_TESTS (working copy)
@@ -377,6 +377,7 @@
'FULL': {
'all': [
'@CONTINUOUS',
+ 'nacl_sdk',
'translate',
# ==================================================
@@ -392,6 +393,9 @@
'-translate.TranslateTest.testAlwaysTranslateInIncognito',
# This test fails due to crbug.com/85633
'-translate.TranslateTest.testSessionRestore',
+ # crbug.com/91553
+ '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
+ '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery',
],
'win': [
@@ -427,6 +431,12 @@
],
'chromeos': [
+ # ===========================
+ # Permanently-disabled tests.
+ # ===========================
+ # No NaCl support on ChromeOS.
+ '-nacl_sdk',
+
# ==================================================
# Disabled tests that need to be investigated/fixed.
# ==================================================

Powered by Google App Engine
This is Rietveld 408576698