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
f58a162d
Unverified
Commit
f58a162d
authored
Feb 21, 2024
by
Jonah Williams
Committed by
GitHub
Feb 21, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more fixes to unstable impeller goldens. (#143811)
Part of
https://github.com/flutter/flutter/issues/143616
parent
35bdc94d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
snack_bar_test.dart
packages/flutter/test/material/snack_bar_test.dart
+3
-0
image_filter_test.dart
packages/flutter/test/widgets/image_filter_test.dart
+2
-0
No files found.
packages/flutter/test/material/snack_bar_test.dart
View file @
f58a162d
...
@@ -2825,6 +2825,7 @@ void main() {
...
@@ -2825,6 +2825,7 @@ void main() {
testWidgets
(
'Material3 - SnackBars should be shown above the bottomSheet'
,
(
WidgetTester
tester
)
async
{
testWidgets
(
'Material3 - SnackBars should be shown above the bottomSheet'
,
(
WidgetTester
tester
)
async
{
await
tester
.
pumpWidget
(
MaterialApp
(
await
tester
.
pumpWidget
(
MaterialApp
(
theme:
ThemeData
(
useMaterial3:
true
),
theme:
ThemeData
(
useMaterial3:
true
),
debugShowCheckedModeBanner:
false
,
// https://github.com/flutter/flutter/issues/143616
home:
const
Scaffold
(
home:
const
Scaffold
(
bottomSheet:
SizedBox
(
bottomSheet:
SizedBox
(
width:
200
,
width:
200
,
...
@@ -2908,6 +2909,7 @@ void main() {
...
@@ -2908,6 +2909,7 @@ void main() {
testWidgets
(
'Material2 - ScaffoldMessenger presents SnackBars to only the root Scaffold when Scaffolds are nested.'
,
(
WidgetTester
tester
)
async
{
testWidgets
(
'Material2 - ScaffoldMessenger presents SnackBars to only the root Scaffold when Scaffolds are nested.'
,
(
WidgetTester
tester
)
async
{
await
tester
.
pumpWidget
(
MaterialApp
(
await
tester
.
pumpWidget
(
MaterialApp
(
theme:
ThemeData
(
useMaterial3:
false
),
theme:
ThemeData
(
useMaterial3:
false
),
debugShowCheckedModeBanner:
false
,
// https://github.com/flutter/flutter/issues/143616
home:
Scaffold
(
home:
Scaffold
(
body:
const
Scaffold
(),
body:
const
Scaffold
(),
floatingActionButton:
FloatingActionButton
(
onPressed:
()
{}),
floatingActionButton:
FloatingActionButton
(
onPressed:
()
{}),
...
@@ -2941,6 +2943,7 @@ void main() {
...
@@ -2941,6 +2943,7 @@ void main() {
testWidgets
(
'Material3 - ScaffoldMessenger presents SnackBars to only the root Scaffold when Scaffolds are nested.'
,
(
WidgetTester
tester
)
async
{
testWidgets
(
'Material3 - ScaffoldMessenger presents SnackBars to only the root Scaffold when Scaffolds are nested.'
,
(
WidgetTester
tester
)
async
{
await
tester
.
pumpWidget
(
MaterialApp
(
await
tester
.
pumpWidget
(
MaterialApp
(
theme:
ThemeData
(
useMaterial3:
true
),
theme:
ThemeData
(
useMaterial3:
true
),
debugShowCheckedModeBanner:
false
,
// https://github.com/flutter/flutter/issues/143616
home:
Scaffold
(
home:
Scaffold
(
body:
const
Scaffold
(),
body:
const
Scaffold
(),
floatingActionButton:
FloatingActionButton
(
onPressed:
()
{}),
floatingActionButton:
FloatingActionButton
(
onPressed:
()
{}),
...
...
packages/flutter/test/widgets/image_filter_test.dart
View file @
f58a162d
...
@@ -96,6 +96,7 @@ void main() {
...
@@ -96,6 +96,7 @@ void main() {
child:
MaterialApp
(
child:
MaterialApp
(
title:
'Flutter Demo'
,
title:
'Flutter Demo'
,
theme:
ThemeData
(
useMaterial3:
false
,
primarySwatch:
Colors
.
blue
),
theme:
ThemeData
(
useMaterial3:
false
,
primarySwatch:
Colors
.
blue
),
debugShowCheckedModeBanner:
false
,
// https://github.com/flutter/flutter/issues/143616
home:
Scaffold
(
home:
Scaffold
(
appBar:
AppBar
(
appBar:
AppBar
(
title:
const
Text
(
'Matrix ImageFilter Test'
),
title:
const
Text
(
'Matrix ImageFilter Test'
),
...
@@ -133,6 +134,7 @@ void main() {
...
@@ -133,6 +134,7 @@ void main() {
child:
MaterialApp
(
child:
MaterialApp
(
title:
'Flutter Demo'
,
title:
'Flutter Demo'
,
theme:
ThemeData
(
useMaterial3:
false
,
primarySwatch:
Colors
.
blue
),
theme:
ThemeData
(
useMaterial3:
false
,
primarySwatch:
Colors
.
blue
),
debugShowCheckedModeBanner:
false
,
// https://github.com/flutter/flutter/issues/143616
home:
Scaffold
(
home:
Scaffold
(
appBar:
AppBar
(
appBar:
AppBar
(
title:
const
Text
(
'Matrix ImageFilter Test'
),
title:
const
Text
(
'Matrix ImageFilter Test'
),
...
...
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