| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 96299ae2c4c79e8654738c9b67b2a981cfe96f74..2b3075f339034999ce80828266c2601b91e950c1 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1714,6 +1714,10 @@ class TestUtils {
|
| return completer.future;
|
| }
|
|
|
| + static Path debugLogfile() {
|
| + return new Path(".debug.log");
|
| + }
|
| +
|
| static String flakyFileName() {
|
| // If a flaky test did fail, infos about it (i.e. test name, stdin, stdout)
|
| // will be written to this file. This is useful for the debugging of
|
|
|