Revert 96230 - 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/7541046

TBR=chrisphan@chromium.org
Review URL: http://codereview.chromium.org/7612013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96267 0039d316-1c4b-4281-b951-d872f2087c98
parent ef06bb60
# Settings for NaCl SDK testing.
# Used by: chrome/test/functional/nacl_sdk.py
{
'release_win_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/staging/naclsdk_win.exe',
'release_mac_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/staging/naclsdk_mac.tgz',
'release_lin_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/staging/naclsdk_linux.tgz',
'release_lin_expected_shasum': '381c4fcbbb7f91b845d606e2c5f73a85866f779d',
'release_mac_expected_shasum': 'a67c3b734f75d28cd6086c0548b00226400ce2ab',
'release_win_expected_shasum': '93b7e1feaa0d2ed5e2dbf73dfd087e62b42d47f6',
'post_sdk_download_url': 'http://code.google.com/chrome/nativeclient/docs/download.html',
'post_win_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/naclsdk_win.exe',
'post_mac_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/naclsdk_mac.tgz',
'post_lin_sdk_url': 'http://commondatastorage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/naclsdk_linux.tgz',
'min_required_chrome_build': 14,
'gallery_examples': {
'life': 'http://nacl-gallery.appspot.com/life/life.html',
'hello_world': 'http://nacl-gallery.appspot.com/hello_world/hello_world.html',
'pi_generator': 'http://nacl-gallery.appspot.com/pi_generator/pi_generator.html',
'sine_synth': 'http://nacl-gallery.appspot.com/sine_synth/sine_synth.html'
},
'prerelease_gallery': {
'hello_world': 'http://4.nacl-gallery.appspot.com/hello_world/hello_world.html',
'hello_world_c': 'http://4.nacl-gallery.appspot.com/hello_world_c/hello_world.html',
'life': 'http://4.nacl-gallery.appspot.com/life/life.html',
'pi_generator': 'http://4.nacl-gallery.appspot.com/pi_generator/pi_generator.html',
'sine_synth': 'http://4.nacl-gallery.appspot.com/sine_synth/sine_synth.html',
'geturl': 'http://4.nacl-gallery.appspot.com/geturl/geturl.html'
}
}
\ No newline at end of file
......@@ -53,7 +53,6 @@
'imports',
'infobars',
'instant',
'nacl_sdk',
'navigation',
'notifications',
'ntp',
......@@ -122,9 +121,6 @@
'-special_tabs.SpecialTabsTest.testSpecialURLTabs',
# crbug.com/88593
'-sync.SyncTest.testPersonalStuffSyncSection',
# crbug.com/91553
'-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
'-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery',
],
'win': [
......@@ -275,8 +271,6 @@
'-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.
......
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