From 336a4043f667559c799489d05f6a0302ac932352 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Wed, 29 Oct 2025 15:34:26 +0000 Subject: [PATCH] Disable the DevTools customer tests due to analyzer incompatibility with the latest Dart SDK The most recent Dart SDK includes a change that uses the new dot shorthand syntax in the declaration of a dart:developer API (see https://dart.googlesource.com/sdk/+/489f63a3bd89e89864d95ffa7b8366576e3f0de0) The DevTools tests are failing in the latest Dart->engine roll because DevTools currently uses version 7.7.1 of the analyzer package. The test scripts are unable to build devtools_app because the older version of the analyzer throws an exception when processing the dot shorthand syntax. See https://github.com/dart-lang/sdk/issues/61856 --- .../{flutter_devtools.test => flutter_devtools.test.disabled} | 0 ...ools_analysis.test => flutter_devtools_analysis.test.disabled} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename registry/{flutter_devtools.test => flutter_devtools.test.disabled} (100%) rename registry/{flutter_devtools_analysis.test => flutter_devtools_analysis.test.disabled} (100%) diff --git a/registry/flutter_devtools.test b/registry/flutter_devtools.test.disabled similarity index 100% rename from registry/flutter_devtools.test rename to registry/flutter_devtools.test.disabled diff --git a/registry/flutter_devtools_analysis.test b/registry/flutter_devtools_analysis.test.disabled similarity index 100% rename from registry/flutter_devtools_analysis.test rename to registry/flutter_devtools_analysis.test.disabled