-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: flakeTests that sometimes, but not always, incorrectly passTests that sometimes, but not always, incorrectly passtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
(part of #97036)
Hit one flake today:
expression_evaluation_test.dart
03:23 +9 -1: test\integration.shard\expression_evaluation_test.dart: flutter test expression evaluation - can evaluate expressions returning complex objects in a test [E]
Expected: <Instance of 'InstanceRef'> with `valueAsString`: '2022-5-5'
Actual: InstanceRef:<[InstanceRef id: objects/5, kind: String, identityHashCode: 0, classRef: [ClassRef id: classes/91, name: _OneByteString, library: [LibraryRef id: libraries/@0150898, name: dart.core, uri: dart:core]]]>
Which: has `valueAsString` with value '2022-5-6' which is different.
Expected: 2022-5-5
Actual: 2022-5-6
^
Differ at offset 7
package:test_api expect
test\integration.shard\expression_evaluation_test.dart 189:3 expectValue
test\integration.shard\expression_evaluation_test.dart 172:3 evaluateComplexReturningExpressions
===== asynchronous gap ===========================
test\integration.shard\expression_evaluation_test.dart 141:5 batch2.<fn>
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: flakeTests that sometimes, but not always, incorrectly passTests that sometimes, but not always, incorrectly passtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.