-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionteam-designOwned by Design Languages teamOwned by Design Languages team
Description
The daily random test shuffling seed caused some tests to fail:
00:00 +4 -1: Tokens logger color function logs when not providing a default [E]
Expected: contains '\x1B[31mSome referenced tokens do not exist: 1\x1B[0m'
Actual: [
'',
'Tokens used: 0/0',
'',
'\x1B[31mSome referenced tokens do not exist: 7\x1B[0m',
' foo',
' bar',
' foo.shape',
' shape.large',
' bar.shape',
' shape.full',
' color_foo_req'
]
Which: does not contain '\x1B[31mSome referenced tokens do not exist: 1\x1B[0m'
package:matcher expect
test/gen_defaults_test.dart 355:7 main.<fn>.<fn>
dart:async _CustomZone.run
test/gen_defaults_test.dart 253:53 main.<fn>.overridePrint.<fn>
To run this test again: /Volumes/Work/s/w/ir/x/w/flutter/bin/cache/dart-sdk/bin/dart test /Volumes/Work/s/w/ir/x/w/flutter/dev/tools/gen_defaults/test/gen_defaults_test.dart -p vm --plain-name 'Tokens logger color function logs when not providing a default'
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionteam-designOwned by Design Languages teamOwned by Design Languages team