Skip to content

[Impeller] vulkan unit tests crash on mac ci #127358

@gaaclarke

Description

@gaaclarke

The tests pass locally, but fail on ci.

Maybe it's related to the x86 architecture?

patch

--- a/testing/run_tests.py
+++ b/testing/run_tests.py
@@ -500,7 +500,7 @@ def run_cc_tests(build_dir, executable_filter, coverage, capture_core_dump):
         build_dir,
         'impeller_unittests',
         executable_filter,
-        ['--gtest_filter=-*/Vulkan'] + shuffle_flags,
+        shuffle_flags,
         coverage=coverage,
         extra_env=extra_env,
         # TODO(117122): Remove this allowlist.

error example

https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8780356651579710577/+/u/test:_Impeller-golden__dart_and_engine_tests_for_host_release/stdout

There is no stacktrace.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions