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
7aa5b075
Unverified
Commit
7aa5b075
authored
5 years ago
by
Kate Lovett
Committed by
GitHub
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding flutter_goldens package tests (#44479)
parent
dcc4b825
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.cirrus.yml
.cirrus.yml
+3
-3
test.dart
dev/bots/test.dart
+1
-0
No files found.
.cirrus.yml
View file @
7aa5b075
...
...
@@ -95,7 +95,7 @@ task:
-
name
:
framework_tests-misc-linux
# this includes the tests for directories in dev/
only_if
:
"
changesInclude('.cirrus.yml',
'dev/**',
'packages/flutter/**',
'packages/flutter_test/**',
'packages/flutter_tools/lib/src/test/**',
'bin/internal/**')
||
$CIRRUS_PR
==
''"
only_if
:
"
changesInclude('.cirrus.yml',
'dev/**',
'packages/flutter/**',
'packages/flutter_
goldens/**',
'packages/flutter_
test/**',
'packages/flutter_tools/lib/src/test/**',
'bin/internal/**')
||
$CIRRUS_PR
==
''"
environment
:
# We use 3 CPUs because that's the minimum required to get framework_tests-misc-linux
# running fast enough that it is not the long pole, as of October 2019.
...
...
@@ -371,7 +371,7 @@ task:
-
name
:
framework_tests-misc-windows
# this includes the tests for directories in dev/
only_if
:
"
changesInclude('.cirrus.yml',
'dev/**',
'packages/flutter/**',
'packages/flutter_test/**',
'packages/flutter_tools/lib/src/test/**',
'bin/internal/**')
||
$CIRRUS_PR
==
''"
only_if
:
"
changesInclude('.cirrus.yml',
'dev/**',
'packages/flutter/**',
'packages/flutter_
goldens/**',
'packages/flutter_
test/**',
'packages/flutter_tools/lib/src/test/**',
'bin/internal/**')
||
$CIRRUS_PR
==
''"
script
:
-
dart --enable-asserts dev\bots\test.dart
...
...
@@ -480,7 +480,7 @@ task:
-
name
:
framework_tests-misc-macos
# this includes the tests for directories in dev/
only_if
:
"
changesInclude('.cirrus.yml',
'dev/**',
'packages/flutter/**',
'packages/flutter_test/**',
'packages/flutter_tools/lib/src/test/**',
'bin/internal/**')
||
$CIRRUS_PR
==
''"
only_if
:
"
changesInclude('.cirrus.yml',
'dev/**',
'packages/flutter/**',
'packages/flutter_
goldens/**',
'packages/flutter_
test/**',
'packages/flutter_tools/lib/src/test/**',
'bin/internal/**')
||
$CIRRUS_PR
==
''"
script
:
-
ulimit -S -n 2048
# https://github.com/flutter/flutter/issues/2976
-
dart --enable-asserts dev/bots/test.dart
...
...
This diff is collapsed.
Click to expand it.
dev/bots/test.dart
View file @
7aa5b075
...
...
@@ -415,6 +415,7 @@ Future<void> _runFrameworkTests() async {
await
_runFlutterTest
(
path
.
join
(
flutterRoot
,
'examples'
,
'layers'
),
tableData:
bigqueryApi
?.
tabledata
);
await
_runFlutterTest
(
path
.
join
(
flutterRoot
,
'examples'
,
'stocks'
),
tableData:
bigqueryApi
?.
tabledata
);
await
_runFlutterTest
(
path
.
join
(
flutterRoot
,
'packages'
,
'flutter_driver'
),
tableData:
bigqueryApi
?.
tabledata
);
await
_runFlutterTest
(
path
.
join
(
flutterRoot
,
'packages'
,
'flutter_goldens'
),
tableData:
bigqueryApi
?.
tabledata
);
await
_runFlutterTest
(
path
.
join
(
flutterRoot
,
'packages'
,
'flutter_localizations'
),
tableData:
bigqueryApi
?.
tabledata
);
await
_runFlutterTest
(
path
.
join
(
flutterRoot
,
'packages'
,
'flutter_test'
),
tableData:
bigqueryApi
?.
tabledata
);
await
_runFlutterTest
(
path
.
join
(
flutterRoot
,
'packages'
,
'fuchsia_remote_debug_protocol'
),
tableData:
bigqueryApi
?.
tabledata
);
...
...
This diff is collapsed.
Click to expand it.
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