1. 12 Jan, 2024 6 commits
    • William Hesse's avatar
      Do not reset framework checkout before running customer tests (#141013) · 62da6525
      William Hesse authored
      The migration of customer tests to sharded tests adds a step that checks out the current tip-of-tree of the framework repo, removing local changes. This does not work with monorepo testing, which modifies engine.version, and does not work with local testing of a branch.
      
      The sharded tests should already be running with the correct checkout of the framework repo. If the REVISION environment variable is set, the framework checkout will still be reset to check out that revision.
      
      These commands were migrated from the existing shell script to the sharded tester in
      https://github.com/flutter/flutter/pull/138659
      
      Bug: https://github.com/dart-lang/sdk/issues/51042
      62da6525
    • Camille Simon's avatar
      Increase delay for checking integration_ui_keyboard_resize test success (#141301) · 5931b4f2
      Camille Simon authored
      Increases delay for checking keyboard resizing to potentially accommodate the occasional longer delay of the Pixel 7 Pro.
      
      Intended to address https://github.com/flutter/flutter/issues/140645.
      5931b4f2
    • godofredoc's avatar
      Add osx_sdk context for mac builds. (#141422) · e20e9510
      godofredoc authored
      This is to give ci.yaml the flexibility to select the contexts to execute and remove complexity from recipes.
      e20e9510
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from ecdaed76f284 to 44a0a6ee4d39 (18 revisions) (#141432) · 6cc8b619
      engine-flutter-autoroll authored
      https://github.com/flutter/engine/compare/ecdaed76f284...44a0a6ee4d39
      
      2024-01-12 skia-flutter-autoroll@skia.org Roll Skia from d65d18ac1e8d to e9de42588e54 (1 revision) (flutter/engine#49738)
      2024-01-11 matanlurey@users.noreply.github.com Add `SurfaceTextureSurfaceProducer` (flutter/engine#49653)
      2024-01-11 skia-flutter-autoroll@skia.org Roll Skia from b63e5a3c14e1 to d65d18ac1e8d (1 revision) (flutter/engine#49735)
      2024-01-11 jonahwilliams@google.com [Impeller] Begin migrating to RenderPass command recording API. (flutter/engine#49480)
      2024-01-11 15619084+vashworth@users.noreply.github.com Run tests on macOS 13 only (flutter/engine#49722)
      2024-01-11 jonahwilliams@google.com [Impeller] dont accidentally copy shared ptr. (flutter/engine#49731)
      2024-01-11 skia-flutter-autoroll@skia.org Roll Skia from 56f28f137507 to b63e5a3c14e1 (1 revision) (flutter/engine#49733)
      2024-01-11 jason-simmons@users.noreply.github.com Revert Dart SDK to 3245b92a5930 (flutter/engine#49727)
      2024-01-11 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from gJuGKaWsKazIrvQeO... to Klxww53tA4-TG5pA9... (flutter/engine#49730)
      2024-01-11 103135467+sealesj@users.noreply.github.com Google GitHub mirrors - reland (flutter/engine#49716)
      2024-01-11 skia-flutter-autoroll@skia.org Roll Skia from 440f5f849008 to 56f28f137507 (1 revision) (flutter/engine#49723)
      2024-01-11 103135467+sealesj@users.noreply.github.com Osv-scanner integration (flutter/engine#49470)
      2024-01-11 jason-simmons@users.noreply.github.com [Impeller] Add DrawLine/DrawOval/ClipOval operations to the canvas recorder (flutter/engine#49697)
      2024-01-11 skia-flutter-autoroll@skia.org Roll Dart SDK from 7f3ea1c3bc27 to 6f5bd26b293d (1 revision) (flutter/engine#49720)
      2024-01-11 dnfield@google.com Try to get GLES tests running... (flutter/engine#49701)
      2024-01-11 skia-flutter-autoroll@skia.org Roll Skia from 2a5710618fc3 to 440f5f849008 (1 revision) (flutter/engine#49715)
      2024-01-11 skia-flutter-autoroll@skia.org Roll Skia from c46008e5a839 to 2a5710618fc3 (1 revision) (flutter/engine#49712)
      2024-01-11 skia-flutter-autoroll@skia.org Roll Dart SDK from 3245b92a5930 to 7f3ea1c3bc27 (1 revision) (flutter/engine#49710)
      
      Also rolling transitive DEPS:
        fuchsia/sdk/core/linux-amd64 from gJuGKaWsKazI to Klxww53tA4-T
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
      Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://issues.skia.org/issues/new?component=1389291&template=1850622
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
      6cc8b619
    • Bartek Pacia's avatar
      Add support for Gradle Kotlin DSL (#140744) · 0a1af8a1
      Bartek Pacia authored
      This PR resolves #140548. It's based on my work in #118067.
      0a1af8a1
    • Qun Cheng's avatar
      Fix typo (#141426) · 5887d6c7
      Qun Cheng authored
      5887d6c7
  2. 11 Jan, 2024 15 commits
  3. 10 Jan, 2024 19 commits