-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
team-toolOwned by Flutter Tool teamOwned by Flutter Tool team
Description
tool_tests-general-linux
01:01 +2234 ~4 -1: test/general.shard/base/logger_test.dart: Output format Animations are disabled when, uh, disabled. [E]
Expected: [
'po 0ms',
'ta ',
'ta 0ms',
''
]
Actual: [
'po 0ms',
'ta ',
'ta 2ms',
''
]
Which: at location [2] is 'ta 2ms' instead of 'ta 0ms'
package:matcher expect
test/general.shard/base/logger_test.dart 1311:7 main.<fn>.<fn>
dart:async runZoned
test/src/common.dart 208:14 testWithoutContext.<fn>
test/src/common.dart 177:18 test.<fn>
I'm thinking we should either use a FakeClock here, or make the pattern matcher more general
Metadata
Metadata
Assignees
Labels
team-toolOwned by Flutter Tool teamOwned by Flutter Tool team
Type
Projects
Status
Test flakes