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

Unified Diff: test/checker/self_host_test.dart

Issue 1406983003: Remove the checker and corresponding dead code (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 2 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/checker/inferred_type_test.dart ('k') | test/codegen_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/checker/self_host_test.dart
diff --git a/test/checker/self_host_test.dart b/test/checker/self_host_test.dart
deleted file mode 100644
index a909d06fac92f516d30d0a0d8d919565e6c1d482..0000000000000000000000000000000000000000
--- a/test/checker/self_host_test.dart
+++ /dev/null
@@ -1,18 +0,0 @@
-// 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.
-
-/// Tests that run the checker end-to-end using the file system.
-library dev_compiler.test.checker.self_host_test;
-
-import 'package:dev_compiler/devc.dart' show BatchCompiler;
-import 'package:dev_compiler/src/options.dart';
-import 'package:test/test.dart';
-import '../testing.dart' show testDirectory, realSdkContext;
-
-void main() {
- test('checker can run on itself ', () {
- new BatchCompiler(realSdkContext, new CompilerOptions())
- .compileFromUriString('$testDirectory/all_tests.dart');
- }, skip: 'test is very slow');
-}
« no previous file with comments | « test/checker/inferred_type_test.dart ('k') | test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698