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

Unified Diff: pkg/polymer/test/run.sh

Issue 147453004: update web_components (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: deletes polymer test script Created 6 years, 10 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 | pkg/web_components/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/run.sh
diff --git a/pkg/polymer/test/run.sh b/pkg/polymer/test/run.sh
deleted file mode 100755
index 62497be890cd08bb775151a3e1b6fb3d2e6265ca..0000000000000000000000000000000000000000
--- a/pkg/polymer/test/run.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/bash
-# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-# Usage: run from a Dart SVN checkout after building.
-
-# bail on error
-set -e
-
-# Note: test.dart needs to be run from the root of the Dart checkout
-DIR=$( cd $( dirname "${BASH_SOURCE[0]}" ) && pwd )
-pushd $DIR/../../.. > /dev/null
-
-echo "*** Running unit tests for Polymer.dart and its dependencies."
-
-SUITES="pkg/polymer samples/third_party/todomvc"
-
-ANALYZER_CONFIG="-m release -r none -c dartanalyzer $*"
-CONFIG="-m release -r vm,drt,ff,chrome,d8,jsshell -c none,dart2js --checked $*"
-
-CMD="./tools/test.py $ANALYZER_CONFIG $SUITES"
-echo "*** $CMD"
-$CMD
-
-CMD="xvfb-run ./tools/test.py $CONFIG $SUITES"
-echo "*** $CMD"
-$CMD
-
-echo -e "All tests pass"
« no previous file with comments | « no previous file | pkg/web_components/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698