-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: 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
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
There is no stacktrace.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: 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.