From 3c10960d2b04bed8e66fb42e5f10820ead481b76 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson <43759233+kenzieschmoll@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:03:18 +0000 Subject: [PATCH 1/2] Update the DevTools hash to the latest. --- registry/flutter_devtools.test | 2 +- registry/flutter_devtools_analysis.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/flutter_devtools.test b/registry/flutter_devtools.test index 564df2eb..ee702848 100644 --- a/registry/flutter_devtools.test +++ b/registry/flutter_devtools.test @@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t # NOTE: this commit hash should also match the hash in flutter_devtools_analysis.test. # The analysis and testing for DevTools have been split into two different # registry to speed up performance. -fetch=git -c core.longPaths=true -C tests checkout 4fdf69d2ef038173824ed61096224e020be094f9 +fetch=git -c core.longPaths=true -C tests checkout 935f19f0abb0252e42a73f977e2c5487eab3168d setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt diff --git a/registry/flutter_devtools_analysis.test b/registry/flutter_devtools_analysis.test index 9fc4688b..ad7417a6 100644 --- a/registry/flutter_devtools_analysis.test +++ b/registry/flutter_devtools_analysis.test @@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t # NOTE: this commit hash should also match the hash in flutter_devtools.test. # The analysis and testing for DevTools have been split into two different # registry to speed up performance. -fetch=git -c core.longPaths=true -C tests checkout 67a84729537ea5011f5ee909613133006eb47e92 +fetch=git -c core.longPaths=true -C tests checkout 935f19f0abb0252e42a73f977e2c5487eab3168d # Mock generation required. Otherwise the test code will show analysis errors. setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt From b1256ff0879494b73d3694c402aad26ac0217a18 Mon Sep 17 00:00:00 2001 From: Kenzie Davisson <43759233+kenzieschmoll@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:18:49 +0000 Subject: [PATCH 2/2] new hash --- registry/flutter_devtools.test | 2 +- registry/flutter_devtools_analysis.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/flutter_devtools.test b/registry/flutter_devtools.test index ee702848..701ae8ea 100644 --- a/registry/flutter_devtools.test +++ b/registry/flutter_devtools.test @@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t # NOTE: this commit hash should also match the hash in flutter_devtools_analysis.test. # The analysis and testing for DevTools have been split into two different # registry to speed up performance. -fetch=git -c core.longPaths=true -C tests checkout 935f19f0abb0252e42a73f977e2c5487eab3168d +fetch=git -c core.longPaths=true -C tests checkout e551bdffe09d1e6c9ee75df6f83e0d3190018d5e setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt diff --git a/registry/flutter_devtools_analysis.test b/registry/flutter_devtools_analysis.test index ad7417a6..69328fee 100644 --- a/registry/flutter_devtools_analysis.test +++ b/registry/flutter_devtools_analysis.test @@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t # NOTE: this commit hash should also match the hash in flutter_devtools.test. # The analysis and testing for DevTools have been split into two different # registry to speed up performance. -fetch=git -c core.longPaths=true -C tests checkout 935f19f0abb0252e42a73f977e2c5487eab3168d +fetch=git -c core.longPaths=true -C tests checkout e551bdffe09d1e6c9ee75df6f83e0d3190018d5e # Mock generation required. Otherwise the test code will show analysis errors. setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt