From e521c0a2b029b49d9ece59ef15baf41b8740e802 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:29:34 -0700 Subject: [PATCH 1/3] Re-enable DevTools tests --- .../{flutter_devtools.test.disabled => flutter_devtools.test} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename registry/{flutter_devtools.test.disabled => flutter_devtools.test} (100%) diff --git a/registry/flutter_devtools.test.disabled b/registry/flutter_devtools.test similarity index 100% rename from registry/flutter_devtools.test.disabled rename to registry/flutter_devtools.test From d94b5453dc8807cd0f2d29d6d8181d4bf89d0566 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Fri, 15 Aug 2025 16:55:01 -0700 Subject: [PATCH 2/3] Update DevTools 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 564df2eb..72192dda 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 e918e9fae4a53875447788ef242d2791e704dd9a 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..4586effa 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 e918e9fae4a53875447788ef242d2791e704dd9a # Mock generation required. Otherwise the test code will show analysis errors. setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt From ee53edf561254035b813998ec7641723e61322f0 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Mon, 18 Aug 2025 13:05:28 -0700 Subject: [PATCH 3/3] Update DevTools 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 72192dda..8d037909 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 e918e9fae4a53875447788ef242d2791e704dd9a +fetch=git -c core.longPaths=true -C tests checkout 51d23c09e5992cc33dcda3ff20863de00c4c516c 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 4586effa..5868def2 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 e918e9fae4a53875447788ef242d2791e704dd9a +fetch=git -c core.longPaths=true -C tests checkout 51d23c09e5992cc33dcda3ff20863de00c4c516c # Mock generation required. Otherwise the test code will show analysis errors. setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt