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

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

Issue 2955513002: Dynamically load packages for dartdevc tests in test.dart. (Closed)
Patch Set: Created 3 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
Index: tools/testing/dart/command_output.dart
diff --git a/tools/testing/dart/command_output.dart b/tools/testing/dart/command_output.dart
index 9b6f6e692c5af19d4f22bdb0abf8736a1b54e075..e6216408b61346866c285c6791397de852b059f4 100644
--- a/tools/testing/dart/command_output.dart
+++ b/tools/testing/dart/command_output.dart
@@ -84,7 +84,6 @@ class CommandOutput extends UniqueObject {
return !hasTimedOut && exitCode == 0;
}
- // TODO(bob): Remove.
// Reverse result of a negative test.
bool hasFailed(TestCase testCase) {
return testCase.isNegative ? !_didFail(testCase) : _didFail(testCase);

Powered by Google App Engine
This is Rietveld 408576698