| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 7bbef25988fee9167adfa467b62d810b211737e3..3b418024e1f247a3c090cc0240f7b3585312d653 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -837,7 +837,8 @@ class StandardTestSuite extends TestSuite {
|
|
|
| void enqueueTestCaseFromTestInformation(TestInformation info) {
|
| String testName = buildTestCaseDisplayName(suiteDir, info.originTestPath,
|
| - multitestName: info.multitestKey);
|
| + multitestName:
|
| + info.optionsFromFile['isMultitest'] ? info.multitestKey : "");
|
| Set<Expectation> expectations = testExpectations.expectations(testName);
|
| if (info is HtmlTestInformation) {
|
| if (TestUtils.isBrowserRuntime(configuration['runtime'])) {
|
|
|