Adding pyauto tests for the NaCl SDK.

Automation for step 1-9 testplan @ go/NACL-SDK-testing
BUG=89467, 89470, 89479, 89610, 89612
TEST=None

Review URL: http://codereview.chromium.org/7633026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98757 0039d316-1c4b-4281-b951-d872f2087c98
parent 0b521b12
...@@ -401,6 +401,7 @@ ...@@ -401,6 +401,7 @@
'FULL': { 'FULL': {
'all': [ 'all': [
'@CONTINUOUS', '@CONTINUOUS',
'nacl_sdk',
'translate', 'translate',
# ================================================== # ==================================================
...@@ -419,6 +420,8 @@ ...@@ -419,6 +420,8 @@
'-translate.TranslateTest.testAlwaysTranslateInIncognito', '-translate.TranslateTest.testAlwaysTranslateInIncognito',
# This test fails due to crbug.com/85633 # This test fails due to crbug.com/85633
'-translate.TranslateTest.testSessionRestore', '-translate.TranslateTest.testSessionRestore',
# The source is behind. Waiting for dev to automate the update.
'-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum',
], ],
'win': [ 'win': [
...@@ -458,6 +461,12 @@ ...@@ -458,6 +461,12 @@
], ],
'chromeos': [ 'chromeos': [
# ===========================
# Permanently-disabled tests.
# ===========================
# No NaCl support on ChromeOS.
'-nacl_sdk',
# ================================================== # ==================================================
# Disabled tests that need to be investigated/fixed. # Disabled tests that need to be investigated/fixed.
# ================================================== # ==================================================
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment