summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2020-10-08 13:17:56 +1000
committerDave Airlie <airlied@redhat.com>2020-10-26 09:55:35 +1000
commit4ecdc5ec4e283b2f85562b7f9200eda7482b4a1c (patch)
tree2c67fdc0d6a2f2633e79c3f6326b8d4485188b48 /.gitlab-ci
parent842a53913c0d5d11f1062ffcf4fb8dbeec33102a (diff)
gallivm: fix 64->16 f2f16
llvm appears to callout to a library to do 64-bit->16-bit fp trunc, just trunc to 32-bit first to avoid it. Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7309>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/piglit/cl.txt12
1 files changed, 3 insertions, 9 deletions
diff --git a/.gitlab-ci/piglit/cl.txt b/.gitlab-ci/piglit/cl.txt
index ecd8d6e6698..8b693ca5760 100644
--- a/.gitlab-ci/piglit/cl.txt
+++ b/.gitlab-ci/piglit/cl.txt
@@ -194,18 +194,12 @@ program/execute/vload/vload-half-private: skip
program/execute/vstore/vstore-half-global: skip
program/execute/vstore/vstore-half-local: skip
program/execute/vstore/vstore-half-private: skip
-program/execute/vstore/vstore_half-double-global: crash
-program/execute/vstore/vstore_half-double-local: crash
-program/execute/vstore/vstore_half-double-private: crash
-program/execute/vstore/vstorea_half-double-global: crash
-program/execute/vstore/vstorea_half-double-local: crash
-program/execute/vstore/vstorea_half-double-private: crash
summary:
name: results
---- --------
- pass: 3560
+ pass: 3627
fail: 107
- crash: 18
+ crash: 12
skip: 73
timeout: 4
warn: 0
@@ -215,4 +209,4 @@ summary:
changes: 0
fixes: 0
regressions: 0
- total: 3762
+ total: 3823