Jens Johansen
8652404193
[flutter-frontend-test] Run flutter-frontend compile tests in custom test runner
...
Change-Id: Iecf2f40dd1bc8c0fffd877911e81ccd6055d9dc0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136121
Reviewed-by: Karl Klose <karlklose@google.com >
Commit-Queue: Jens Johansen <jensj@google.com >
2020-02-18 10:58:59 +00:00
Jens Johansen
128771af8a
[CFE] Version 2 of incremental compiler invalidation strategy
...
Change-Id: Iff860e2665dee64fc005a50237ae890986ddb0f1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127896
Commit-Queue: Jens Johansen <jensj@google.com >
Reviewed-by: Johnni Winther <johnniwinther@google.com >
2020-01-16 07:50:39 +00:00
Alexander Thomas
cb94390c63
[infra] Improve efficiency of cloning the Flutter repositories
...
Sometimes the flutter-analyze builder is flaky because cloning Flutter
exhausts the "short term ls-remote rate limit". "--single-branch"
reduces how many remotes need to be fetched.
Also in this CL:
* Use dart.googlesource.com.
* Apply the same changes to the flutter-frontend builder.
Error example:
https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket.appspot.com/8894556948308224672/+/steps/analyze_flutter/0/stdout
Change-Id: I50df781a652602c7dd1b40b938c558b04bd3f86f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127642
Reviewed-by: Jonas Termansen <sortie@google.com >
2019-12-09 17:50:04 +00:00
Jens Johansen
aece1c1e92
Update compile_flutter.sh after vm -> frontend_server rename
...
This will hopefully make the flutter-frontend bot green again.
This can be seen as a follow up to
https://dart-review.googlesource.com/c/sdk/+/120321
where the test was moved.
TBR.
Change-Id: Ia5915dfdf29ac2d6b8b15c8eb976e590dc3e3d37
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/120640
Reviewed-by: Jens Johansen <jensj@google.com >
2019-10-08 06:56:21 +00:00
Jens Johansen
2a94546f94
Fix flutter-frontend bot and future problems in flutter HHH bot
...
Two things before this CL was wrong:
* The script didn't apply paches
* The patch we needed to apply wasn't applied because a dart roll in the
engine was done basically at the same time that the change requiring
the patch was landed. The dart-roll did not include it, but the change
applied the patch the the before-dart-roll-dart-version.
This CL fixes it by applying patches in the flutter-frontend script,
and copying the patch to apply to both dart-revisions.
Change-Id: If3187090778c59cf0ebdf7ab4858189c6b8904b0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/117941
Reviewed-by: Jens Johansen <jensj@google.com >
2019-09-19 06:59:21 +00:00
Jens Johansen
51433e65cc
Compile flutter tests via the sdk
...
This CL includes:
* A dart script that - given a flutter checkout - finds and compiles
tests to ensure we actually can.
* A shell script that checks out flutter, compiles the platform
(to cope with any changes to the kernel format) and runs the above
script.
Change-Id: I02806a375943361c3c111d9aa12a76d745391ca3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98140
Commit-Queue: Jens Johansen <jensj@google.com >
Reviewed-by: Alexander Thomas <athom@google.com >
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com >
2019-04-11 08:38:53 +00:00
Samir Jindel
3796dd8ba1
[vm] Pass --enable-asserts to analyze.dart in analyze_flutter.sh.
...
Change-Id: Iafc519c1f3a991bba7cd3bb82a73836d78984b0e
Reviewed-on: https://dart-review.googlesource.com/c/93082
Reviewed-by: Samir Jindel <sjindel@google.com >
2019-02-13 15:32:19 +00:00
Samir Jindel
3236ac15a1
Fix flutter-analyze bot.
...
Change-Id: I56fa45de16a373b40107baa03a8ebab1ee64ccd2
Reviewed-on: https://dart-review.googlesource.com/c/93027
Auto-Submit: Samir Jindel <sjindel@google.com >
Reviewed-by: Martin Kustermann <kustermann@google.com >
Commit-Queue: Martin Kustermann <kustermann@google.com >
2019-02-13 13:39:52 +00:00
Alexander Thomas
9903d86d50
[infra] Apply flutter patches in flutter-analyze builds as well
...
Change-Id: Ibc4b4f1267ee533040cf81d940395af1985a3b76
Reviewed-on: https://dart-review.googlesource.com/c/85386
Reviewed-by: Paul Berry <paulberry@google.com >
2018-11-26 18:42:39 +00:00
Devon Carew
7c788d0734
Don't make a shallow clone of the flutter repo.
...
Change-Id: Iddeec5f709b086fac3ab331fcffbe8e77201cbf7
Reviewed-on: https://dart-review.googlesource.com/c/81720
Reviewed-by: Paul Berry <paulberry@google.com >
Reviewed-by: Alexander Thomas <athom@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
2018-10-26 20:31:15 +00:00
Alexander Thomas
d8cb60d746
[infra] Improve clone command in analyze-flutter.sh script ( #34739 )
...
TBR=whesse@google.com
Change-Id: I2e43da79dbb3dba85403ee0ae4dcde2e16cd3afd
Reviewed-on: https://dart-review.googlesource.com/c/81279
Reviewed-by: Alexander Thomas <athom@google.com >
2018-10-24 15:51:33 +00:00
Alexander Thomas
2a63500865
[infra] Add flutter-analyze builder to the test matrix ( #34739 )
...
Change-Id: I04d741753c89191ccb8706d02330c8404efc1eb8
Reviewed-on: https://dart-review.googlesource.com/c/80581
Commit-Queue: Alexander Thomas <athom@google.com >
Auto-Submit: Alexander Thomas <athom@google.com >
Reviewed-by: Devon Carew <devoncarew@google.com >
2018-10-18 17:31:09 +00:00