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

Unified Diff: tools/testing/dart/test_runner.dart

Issue 2563983002: Remove sub-errortype DartkMissingCompileTimeError: Since there is a very big overlap between missin… (Closed)
Patch Set: Created 4 years 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
Index: tools/testing/dart/test_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index bc6be6491449219ff5f13c0576efd72a2ab3e535..3694509fd0e28ec2b5824a4ea6c16bf24192c0a9 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -1670,8 +1670,6 @@ class KernelCompilationCommandOutputImpl extends CompilationCommandOutputImpl {
return Expectation.DARTK_CRASH;
} else if (result.canBeOutcomeOf(Expectation.TIMEOUT)) {
return Expectation.DARTK_TIMEOUT;
- } else if (result.canBeOutcomeOf(Expectation.MISSING_COMPILETIME_ERROR)) {
- return Expectation.DARTK_MISSING_COMPILETIME_ERROR;
} else if (result.canBeOutcomeOf(Expectation.COMPILETIME_ERROR)) {
return Expectation.DARTK_COMPILETIME_ERROR;
}
« tests/co19/co19-kernel.status ('K') | « tools/testing/dart/status_file_parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698