Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8029046

Browse files
Manual Dart roll to 7173b4dd0163 (#52425)
Updates test expectations for a change to the expect.dart library
1 parent 20fb62b commit 8029046

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ vars = {
6262
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
6363
# You can use //tools/dart/create_updated_flutter_deps.py to produce
6464
# updated revision list of existing dependencies.
65-
'dart_revision': '919c7cab870b714dd674cf20c27d65a7b2e07ffc',
65+
'dart_revision': '7173b4dd01632e85d8119e418b82acf35c411d90',
6666

6767
# WARNING: DO NOT EDIT MANUALLY
6868
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

ci/licenses_golden/licenses_dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 348a5bcd8addd6df686b9231e95fb63c
1+
Signature: 41ecb8b4b3a29f14d1b7cb74c8d574f5
22

33
====================================================================================================
44
LIBRARY: dart
@@ -4739,7 +4739,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
47394739
This Source Code Form is "Incompatible With Secondary Licenses", as
47404740
defined by the Mozilla Public License, v. 2.0.
47414741

4742-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/919c7cab870b714dd674cf20c27d65a7b2e07ffc
4742+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/7173b4dd01632e85d8119e418b82acf35c411d90
47434743
/third_party/fallback_root_certificates/
47444744

47454745
====================================================================================================

sky/packages/sky_engine/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32293,7 +32293,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
3229332293
This Source Code Form is "Incompatible With Secondary Licenses", as
3229432294
defined by the Mozilla Public License, v. 2.0.
3229532295

32296-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/919c7cab870b714dd674cf20c27d65a7b2e07ffc
32296+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/7173b4dd01632e85d8119e418b82acf35c411d90
3229732297
/third_party/fallback_root_certificates/
3229832298

3229932299
--------------------------------------------------------------------------------

testing/litetest/test/litetest_test.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Test "Test3": Passed
109109
expect(output.contains('Test "Test2": Started'), true);
110110
expect(output.contains('Test "Test2": Failed'), true);
111111
expect(output.contains(
112-
'In test "Test2" Expect.deepEquals(expected: <3>, actual: <2>) fails.',
112+
'In test "Test2" Expect.deepEquals(expected: <3>, actual: <2>, \'[]\') fails.',
113113
), true);
114114
expect(output.contains('Test "Test3": Started'), true);
115115
expect(output.contains('Test "Test3": Passed'), true);
@@ -134,7 +134,7 @@ Test "Test3": Passed
134134
expect(output.contains('Test "Test": Failed'), true);
135135
expect(
136136
output.contains(
137-
'In test "Test" Expect.deepEquals(expected: <2>, actual: <1>) fails.',
137+
'In test "Test" Expect.deepEquals(expected: <2>, actual: <1>, \'[]\') fails.',
138138
),
139139
true,
140140
);
@@ -188,7 +188,7 @@ Test "Test3": Passed
188188
expect(output.contains('Test "Test": Failed'), true);
189189
expect(
190190
output.contains(
191-
'In test "Test" Expect.deepEquals(expected: <2>, actual: <1>) fails.',
191+
'In test "Test" Expect.deepEquals(expected: <2>, actual: <1>, \'[]\') fails.',
192192
),
193193
true,
194194
);

0 commit comments

Comments
 (0)