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

Unified Diff: native_client_sdk/src/build_tools/test_sdk.py

Issue 2334303003: [NaCl SDK] Disable native (non-NaCl) PPAPI tests (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/test_sdk.py
diff --git a/native_client_sdk/src/build_tools/test_sdk.py b/native_client_sdk/src/build_tools/test_sdk.py
index dbc8285b3c0bec9c9ec79321f88586e3a276fee5..a2994fa8b6fd9bc5b9191448b71edc98960559f7 100755
--- a/native_client_sdk/src/build_tools/test_sdk.py
+++ b/native_client_sdk/src/build_tools/test_sdk.py
@@ -152,6 +152,10 @@ def StepRunBrowserTests(toolchains, experimental):
if experimental:
args.append('-x')
for toolchain in toolchains:
+ # TODO(sbc): Re-enable brower tests for native PPAPI platforms:
+ # http://crbug.com/646666
+ if toolchain in ['mac', 'linux', 'win']:
+ continue
args.extend(['-t', toolchain])
try:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698