Skip to content

Commit

Permalink
[CP] [devicelab] explicitly enable vulkan validation in test. (#147382)…
Browse files Browse the repository at this point in the history
… (#148863)

Fix for release build failure https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_pixel_7pro%20hello_world_impeller/3962/overview

Part of #142659

this test expects validation layers on, so we need to explicitly enable them before we can turn them off by default.
  • Loading branch information
itsjustkevin committed May 22, 2024
1 parent b76707a commit a14f74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/devicelab/bin/tasks/hello_world_impeller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Future<TaskResult> run() async {
'run',
options: <String>[

This comment has been minimized.

Copy link
@Kath-estrd
'--enable-impeller',
'--enable-vulkan-validation',

This comment has been minimized.

Copy link
@Kath-estrd
'-d',
device.deviceId,
],
Expand Down

0 comments on commit a14f74f

Please sign in to comment.