13883 Commits

Author SHA1 Message Date
Dan Field
aea0d7a651
test scenario_app on CI (#10065) 2019-07-26 15:59:18 -07:00
Michael Klimushyn
67524615be
Add better CIPD docs. (#10185)
Also commits cipd.yaml to source.
2019-07-26 15:39:48 -07:00
Kaushik Iska
f33b2d4206
Uncommemt publish to CIPD (#10183) 2019-07-26 14:07:20 -07:00
skia-flutter-autoroll
e10a19fad1
Roll src/third_party/skia 66ed6a0cad6d..14963cef70cc (9 commits) (#10181)
https://skia.googlesource.com/skia.git
/compare/66ed6a0cad6d..14963cef70cc

git log 66ed6a0cad6dc4f981a539b0bb452e5a9331ef23..14963cef70cc96244661efa5da4ab4a745177b07 --date=short --no-merges --format=%ad %ae %s
2019-07-26 michaelludwig@google.com Use SkColorChannel in SkDisplacementMapEffect
2019-07-26 fmalita@chromium.org [skottie,skshaper] Plumb an optional SkFontMgr in SkShaper/SkottieShaper
2019-07-26 egdaniel@google.com Don't release VkCommandPools already released secondaryCB's resources.
2019-07-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-26 mtklein@google.com add a fast subset option and --dry-run
2019-07-26 reed@google.com add gm for tricky arc
2019-07-26 halcanary@google.com experimental/editor: fix Movement::kUp, Movement::kDown
2019-07-26 bsalomon@google.com Make GrColorTypeBytesPerPixel return size_t.
2019-07-26 bsalomon@google.com Test GrGpu::transferPixelsTo for more color types.

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (borenet@google.com), and stop
the roller if necessary.
2019-07-26 16:32:32 -04:00
Ben Konyi
e1ab0fc31f
Roll src/third_party/dart 86dba81dec..0ca1582afd (2 commits) (#10160)
dart-lang/sdk@0ca1582afd Revert "[dartdevc] Temporarily skip const stress tests in DDK"
dart-lang/sdk@4bec4f043d [dart2js] Emit new RTI type rules.
2019-07-26 13:30:45 -07:00
Kaushik Iska
3e3efe4c6c
[dart_runner] dart jit runner and dart jit product runner (#10179)
We now build dart runner as well
2019-07-26 13:29:46 -07:00
skia-flutter-autoroll
4b587a6c6d
Roll fuchsia/sdk/core/linux-amd64 from tKTQX9s1EPV7nn9f81lwxk2xIr3wL220KA6BGv-sceMC to 4UIZFD0vdZLUDS9k1fP7RRJ1GV48wRQ7-yqjkKVbDvcC (#10180)
Roll fuchsia/sdk/core/linux-amd64 from tKTQX9s1EPV7nn9f81lwxk2xIr3wL220KA6BGv-sceMC to 4UIZFD0vdZLUDS9k1fP7RRJ1GV48wRQ7-yqjkKVbDvcC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-26 16:26:42 -04:00
Jonah Williams
be9b245690
add suggested changes from flutter roll (#10176) 2019-07-26 12:56:08 -07:00
skia-flutter-autoroll
318c8c5330
Roll fuchsia/sdk/core/mac-amd64 from SjR5fqBfe7qxjHNWDZx6381UbPUcw78mDI9dFAIN-Y4C to sygT6NTtnUPSogR7MOMaqVm49W_8wi57rIJpNpOJ-jQC (#10177)
Roll fuchsia/sdk/core/mac-amd64 from SjR5fqBfe7qxjHNWDZx6381UbPUcw78mDI9dFAIN-Y4C to sygT6NTtnUPSogR7MOMaqVm49W_8wi57rIJpNpOJ-jQC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-26 15:45:07 -04:00
gaaclarke
a4778eafb1
Removed unnecessary call to find the App.framework. (#10178) 2019-07-26 12:17:22 -07:00
gaaclarke
2dc03ab517
Added integration test that tests that the first frame callback is called (#10145) 2019-07-26 10:33:24 -07:00
Kaushik Iska
3e0cff2a61
[fuchsia] Add support for aot mode in flutter runner (#10171)
* [fuchsia] Add support for aot mode in flutter runner

* [fuchsia] Bundle observatory with not product runners
2019-07-26 10:19:13 -07:00
Kaushik Iska
5f6f278520
[dart_runner] Rename dart to dart runner (#10172) 2019-07-26 10:15:08 -07:00
skia-flutter-autoroll
9f1cf860c6
Roll src/third_party/skia e81dd40406b8..66ed6a0cad6d (8 commits) (#10175)
https://skia.googlesource.com/skia.git
/compare/e81dd40406b8..66ed6a0cad6d

git log e81dd40406b8929fe011a42ca09c72e6fd665457..66ed6a0cad6dc4f981a539b0bb452e5a9331ef23 --date=short --no-merges --format=%ad %ae %s
2019-07-25 mtklein@google.com tweak how we avoid rewriting vulkan includes
2019-07-26 nifong@google.com Format skpbench.cpp with tools/rewrite_includes.py
2019-07-25 halcanary@google.com experimental/editor: fix home, end
2019-07-26 michaelludwig@google.com Move SkColorChannel into SkColor
2019-07-26 halcanary@google.com experimental/editor: fix resize
2019-07-26 csmartdalton@google.com Disable msaa ccpr on PowerVR again
2019-07-26 nifong@google.com Extend skpbench to play multi frame files.
2019-07-26 egdaniel@google.com Reland "Move ExternalFormat and Type to FormatInfo."

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (borenet@google.com), and stop
the roller if necessary.
2019-07-26 12:57:06 -04:00
skia-flutter-autoroll
dfae22adfc
Roll fuchsia/sdk/core/linux-amd64 from Ve72ZopgphfY0d_ROG21MI0EPX695oWIiMzxxK3fWk8C to tKTQX9s1EPV7nn9f81lwxk2xIr3wL220KA6BGv-sceMC (#10173)
Roll fuchsia/sdk/core/linux-amd64 from Ve72ZopgphfY0d_ROG21MI0EPX695oWIiMzxxK3fWk8C to tKTQX9s1EPV7nn9f81lwxk2xIr3wL220KA6BGv-sceMC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-26 12:44:51 -04:00
skia-flutter-autoroll
2409dda413
Roll fuchsia/sdk/core/mac-amd64 from krOfE-omNi34-7rwppwso1EdS03nxhIoYlP241wGj2UC to SjR5fqBfe7qxjHNWDZx6381UbPUcw78mDI9dFAIN-Y4C (#10170)
Roll fuchsia/sdk/core/mac-amd64 from krOfE-omNi34-7rwppwso1EdS03nxhIoYlP241wGj2UC to SjR5fqBfe7qxjHNWDZx6381UbPUcw78mDI9dFAIN-Y4C


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-26 11:00:29 -04:00
skia-flutter-autoroll
682e98116a
Roll src/third_party/skia 19fd32891f57..e81dd40406b8 (1 commits) (#10169)
https://skia.googlesource.com/skia.git
/compare/19fd32891f57..e81dd40406b8

git log 19fd32891f57e7b254ed98964d13581d8a58e927..e81dd40406b8929fe011a42ca09c72e6fd665457 --date=short --no-merges --format=%ad %ae %s
2019-07-25 reed@google.com add bots to opt-in to loopers (deprecated)

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (borenet@google.com), and stop
the roller if necessary.
2019-07-26 09:23:14 -04:00
skia-flutter-autoroll
c3e808d1f2
Roll fuchsia/sdk/core/linux-amd64 from Av4jSk_2K0kEEj_Ci9oDpT1W9mJkfXL7gSi7xpN9TnQC to Ve72ZopgphfY0d_ROG21MI0EPX695oWIiMzxxK3fWk8C (#10168)
Roll fuchsia/sdk/core/linux-amd64 from Av4jSk_2K0kEEj_Ci9oDpT1W9mJkfXL7gSi7xpN9TnQC to Ve72ZopgphfY0d_ROG21MI0EPX695oWIiMzxxK3fWk8C


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-26 09:07:12 -04:00
skia-flutter-autoroll
63286c13bf
Roll fuchsia/sdk/core/mac-amd64 from tp7OlQgwK8ZJKfwrZOw0HLkwXb2F1Zu9GF6gFeDIbXcC to krOfE-omNi34-7rwppwso1EdS03nxhIoYlP241wGj2UC (#10167)
Roll fuchsia/sdk/core/mac-amd64 from tp7OlQgwK8ZJKfwrZOw0HLkwXb2F1Zu9GF6gFeDIbXcC to krOfE-omNi34-7rwppwso1EdS03nxhIoYlP241wGj2UC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-26 07:33:32 -04:00
skia-flutter-autoroll
55b6cac8ba
Roll fuchsia/sdk/core/linux-amd64 from aYeKcHzstlAmKW-JEPrBlTBATqMz_rAS4o_BtvhnRKQC to Av4jSk_2K0kEEj_Ci9oDpT1W9mJkfXL7gSi7xpN9TnQC (#10166)
Roll fuchsia/sdk/core/linux-amd64 from aYeKcHzstlAmKW-JEPrBlTBATqMz_rAS4o_BtvhnRKQC to Av4jSk_2K0kEEj_Ci9oDpT1W9mJkfXL7gSi7xpN9TnQC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-26 05:29:38 -04:00
skia-flutter-autoroll
3c893afac9
Roll src/third_party/skia 6f615d6ebf9c..19fd32891f57 (1 commits) (#10165)
https://skia.googlesource.com/skia.git
/compare/6f615d6ebf9c..19fd32891f57

git log 6f615d6ebf9c3eb2caa64a5c992afcd5c3311e04..19fd32891f57e7b254ed98964d13581d8a58e927 --date=short --no-merges --format=%ad %ae %s
2019-07-26 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (borenet@google.com), and stop
the roller if necessary.
2019-07-26 05:03:14 -04:00
skia-flutter-autoroll
161e931435
Roll fuchsia/sdk/core/mac-amd64 from NpXmT8OnPFwY7SNBfxhxCL_IIzAnuav2gQ2GoWgZlX8C to tp7OlQgwK8ZJKfwrZOw0HLkwXb2F1Zu9GF6gFeDIbXcC (#10163)
Roll fuchsia/sdk/core/mac-amd64 from NpXmT8OnPFwY7SNBfxhxCL_IIzAnuav2gQ2GoWgZlX8C to tp7OlQgwK8ZJKfwrZOw0HLkwXb2F1Zu9GF6gFeDIbXcC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-26 04:07:30 -04:00
skia-flutter-autoroll
7df4755541
Roll src/third_party/skia 1b53191539fc..6f615d6ebf9c (2 commits) (#10162)
https://skia.googlesource.com/skia.git
/compare/1b53191539fc..6f615d6ebf9c

git log 1b53191539fca8c6878bbbc4d8c1042562ae25c5..6f615d6ebf9c3eb2caa64a5c992afcd5c3311e04 --date=short --no-merges --format=%ad %ae %s
2019-07-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 557e3853da56..fab397e5acde (5 commits)
2019-07-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (borenet@google.com), and stop
the roller if necessary.
2019-07-26 01:30:25 -04:00
skia-flutter-autoroll
4ba5cf8847
Roll fuchsia/sdk/core/linux-amd64 from 343SsgVihcggviIigVC3WKmGJMWqASKDF0WKMZAy4ygC to aYeKcHzstlAmKW-JEPrBlTBATqMz_rAS4o_BtvhnRKQC (#10161)
Roll fuchsia/sdk/core/linux-amd64 from 343SsgVihcggviIigVC3WKmGJMWqASKDF0WKMZAy4ygC to aYeKcHzstlAmKW-JEPrBlTBATqMz_rAS4o_BtvhnRKQC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-26 01:27:09 -04:00
skia-flutter-autoroll
8d1bd9ecea
Roll fuchsia/sdk/core/mac-amd64 from gAv025of19MDIqAyY24hyZKFb8wFRrm3jsJmCEHYKL0C to NpXmT8OnPFwY7SNBfxhxCL_IIzAnuav2gQ2GoWgZlX8C (#10159)
Roll fuchsia/sdk/core/mac-amd64 from gAv025of19MDIqAyY24hyZKFb8wFRrm3jsJmCEHYKL0C to NpXmT8OnPFwY7SNBfxhxCL_IIzAnuav2gQ2GoWgZlX8C


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-26 00:41:08 -04:00
skia-flutter-autoroll
fc5dae7980
Roll fuchsia/sdk/core/linux-amd64 from vHQ3m9W_pv1OLg6ch-uP3bu-VhWS-4PKZm4YrxjP-fAC to 343SsgVihcggviIigVC3WKmGJMWqASKDF0WKMZAy4ygC (#10157)
Roll fuchsia/sdk/core/linux-amd64 from vHQ3m9W_pv1OLg6ch-uP3bu-VhWS-4PKZm4YrxjP-fAC to 343SsgVihcggviIigVC3WKmGJMWqASKDF0WKMZAy4ygC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-25 21:53:17 -04:00
skia-flutter-autoroll
eb09ebd729
Roll src/third_party/skia 04aa81ae66bc..1b53191539fc (4 commits) (#10158)
https://skia.googlesource.com/skia.git
/compare/04aa81ae66bc..1b53191539fc

git log 04aa81ae66bcbc90079d9cd48eaeb28d4c40156f..1b53191539fca8c6878bbbc4d8c1042562ae25c5 --date=short --no-merges --format=%ad %ae %s
2019-07-25 brianosman@google.com Windows-on-ARM testing fixes
2019-07-24 bsalomon@google.com Remove old constructor for GrVkImageInfo.
2019-07-25 brianosman@google.com Particles: Merge spawn & update into one code string with two functions
2019-07-25 bsalomon@google.com Fix build flags in GrMtlCaps::supportedReadPixelsColorType

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (borenet@google.com), and stop
the roller if necessary.
2019-07-25 21:51:25 -04:00
skia-flutter-autoroll
9bda68c126
Roll fuchsia/sdk/core/mac-amd64 from giU1d8T7pC6K7vuX0_0ZQpH_ZkzIbgvyao2ICAW6PS8C to gAv025of19MDIqAyY24hyZKFb8wFRrm3jsJmCEHYKL0C (#10156)
Roll fuchsia/sdk/core/mac-amd64 from giU1d8T7pC6K7vuX0_0ZQpH_ZkzIbgvyao2ICAW6PS8C to gAv025of19MDIqAyY24hyZKFb8wFRrm3jsJmCEHYKL0C


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-25 21:18:39 -04:00
Siva
a324bf46fb
flutter/engine@a2aec5eb06...86dba81dec (#10155)
flutter/engine@86dba81dec Tests for codeRange and metadata for annotations.
flutter/engine@800b734ee5 Add DartType.isDartCoreNum getter.
flutter/engine@dcc7e038a4 Skip summary1 tests when summary2 is enabled.
flutter/engine@25f91383a7 [dart/fuzzer] show exit/stdout/stderr on fail
flutter/engine@7d6024b0ff [dartdevc] Fix for DDC overzealously expanding nested constants
flutter/engine@db25ef8a9c Report unnecessary !
flutter/engine@ac45f46ce0 Bump the ABI version and oldest supported version to the same value
flutter/engine@de71dd4173 Rename Reference.node2 to just 'node'.
flutter/engine@95dcd5c258 Fix two bugs and refactor and extend the tests
flutter/engine@8b24e21980 Rename extension methods syntax test so that it actually runs.
flutter/engine@aac3ce5573 Add failing tests for summaries and referencing / invoking static methods of extensions.
flutter/engine@20f17c725d [ Service ] Fix issue where FlagList was being populated with nulls in package:vm_service
flutter/engine@938d3be958 Revert "Add various missing argument checks to dart:io natives."
flutter/engine@8fb4240bcb [dartdevc] Temporarily skip const stress tests in DDK
flutter/engine@368b3f0ab4 Reland "[ VM / Service ] Pulled in vm_service_drivers from its own repo."
flutter/engine@5d5a0c0164 Check in token-level language model via tflite ffi
flutter/engine@b9ab8efca6 Implement LUB for interface types with nullability.
flutter/engine@8fb6f68f43 Support resolution of this
flutter/engine@5357056a20 [cfe] Report errors when extension declarations are used as types
flutter/engine@f771a1f978 Skip deep constant nesting test on Windows dart2js. It crashes infrastructure.
flutter/engine@fbcbb83cab Add documentation for more diagnostics
flutter/engine@d9287f4fe6 Reland "[dart] Enable constant-update-2018"
flutter/engine@b74ae33406 Fix various issues with a generic method test
flutter/engine@ba72890aa7 Add various missing argument checks to dart:io natives.
flutter/engine@b716a4e3cd Flow analysis: document how state methods are expected to be used.
flutter/engine@41907fd4a5 Flow analysis: clarify when variables are removed from the "promoted" map.
flutter/engine@fdfad8d2f2 Flow analysis: fix a typo
flutter/engine@9c2970d17e Update checked-in SDK to 2.5.0-dev.1.0
flutter/engine@df509bfbf9 [infra] Kill test runner's batch compilers with sigkill if sigterm fails.
2019-07-25 17:47:46 -07:00
Kaushik Iska
d8c9b1021b
[fucshia] fix name to reflect the cmx file (#10151)
* [fucshia] fix name to reflect the cmx file

* uncomment
2019-07-25 16:20:44 -07:00
Dan Field
338878166f
Revert "Disable windows tests (#10143)" (#10146)
This reverts commit 0861e0a7691c7eeaeea030d5053dc29736b48d6a.
2019-07-25 15:39:56 -07:00
skia-flutter-autoroll
ae5e611c3c
Roll src/third_party/skia fff996c117c1..04aa81ae66bc (32 commits) (#10149)
https://skia.googlesource.com/skia.git
/compare/fff996c117c1..04aa81ae66bc

git log fff996c117c1ebff3e732d9a7884cf3cc9a43008..04aa81ae66bcbc90079d9cd48eaeb28d4c40156f --date=short --no-merges --format=%ad %ae %s
2019-07-25 rmistry@google.com [perf_skottiewasm_lottieweb] Start tracking timings of drawn frames and count aborted frames
2019-07-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-25 brianosman@google.com Particles: Use list of lines for multi-line string serialization
2019-07-25 mtklein@google.com rewrite *.gn and #includes on CheckGeneratedFiles bot
2019-07-25 reed@google.com Return translate info from looper, rather than moding a canvas
2019-07-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-25 brianosman@google.com Major rewrite of the particle system based on the SkSL interpreter
2019-07-25 aparchur@google.com Change the visibility of skottie::PropertyHandle constructor to public.
2019-07-25 egdaniel@google.com Revert "Move ExternalFormat and Type to FormatInfo."
2019-07-25 bsalomon@google.com Fix two issues in transfer to test
2019-07-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-07-25 egdaniel@google.com Move ExternalFormat and Type to FormatInfo.
2019-07-25 fmalita@chromium.org [skottie] Cleanup: track animator scoping in AnimationBuilder
2019-07-25 rmistry@google.com Add presubmit prompt during upload if public API change does not include release file change
2019-07-25 rmistry@google.com [perf_skottiewasm_lottieweb] Script to parse and combine skottie/lottieweb perf CSVs
2019-04-18 mtklein@google.com clean up SK_SUPPORT_LEGACY_A8_MASKBLITTER
2019-07-25 hcm@google.com Introduce crowdsourced release notes file
2019-07-25 mtklein@google.com re-run tools/rewrite_includes.py
2019-07-24 benjaminwagner@google.com Reland "[infra] Upgrade Win10 in Skolo. Use new Win dimension values."
2019-07-24 robertphillips@google.com Delete GrBackendSurface's GrPixelConfig
2019-07-24 halcanary@google.com SkMetaData: remove unused features
2019-07-25 brianosman@google.com Skip non-D3D11 test contexts on Windows-on-ARM bots
2019-07-24 ethannicholas@google.com Child fragment processors are now written as separate functions
2019-07-24 brianosman@google.com Interpreter: Add radians and normalize builtins
2019-07-25 brianosman@google.com Don't test MSAA on Pixel2XL Vulkan Perf bots
2019-07-25 benjaminwagner@google.com Revert "[infra] Upgrade Win10 in Skolo. Use new Win dimension values."
2019-07-24 borenet@google.com [infra] Fix DEPS to use full commit hashes
2019-07-24 borenet@google.com [infra] gen_tasks_logic followup
2019-07-24 benjaminwagner@google.com [infra] Upgrade Win10 in Skolo. Use new Win dimension values.
2019-07-25 hcm@google.com Update Skia milestone to 78
2019-07-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8bb46c5b9ffc..557e3853da56 (1 commits)
2019-07-25 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (borenet@google.com), and stop
the roller if necessary.
2019-07-25 18:12:51 -04:00
skia-flutter-autoroll
a6038d502a
Roll fuchsia/sdk/core/linux-amd64 from ylNwUxj7tBGga6sghqrKH_gqu3RzfTLxB4rxZhAk2IAC to vHQ3m9W_pv1OLg6ch-uP3bu-VhWS-4PKZm4YrxjP-fAC (#10148)
Roll fuchsia/sdk/core/linux-amd64 from ylNwUxj7tBGga6sghqrKH_gqu3RzfTLxB4rxZhAk2IAC to vHQ3m9W_pv1OLg6ch-uP3bu-VhWS-4PKZm4YrxjP-fAC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-25 18:11:07 -04:00
Kaushik Iska
5edd787cf2
[fuchsia] Push CMX to fars and add product mode support (#10144)
* Capture stderr for ninja command

* br

* [fuchsia] Push CMX to fars and add product mode support.

* fix shit

* fix GN format
2019-07-25 15:09:04 -07:00
skia-flutter-autoroll
70c8c3fe36
Roll fuchsia/sdk/core/mac-amd64 from SHb_OsdvSz75N-G-jbG-tQOM1OyipLcQG0rsVrARsX0C to giU1d8T7pC6K7vuX0_0ZQpH_ZkzIbgvyao2ICAW6PS8C (#10147)
Roll fuchsia/sdk/core/mac-amd64 from SHb_OsdvSz75N-G-jbG-tQOM1OyipLcQG0rsVrARsX0C to giU1d8T7pC6K7vuX0_0ZQpH_ZkzIbgvyao2ICAW6PS8C


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-25 17:49:10 -04:00
Dan Field
0861e0a769
Disable windows tests (#10143) 2019-07-25 14:12:47 -07:00
Francisco Magdaleno
330b0f023c
Revert "[macos] Revert check on FlutterCodecs and refactor message function] (#10009)" (#10141)
This reverts commit bd3870219a1a7f6e18c94430ead9e0f8375b03b1.
2019-07-25 13:47:29 -07:00
gaaclarke
250ee31649
Started linking the test targets against Flutter. (#10128)
I tried to get this in quick without tests to avoid future
conflicts and wasted time reimplementing the same thing.
2019-07-25 13:41:16 -07:00
Ben Konyi
35b62dda51
Roll src/third_party/dart 0c97c31b6e..a2aec5eb06 (22 commits) (#10139)
dart-lang/sdk@a2aec5eb06 [test] Deflakes, un-excepts http_close_test.
dart-lang/sdk@dd59b193c7 Revert 52cace8160 as it breaks flutter tests on android nexus 5x.
dart-lang/sdk@4cba23496a [dart2js] new-rti: Remove no-op evals.
dart-lang/sdk@a66a42baff Test for default value referencing extension static method.
dart-lang/sdk@5713caaf09 prepend all remaining scanner error tokens
dart-lang/sdk@ac6a3d9369 Revert "[dart2js] new-rti: Add 'minified:' tag to minified names"
dart-lang/sdk@9fe8865f4a [vm, bytecode] Implement ParameterMirror and enable mirror tests.
dart-lang/sdk@1ac0a36fcb [dart/vm] Fix division-by-zero bug in range analysis
dart-lang/sdk@939cce78b9 Create analysis server flag --completion-model
dart-lang/sdk@9e4cf6af14 Add tests for static extension methods.
dart-lang/sdk@35fb2377c5 [vm/bytecode] Properly handle non-live bytecode frames in debugger.
dart-lang/sdk@3e3d6473bc Perform more resolution of method invocations involving extension methods
dart-lang/sdk@bf4bde6ea2 Move test cases from flow_analysis_test.dart into front end.
dart-lang/sdk@55a4ee8a5d [vm] correctly create connection errors
dart-lang/sdk@e0ee7cbc7f [dart2js] new-rti: Add 'minified:' tag to minified names
dart-lang/sdk@3c05b8199b move identifier recovery into scanner
dart-lang/sdk@c62bd8f3f4 prepend unterminated comment error token and others
dart-lang/sdk@34ed30f020 prepend unterminated string error code
dart-lang/sdk@24d1e511df improve missing hex digit recovery
dart-lang/sdk@3999da0892 Fix paths when run from same directory as manifest
dart-lang/sdk@9d786640df [dart2js] Use Indexed{Sink/Source} for ConstantValue
dart-lang/sdk@f38a719933 linter 0.1.95
2019-07-25 12:40:27 -07:00
gaaclarke
0ecb793e1d
ios: Fixed the callback for the first frame so that it isn't predicated on having a splash screen. (#9952) 2019-07-25 12:37:38 -07:00
skia-flutter-autoroll
9c1bba3951
Roll fuchsia/clang/mac-amd64 from UYD9C8IEkWVi83ef4zwO1Ump2B8cP9Nd5WECjU8l3AUC to CqfCCMwpILIYr4rqCeh3zF8x3qErehEusnQwl22i7KIC (#10136)
Roll fuchsia/clang/mac-amd64 from UYD9C8IEkWVi83ef4zwO1Ump2B8cP9Nd5WECjU8l3AUC to CqfCCMwpILIYr4rqCeh3zF8x3qErehEusnQwl22i7KIC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-toolchain-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-25 14:31:52 -04:00
skia-flutter-autoroll
930f58544a
Roll fuchsia/clang/linux-amd64 from zHiuOGMDwdWPUkV1B2fHKyRy2fGWGcUgfa2z6dyGAZQC to W8LY5ncb-fknOtxPITszyAZ1g80_OSq2W_QWC3QunXoC (#10137)
Roll fuchsia/clang/linux-amd64 from zHiuOGMDwdWPUkV1B2fHKyRy2fGWGcUgfa2z6dyGAZQC to W8LY5ncb-fknOtxPITszyAZ1g80_OSq2W_QWC3QunXoC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-toolchain-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-25 14:29:31 -04:00
skia-flutter-autoroll
d50f4152c7
Roll fuchsia/sdk/core/linux-amd64 from NrExSKBKIhY3SnE4sD0-vHjEMCBYYffzarRM2rWONUUC to ylNwUxj7tBGga6sghqrKH_gqu3RzfTLxB4rxZhAk2IAC (#10135)
Roll fuchsia/sdk/core/linux-amd64 from NrExSKBKIhY3SnE4sD0-vHjEMCBYYffzarRM2rWONUUC to ylNwUxj7tBGga6sghqrKH_gqu3RzfTLxB4rxZhAk2IAC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-25 14:27:36 -04:00
skia-flutter-autoroll
29d92c917e
Roll src/third_party/skia b3956dc6ba6a..fff996c117c1 (10 commits) (#10133)
https://skia.googlesource.com/skia.git
/compare/b3956dc6ba6a..fff996c117c1

git log b3956dc6ba6a71c399451c072909bad9de80585c..fff996c117c1ebff3e732d9a7884cf3cc9a43008 --date=short --no-merges --format=%ad %ae %s
2019-07-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader ec63fbe9c453..ec3039253ab8 (1 commits)
2019-07-24 rmistry@google.com [perf_skottiewasm_lottieweb] Add new bots for LottieWeb_Canvas
2019-07-24 jvanverth@google.com Return nil on SkSL to program failure in Metal.
2019-07-24 reed@google.com add copytable method to typefaces
2019-07-24 jvanverth@google.com Fix analytic shadows when rotated 180 degrees.
2019-07-18 halcanary@google.com gm: add some overrides
2019-07-18 halcanary@google.com gm: simplify several onName
2019-07-24 csmartdalton@google.com Add a workaround for PowerVRRogue to never disable color writes
2019-07-24 csmartdalton@google.com Add a gm for the labyrinth bug
2019-07-24 brianosman@google.com Skip compositing_images benches on GTX660 and Nexus5x Vulkan Perf bots

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (borenet@google.com), and stop
the roller if necessary.
2019-07-25 14:25:48 -04:00
skia-flutter-autoroll
36b5b1497d
Roll fuchsia/sdk/core/mac-amd64 from 9EcA--gzHNo80R_fAuB_Tq7ECubTP0Uz3UrycPIvRpsC to SHb_OsdvSz75N-G-jbG-tQOM1OyipLcQG0rsVrARsX0C (#10134)
Roll fuchsia/sdk/core/mac-amd64 from 9EcA--gzHNo80R_fAuB_Tq7ECubTP0Uz3UrycPIvRpsC to SHb_OsdvSz75N-G-jbG-tQOM1OyipLcQG0rsVrARsX0C


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-25 14:24:29 -04:00
gaaclarke
876eff6c6d
Revert "[fuchsia] Use the patched sdk to generate the flutter jit runner far (#10122)" (#10140)
This reverts commit fcd67323b2cd454fd9134850d4e0c9270fd43db5.
2019-07-25 10:52:27 -07:00
skia-flutter-autoroll
89142b55db
Roll fuchsia/sdk/core/linux-amd64 from RfQgXVCVII4_oiWfVIkIMMVepj5wklCOhiClVRyYNucC to NrExSKBKIhY3SnE4sD0-vHjEMCBYYffzarRM2rWONUUC (#10131)
Roll fuchsia/sdk/core/linux-amd64 from RfQgXVCVII4_oiWfVIkIMMVepj5wklCOhiClVRyYNucC to NrExSKBKIhY3SnE4sD0-vHjEMCBYYffzarRM2rWONUUC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-24 22:56:37 -04:00
skia-flutter-autoroll
44cf59c38e
Roll fuchsia/sdk/core/mac-amd64 from gvGDLzElkEmPrBTbtjW6rhPqr78z-b4ytTxE2k58CFAC to 9EcA--gzHNo80R_fAuB_Tq7ECubTP0Uz3UrycPIvRpsC (#10130)
Roll fuchsia/sdk/core/mac-amd64 from gvGDLzElkEmPrBTbtjW6rhPqr78z-b4ytTxE2k58CFAC to 9EcA--gzHNo80R_fAuB_Tq7ECubTP0Uz3UrycPIvRpsC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-24 22:32:34 -04:00
Kaushik Iska
fcd67323b2
[fuchsia] Use the patched sdk to generate the flutter jit runner far (#10122) 2019-07-24 17:10:48 -07:00
skia-flutter-autoroll
cfd43a1051
Roll fuchsia/sdk/core/linux-amd64 from gTG1jp04GzBudVJqRxulXYOEQgbYTUQgnqLDYAq7z3sC to RfQgXVCVII4_oiWfVIkIMMVepj5wklCOhiClVRyYNucC (#10126)
Roll fuchsia/sdk/core/linux-amd64 from gTG1jp04GzBudVJqRxulXYOEQgbYTUQgnqLDYAq7z3sC to RfQgXVCVII4_oiWfVIkIMMVepj5wklCOhiClVRyYNucC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2019-07-24 19:19:53 -04:00