| Index: tools/testing/dart/utils.dart
|
| diff --git a/tools/testing/dart/utils.dart b/tools/testing/dart/utils.dart
|
| index f0a59a95c7c58966efbd6b7494e87948d34d53fc..263e31a8bfb3c875c9d3d58c93dd252ec0c73869 100644
|
| --- a/tools/testing/dart/utils.dart
|
| +++ b/tools/testing/dart/utils.dart
|
| @@ -444,6 +444,10 @@ class TestUtils {
|
| /// test outcomes to this file.
|
| static const testOutcomeFileName = ".test-outcome.log";
|
|
|
| + /// If test.py was invoked with '--write-result-log it will write
|
| + /// test outcomes to this file in the '--output-directory'.
|
| + static const resultLogFileName = "result.log";
|
| +
|
| static void ensureExists(String filename, Configuration configuration) {
|
| if (!configuration.listTests && !existsCache.doesFileExist(filename)) {
|
| throw "'$filename' does not exist";
|
|
|