-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/engine
#40258Closed
Copy link
Labels
e: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
If you build an engine with --enable-impeller-3d then some of the unittests, such as flow_unittests and display_list_unittests will crash. Others may crash as well.
This is likely due to the fact that these tests are compiled in a different target than the display_list sources and so if they are missing the necessary #define then their concept of the vtable for those classes will differ from the version used in the DL sources.
Metadata
Metadata
Assignees
Labels
e: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Type
Projects
Status
✅ Done