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

Unified Diff: tests/dartino_tests/all_tests.dart

Issue 2035023003: Remove service-compiler related code. (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 6 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 | « samples/todomvc/unix_ia32_hack.c ('k') | tests/dartino_tests/dartino_tests.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/dartino_tests/all_tests.dart
diff --git a/tests/dartino_tests/all_tests.dart b/tests/dartino_tests/all_tests.dart
index 5b6c0c258c24c3597ca16308ff83f2dea0f70beb..1f78bc18ac4ddbf1005ebed4924b7309f7773c9e 100644
--- a/tests/dartino_tests/all_tests.dart
+++ b/tests/dartino_tests/all_tests.dart
@@ -34,10 +34,6 @@ import 'multiprogram_tests.dart' as multiprogram_tests;
import 'snapshot_stacktrace_tests.dart' as snapshot_stacktrace_tests;
-import '../service_tests/service_tests.dart' as service_tests;
-
-import '../servicec/servicec_tests.dart' as servicec_tests;
-
import '../dartino_compiler/run.dart' as run;
import '../dartino_compiler/driver/test_vm_connection.dart' as
@@ -87,12 +83,6 @@ const Map<String, NoArgFuture> TESTS = const <String, NoArgFuture>{
'verbs/helpTextFormat': verbs.testHelpTextFormatCompliance,
// Slow tests, should run early so we don't wait for them.
- 'service_tests/*': service_tests.listTests,
-
- // Slow tests, should run early so we don't wait for them
- 'servicec/*': servicec_tests.listTests,
-
- // Slow tests, should run early so we don't wait for them.
'incremental/production/*': incremental_production.list,
'incremental/experimental/*': incremental_experimental.list,
« no previous file with comments | « samples/todomvc/unix_ia32_hack.c ('k') | tests/dartino_tests/dartino_tests.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698