Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
8d5cb658
Unverified
Commit
8d5cb658
authored
Mar 14, 2019
by
Jonah Williams
Committed by
GitHub
Mar 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Manual engine roll with goldens (#29363)" (#29374)
This reverts commit
c2e08913
.
parent
c2e08913
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
engine.version
bin/internal/engine.version
+1
-1
goldens.version
bin/internal/goldens.version
+1
-1
clip_test.dart
packages/flutter/test/widgets/clip_test.dart
+6
-6
No files found.
bin/internal/engine.version
View file @
8d5cb658
fbca3d34e6264d8f0081cced601a2db4e36429a4
8b1a299ed52d4ef9521ccd65c6c52d563129d8af
bin/internal/goldens.version
View file @
8d5cb658
901ec95718ea0ba441a991590215865a838fdc5d
e27e697cd534e9595acd4459a0f38782c4f750fc
packages/flutter/test/widgets/clip_test.dart
View file @
8d5cb658
...
...
@@ -513,7 +513,7 @@ void main() {
await
tester
.
pumpWidget
(
genPhysicalModel
(
Clip
.
antiAlias
));
await
expectLater
(
find
.
byType
(
RepaintBoundary
).
first
,
matchesGoldenFile
(
'clip.PhysicalModel.antiAlias.
1.
png'
),
matchesGoldenFile
(
'clip.PhysicalModel.antiAlias.png'
),
);
});
...
...
@@ -521,7 +521,7 @@ void main() {
await
tester
.
pumpWidget
(
genPhysicalModel
(
Clip
.
hardEdge
));
await
expectLater
(
find
.
byType
(
RepaintBoundary
).
first
,
matchesGoldenFile
(
'clip.PhysicalModel.hardEdge.
1.
png'
),
matchesGoldenFile
(
'clip.PhysicalModel.hardEdge.png'
),
);
});
...
...
@@ -573,7 +573,7 @@ void main() {
);
await
expectLater
(
find
.
byType
(
RepaintBoundary
).
first
,
matchesGoldenFile
(
'clip.PhysicalModel.default.
1.
png'
),
matchesGoldenFile
(
'clip.PhysicalModel.default.png'
),
);
});
...
...
@@ -622,7 +622,7 @@ void main() {
await
tester
.
pumpWidget
(
genPhysicalShape
(
Clip
.
antiAlias
));
await
expectLater
(
find
.
byType
(
RepaintBoundary
).
first
,
matchesGoldenFile
(
'clip.PhysicalShape.antiAlias.
1.
png'
),
matchesGoldenFile
(
'clip.PhysicalShape.antiAlias.png'
),
);
});
...
...
@@ -630,7 +630,7 @@ void main() {
await
tester
.
pumpWidget
(
genPhysicalShape
(
Clip
.
hardEdge
));
await
expectLater
(
find
.
byType
(
RepaintBoundary
).
first
,
matchesGoldenFile
(
'clip.PhysicalShape.hardEdge.
1.
png'
),
matchesGoldenFile
(
'clip.PhysicalShape.hardEdge.png'
),
);
});
...
...
@@ -684,7 +684,7 @@ void main() {
);
await
expectLater
(
find
.
byType
(
RepaintBoundary
).
first
,
matchesGoldenFile
(
'clip.PhysicalShape.default.
1.
png'
),
matchesGoldenFile
(
'clip.PhysicalShape.default.png'
),
);
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment