Closed scheglov closed 4 years ago
See the log.
--- Command "dart2analyzer" (took 16ms): DART_CONFIGURATION=ReleaseX64 xcodebuild/ReleaseX64/dart-sdk/bin/dartanalyzer --enable-experiment=triple-shift --ignore-unrecognized-flags --packages=/b/s/w/ir/cache/builder/sdk/.packages --format=machine --no-hints /b/s/w/ir/cache/builder/sdk/xcodebuild/ReleaseX64/generated_tests/co19_2/LanguageFeatures/Triple-Shift/Constants_A01_t08_none.dart exit code: 1 stderr: ERROR|SYNTACTIC_ERROR|MISSING_IDENTIFIER|/b/s/w/ir/cache/builder/sdk/xcodebuild/ReleaseX64/generated_tests/co19_2/LanguageFeatures/Triple-Shift/Constants_A01_t08_none.dart|27|37|1|Expected an identifier. ERROR|COMPILE_TIME_ERROR|INVALID_CONSTANT|/b/s/w/ir/cache/builder/sdk/xcodebuild/ReleaseX64/generated_tests/co19_2/LanguageFeatures/Triple-Shift/Constants_A01_t08_none.dart|27|37|0|Invalid constant value. --- Re-run this test: python tools/test.py -n analyzer-asserts-mac co19_2/LanguageFeatures/Triple-Shift/Constants_A01_t08/none ======================================================
The test was failing for me locally, until I rebuilt the SDK. But I'd expect that bots do rebuild.
It looks that analyzer disregards --enable-experiment=triple-shift, maybe because it finds package config with language version?
--enable-experiment=triple-shift
This may be a problem with builders not rebuilding something they should, so the build process is missing a dependency maybe?
See the log.
The test was failing for me locally, until I rebuilt the SDK. But I'd expect that bots do rebuild.
It looks that analyzer disregards
--enable-experiment=triple-shift
, maybe because it finds package config with language version?