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

Unified Diff: tests/run.sh

Issue 10916294: switch html5lib to new pkg layout (Closed) Base URL: https://github.com/dart-lang/html5lib.git@master
Patch Set: Created 8 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 | « tests/parser_test.dart ('k') | tests/support.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/run.sh
diff --git a/tests/run.sh b/tests/run.sh
deleted file mode 100755
index 53a0d17cfe2b31ef9d6b89bf7ff983ac92eb2696..0000000000000000000000000000000000000000
--- a/tests/run.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-# Copyright (c) 2012, the Dart project authors. Please see the LICENSE file
-# for details. All rights reserved. Use of this source code is governed by a
-# MIT-style license that can be found in the LICENSE file.
-
-# bail on error
-set -e
-
-# TODO(sigmund): replace with a real test runner
-for test in tests/*_test.dart; do
- # TODO(jmesserly): removed --enable-type-checks to work around VM bug in
- # the RegExp constructor when the optimizer kicks in.
- dart --enable-asserts --package-root=packages/ $test
-done
« no previous file with comments | « tests/parser_test.dart ('k') | tests/support.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698