Mesa (main): dzn: Update fails/flakes

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 31 18:56:29 UTC 2022


Module: Mesa
Branch: main
Commit: cb2cc69ebb2627dcca17ce3291abd2525220a204
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb2cc69ebb2627dcca17ce3291abd2525220a204

Author: Jesse Natalie <jenatali at microsoft.com>
Date:   Fri May 27 13:07:02 2022 -0700

dzn: Update fails/flakes

Acked-by: Daniel Stone <daniels at collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16756>

---

 .gitlab-ci/windows/deqp_runner_run.ps1 | 3 ++-
 src/microsoft/ci/warp-fails.txt        | 2 +-
 src/microsoft/ci/warp-flakes.txt       | 2 ++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/windows/deqp_runner_run.ps1 b/.gitlab-ci/windows/deqp_runner_run.ps1
index 8d4fe6ed45e..55680b24f25 100644
--- a/.gitlab-ci/windows/deqp_runner_run.ps1
+++ b/.gitlab-ci/windows/deqp_runner_run.ps1
@@ -17,11 +17,12 @@ $deqp_options = @("--deqp-surface-width", 256, "--deqp-surface-height", 256, "--
 $deqp_module = "C:\deqp\external\vulkancts\modules\vulkan\deqp-vk.exe"
 $caselist = "C:\deqp\mustpass\vk-master.txt"
 $baseline = ".\_install\warp-fails.txt"
+$flakes = ".\_install\warp-flakes.txt"
 $includes = @("-t", "dEQP-VK.api.*", "-t", "dEQP-VK.info.*", "-t", "dEQP-VK.draw.*", "-t", "dEQP-VK.query_pool.*", "-t", "dEQP-VK.memory.*")
 
 $env:DZN_DEBUG = "warp"
 $env:MESA_VK_IGNORE_CONFORMANCE_WARNING = "true"
-deqp-runner run --deqp $($deqp_module) --output $($results) --caselist $($caselist) --baseline $($baseline) $($includes) --testlog-to-xml C:\deqp\executor\testlog-to-xml.exe --jobs 4 --fraction 3  -- $($deqp_options)
+deqp-runner run --deqp $($deqp_module) --output $($results) --caselist $($caselist) --baseline $($baseline) --flakes $($flakes) $($includes) --testlog-to-xml C:\deqp\executor\testlog-to-xml.exe --jobs 4 --fraction 3  -- $($deqp_options)
 $deqpstatus = $?
 
 $template = "See https://$($env:CI_PROJECT_ROOT_NAMESPACE).pages.freedesktop.org/-/$($env:CI_PROJECT_NAME)/-/jobs/$($env:CI_JOB_ID)/artifacts/results/{{testcase}}.xml"
diff --git a/src/microsoft/ci/warp-fails.txt b/src/microsoft/ci/warp-fails.txt
index 2517cd58a79..0e776658294 100644
--- a/src/microsoft/ci/warp-fails.txt
+++ b/src/microsoft/ci/warp-fails.txt
@@ -891,4 +891,4 @@ dEQP-VK.draw.renderpass.output_location.array.r8g8-uint-highp-output-uint,Fail
 dEQP-VK.draw.renderpass.output_location.array.r8g8-uint-mediump,Fail
 dEQP-VK.draw.renderpass.output_location.array.r8g8-uint-mediump-output-uint,Fail
 dEQP-VK.draw.renderpass.output_location.shuffle.inputs-outputs-mod,Fail
-dEQP-VK.query_pool.concurrent_queries.primary_command_buffer,Flake
+dEQP-VK.info.instance_extensions,Fail
diff --git a/src/microsoft/ci/warp-flakes.txt b/src/microsoft/ci/warp-flakes.txt
new file mode 100644
index 00000000000..495a829efe9
--- /dev/null
+++ b/src/microsoft/ci/warp-flakes.txt
@@ -0,0 +1,2 @@
+dEQP-VK.query_pool.concurrent_queries.primary_command_buffer
+.*multiple_interpolation.*



More information about the mesa-commit mailing list