From 396632cfb03fb9b55ed7aab97c3c0e4f5d006638 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 17 Nov 2025 10:14:24 -0500 Subject: [PATCH 1/2] Update commit hash for flutter_devtools test --- registry/flutter_devtools.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/flutter_devtools.test b/registry/flutter_devtools.test index bb41f91..6bfa44c 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 9701f74f2159e15045ead836e4336479a05510d5 +fetch=git -c core.longPaths=true -C tests checkout ed691cae7fb35f6c77950b0e13746893715e4ec8 setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt From e5b127ad9b6199d97eb4b384d7266c7c8e9c2088 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 17 Nov 2025 10:15:47 -0500 Subject: [PATCH 2/2] Change fetch commit hash in flutter_devtools_analysis.test Updated commit hash for fetching DevTools analysis. --- registry/flutter_devtools_analysis.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/flutter_devtools_analysis.test b/registry/flutter_devtools_analysis.test index 586b5b7..8d8440f 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 9701f74f2159e15045ead836e4336479a05510d5 +fetch=git -c core.longPaths=true -C tests checkout ed691cae7fb35f6c77950b0e13746893715e4ec8 # Mock generation required. Otherwise the test code will show analysis errors. setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt