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

Unified Diff: test/browser/runtime_test.html

Issue 1243503007: fixes #221, initial sync*, async, async* implementation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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 | « test/browser/minitest.dart ('k') | test/codegen/async_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/browser/runtime_test.html
diff --git a/test/browser/runtime_test.html b/test/browser/runtime_test.html
deleted file mode 100644
index ee4086e037a8cb03056534b22750721fcd45b173..0000000000000000000000000000000000000000
--- a/test/browser/runtime_test.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!doctype html>
-<!-- Copyright (c) 2015, 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. -->
-
-<meta charset="utf-8">
-<title>dart-dev-compiler browser tests</title>
-
-<!-- Mocha/Chai -->
-<link rel="stylesheet" href="../js_test_tools/mocha/mocha.css">
-<script src="../js_test_tools/mocha/mocha.js"></script>
-<script src="../js_test_tools/chai/chai.js"></script>
-<script src="../js_test_tools/mocha-htmltest.js"></script>
-
-<!-- Runtime code to test -->
-<script src="../../lib/runtime/harmony_feature_check.js"></script>
-<script src="../../lib/runtime/dart_utils.js"></script>
-<script src="../../lib/runtime/dart_library.js"></script>
-<script src="../../lib/runtime/_errors.js"></script>
-<script src="../../lib/runtime/_types.js"></script>
-<script src="../../lib/runtime/_rtti.js"></script>
-<script src="../../lib/runtime/_classes.js"></script>
-<script src="../../lib/runtime/_operations.js"></script>
-<script src="../../lib/runtime/dart_runtime.js"></script>
-<script src="../../lib/runtime/dart/core.js"></script>
-<script src="../../lib/runtime/dart/collection.js"></script>
-<script src="../../lib/runtime/dart/_internal.js"></script>
-<script src="../../lib/runtime/dart/math.js"></script>
-<script src="../../lib/runtime/dart/async.js"></script>
-<script src="../../lib/runtime/dart/_foreign_helper.js"></script>
-<script src="../../lib/runtime/dart/_js_embedded_names.js"></script>
-<script src="../../lib/runtime/dart/_js_helper.js"></script>
-<script src="../../lib/runtime/dart/isolate.js"></script>
-<script src="../../lib/runtime/dart/typed_data.js"></script>
-<script src="../../lib/runtime/dart/_isolate_helper.js"></script>
-<script src="../../lib/runtime/dart/_js_primitives.js"></script>
-<script src="../../lib/runtime/dart/_interceptors.js"></script>
-<script src="../../lib/runtime/dart/convert.js"></script>
-<script src="../../lib/runtime/dart/_native_typed_data.js"></script>
-<!-- tests -->
-<div id="mocha"></div>
-<script>mocha.setup({ui: 'tdd', slow: 1000});</script>
-<script src="runtime_tests.js"></script>
-<script>mocha.run();</script>
« no previous file with comments | « test/browser/minitest.dart ('k') | test/codegen/async_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698