-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listplatform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
This test has been marked bringup, so it was missed in the v1 cleanup because it didn't cause any failures.
Example of failure
https://ci.chromium.org/ui/p/flutter/builders/staging/Linux%20firebase_abstract_method_smoke_test/4711/overview
From
https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8733232984625024545/+/u/test_execution/Build_appbundle/stdout
Running Gradle task 'bundleRelease'...
Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 1028 bytes (99.9% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.
e: /b/s/w/ir/x/w/flutter/dev/integration_tests/abstract_method_smoke_test/android/app/src/main/kotlin/com/example/abstract_method_smoke_test/MainActivity.kt: (10, 44): Unresolved reference: shim
e: /b/s/w/ir/x/w/flutter/dev/integration_tests/abstract_method_smoke_test/android/app/src/main/kotlin/com/example/abstract_method_smoke_test/MainActivity.kt: (37, 34): Unresolved reference: ShimPluginRegistry
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileReleaseKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more details
The ShimPluginRegistry type was deleted in the v1 embedding deletion pr, so this test will continue to fail until references to the type are removed. Alternatively, it seems like @christopherfujino was considering deleting this test in #147335, which would also remove the reference to the type 😄
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listplatform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team