Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 337ab58
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7a31543
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    08009d3 View commit details
    Browse the repository at this point in the history
  2. [Impeller] Write a text-decoration test at the dart:ui layer (#48101)

    Closes flutter/flutter#138501.
    
    ---
    
    It would be nice to turn this into a test-fixture, and create a better local environment.
    
    Here is how to run it locally:
    
    ```bash
    # The test expects you to be PWD in the `src` directory or it crashes.
    cd $ENGINE_SRC
    
    out/host_debug_unopt_arm64/flutter_tester \
      --force-multithreading \
      --disable-observatory \
      --use-test-fonts \
      --icu-data-file-path=out/host_debug_unopt_arm64/icudtl.dat \
      --flutter-assets-dir=out/host_debug_unopt_arm64/gen/flutter/lib/ui/assets \
      --disable-asset-fonts \
      --enable-impeller \
      out/host_debug_unopt_arm64/gen/canvas_test.dart.dill
    
    # "See" the output goldens.
    open out/host_debug_unopt_arm64/gen/skia_gold_canvas_test.dart
    ```
    
    ![image](https://github.com/flutter/engine/assets/168174/3deeab8d-409d-4b2e-8bdf-1cae272636f8)
    matanlurey authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7a31543 View commit details
    Browse the repository at this point in the history
Loading