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

Unified Diff: ports/devenv/io2014_test.py

Issue 1563073002: Re-enable io2014 + add cds2014 tests for devenv. (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: fix Created 4 years, 9 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 | « ports/devenv/devenv_large_test.py ('k') | ports/devenv/tests/common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/devenv/io2014_test.py
diff --git a/ports/devenv/io2014_test.py b/ports/devenv/io2014_test.py
deleted file mode 100755
index 6980371923530910f6171f5537ffa980ef586574..0000000000000000000000000000000000000000
--- a/ports/devenv/io2014_test.py
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/usr/bin/env python
-# Copyright (c) 2014 The Native Client Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-"""Test of Google I/O 2014 tutorial."""
-
-import os
-import sys
-
-SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
-sys.path.append(os.path.join(SCRIPT_DIR, '../..'))
-SRC_DIR = os.path.dirname(os.path.dirname(SCRIPT_DIR))
-TOOLCHAIN = os.environ.get('TOOLCHAIN', 'newlib')
-DEVENV_OUT_DIR = os.path.join(SRC_DIR, 'out/publish/devenv', TOOLCHAIN)
-
-import chrome_test
-
-
-app = os.path.join(DEVENV_OUT_DIR, 'app')
-test_dir = os.path.join(SCRIPT_DIR, 'tests')
-
-chrome_test.main([
- '-C', test_dir,
- '-p', 'TOOLCHAIN=' + TOOLCHAIN,
- '-t', '400',
- '--enable-nacl',
- '--load-extension', app,
- 'io2014_test.html'] + sys.argv[1:])
« no previous file with comments | « ports/devenv/devenv_large_test.py ('k') | ports/devenv/tests/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698