mirror of
https://github.com/flutter/flutter
synced 2024-10-30 01:59:05 +00:00
Build more integration tests during pre-submit (#76554)
This commit is contained in:
parent
9b559edefc
commit
9ab50033fc
4 changed files with 14 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
#include "ephemeral/Flutter-Generated.xcconfig"
|
|
@ -0,0 +1 @@
|
|||
#include "ephemeral/Flutter-Generated.xcconfig"
|
5
examples/image_list/android/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
5
examples/image_list/android/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
Loading…
Reference in a new issue