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
9ab50033
Unverified
Commit
9ab50033
authored
Feb 22, 2021
by
Jenn Magder
Committed by
GitHub
Feb 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build more integration tests during pre-submit (#76554)
parent
9b559ede
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
1 deletion
+14
-1
test.dart
dev/bots/test.dart
+7
-1
Flutter-Debug.xcconfig
...integration_tests/ui/macos/Flutter/Flutter-Debug.xcconfig
+1
-0
Flutter-Release.xcconfig
...tegration_tests/ui/macos/Flutter/Flutter-Release.xcconfig
+1
-0
gradle-wrapper.properties
...age_list/android/gradle/wrapper/gradle-wrapper.properties
+5
-0
No files found.
dev/bots/test.dart
View file @
9ab50033
...
...
@@ -345,8 +345,14 @@ Future<void> _runWebToolTests() async {
Future
<
void
>
_runBuildTests
()
async
{
final
List
<
FileSystemEntity
>
exampleDirectories
=
Directory
(
path
.
join
(
flutterRoot
,
'examples'
)).
listSync
()
..
add
(
Directory
(
path
.
join
(
flutterRoot
,
'packages'
,
'integration_test'
,
'example'
)))
..
add
(
Directory
(
path
.
join
(
flutterRoot
,
'dev'
,
'integration_tests'
,
'android_semantics_testing'
)))
..
add
(
Directory
(
path
.
join
(
flutterRoot
,
'dev'
,
'integration_tests'
,
'android_views'
)))
..
add
(
Directory
(
path
.
join
(
flutterRoot
,
'dev'
,
'integration_tests'
,
'channels'
)))
..
add
(
Directory
(
path
.
join
(
flutterRoot
,
'dev'
,
'integration_tests'
,
'hybrid_android_views'
)))
..
add
(
Directory
(
path
.
join
(
flutterRoot
,
'dev'
,
'integration_tests'
,
'flutter_gallery'
)))
..
add
(
Directory
(
path
.
join
(
flutterRoot
,
'dev'
,
'integration_tests'
,
'ios_platform_view_tests'
)))
..
add
(
Directory
(
path
.
join
(
flutterRoot
,
'dev'
,
'integration_tests'
,
'non_nullable'
)))
..
add
(
Directory
(
path
.
join
(
flutterRoot
,
'dev'
,
'integration_tests'
,
'
flutter_gallery
'
)));
..
add
(
Directory
(
path
.
join
(
flutterRoot
,
'dev'
,
'integration_tests'
,
'
ui
'
)));
// The tests are randomly distributed into subshards so as to get a uniform
// distribution of costs, but the seed is fixed so that issues are reproducible.
...
...
dev/integration_tests/ui/macos/Flutter/Flutter-Debug.xcconfig
0 → 100644
View file @
9ab50033
#include "ephemeral/Flutter-Generated.xcconfig"
dev/integration_tests/ui/macos/Flutter/Flutter-Release.xcconfig
0 → 100644
View file @
9ab50033
#include "ephemeral/Flutter-Generated.xcconfig"
examples/image_list/android/gradle/wrapper/gradle-wrapper.properties
0 → 100644
View file @
9ab50033
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.7-all.zip
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