ci/deqp: uprev deqp-runner for Linux too to 0.18.0
Previous commit upreved deqp only for the Android
Fixes: 1ff4687e86 ("ci: uprev deqp-runner from 0.16.1 to 0.18.0")
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
[Eric]
- rename the deqp-runner version to DEQP_RUNNER_VERSION instead of DEQP_VERSION
- update image tags
- fix expectations lists
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27062>
(cherry picked from commit 4ff77f08e476e37bf387178b5151093296491016)
This commit is contained in:
parent
01b374ecaf
commit
a062b0432a
20 changed files with 8 additions and 171 deletions
|
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
DEQP_RUNNER_VERSION=0.18.0
|
||||||
|
|
||||||
if [ -n "${DEQP_RUNNER_GIT_TAG}${DEQP_RUNNER_GIT_REV}" ]; then
|
if [ -n "${DEQP_RUNNER_GIT_TAG}${DEQP_RUNNER_GIT_REV}" ]; then
|
||||||
# Build and install from source
|
# Build and install from source
|
||||||
DEQP_RUNNER_CARGO_ARGS="--git ${DEQP_RUNNER_GIT_URL:-https://gitlab.freedesktop.org/anholt/deqp-runner.git}"
|
DEQP_RUNNER_CARGO_ARGS="--git ${DEQP_RUNNER_GIT_URL:-https://gitlab.freedesktop.org/anholt/deqp-runner.git}"
|
||||||
|
|
@ -22,7 +24,7 @@ if [ -n "${DEQP_RUNNER_GIT_TAG}${DEQP_RUNNER_GIT_REV}" ]; then
|
||||||
DEQP_RUNNER_CARGO_ARGS="${DEQP_RUNNER_CARGO_ARGS} ${EXTRA_CARGO_ARGS}"
|
DEQP_RUNNER_CARGO_ARGS="${DEQP_RUNNER_CARGO_ARGS} ${EXTRA_CARGO_ARGS}"
|
||||||
else
|
else
|
||||||
# Install from package registry
|
# Install from package registry
|
||||||
DEQP_RUNNER_CARGO_ARGS="--version 0.16.0 ${EXTRA_CARGO_ARGS} -- deqp-runner"
|
DEQP_RUNNER_CARGO_ARGS="--version ${DEQP_RUNNER_VERSION} ${EXTRA_CARGO_ARGS} -- deqp-runner"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$ANDROID_NDK_HOME" ]; then
|
if [ -z "$ANDROID_NDK_HOME" ]; then
|
||||||
|
|
@ -33,7 +35,7 @@ if [ -z "$ANDROID_NDK_HOME" ]; then
|
||||||
else
|
else
|
||||||
mkdir -p /deqp-runner
|
mkdir -p /deqp-runner
|
||||||
pushd /deqp-runner
|
pushd /deqp-runner
|
||||||
git clone --branch v0.18.0 --depth 1 https://gitlab.freedesktop.org/anholt/deqp-runner.git deqp-runner-git
|
git clone --branch v${DEQP_RUNNER_VERSION} --depth 1 https://gitlab.freedesktop.org/anholt/deqp-runner.git deqp-runner-git
|
||||||
pushd deqp-runner-git
|
pushd deqp-runner-git
|
||||||
|
|
||||||
cargo install --locked \
|
cargo install --locked \
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
|
DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base"
|
||||||
DEBIAN_BASE_TAG: "2024-01-10-deb-fix"
|
DEBIAN_BASE_TAG: "2024-01-14-runner24"
|
||||||
|
|
||||||
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
|
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
|
||||||
DEBIAN_BUILD_TAG: "2024-01-04-find"
|
DEBIAN_BUILD_TAG: "2024-01-04-find"
|
||||||
|
|
@ -18,14 +18,14 @@ variables:
|
||||||
DEBIAN_X86_64_TEST_IMAGE_VK_PATH: "debian/x86_64_test-vk"
|
DEBIAN_X86_64_TEST_IMAGE_VK_PATH: "debian/x86_64_test-vk"
|
||||||
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
|
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
|
||||||
|
|
||||||
DEBIAN_X86_64_TEST_ANDROID_TAG: "2024-01-14-check24"
|
DEBIAN_X86_64_TEST_ANDROID_TAG: "2024-01-14-runner24"
|
||||||
DEBIAN_X86_64_TEST_GL_TAG: "2024-01-14-check24"
|
DEBIAN_X86_64_TEST_GL_TAG: "2024-01-14-check24"
|
||||||
DEBIAN_X86_64_TEST_VK_TAG: "2024-01-14-check24"
|
DEBIAN_X86_64_TEST_VK_TAG: "2024-01-14-check24"
|
||||||
|
|
||||||
ALPINE_X86_64_BUILD_TAG: "2023-01-07-libdrm2_4_119"
|
ALPINE_X86_64_BUILD_TAG: "2023-01-07-libdrm2_4_119"
|
||||||
ALPINE_X86_64_LAVA_SSH_TAG: "2023-06-26-first-version"
|
ALPINE_X86_64_LAVA_SSH_TAG: "2023-06-26-first-version"
|
||||||
FEDORA_X86_64_BUILD_TAG: "2024-01-06-libdrm"
|
FEDORA_X86_64_BUILD_TAG: "2024-01-06-libdrm"
|
||||||
KERNEL_ROOTFS_TAG: "2024-01-14-check24"
|
KERNEL_ROOTFS_TAG: "2024-01-14-runner24"
|
||||||
KERNEL_TAG: "v6.6.4-for-mesa-ci-e4f4c500f7fb"
|
KERNEL_TAG: "v6.6.4-for-mesa-ci-e4f4c500f7fb"
|
||||||
KERNEL_REPO: "gfx-ci/linux"
|
KERNEL_REPO: "gfx-ci/linux"
|
||||||
PKG_REPO_REV: "67f2c46b"
|
PKG_REPO_REV: "67f2c46b"
|
||||||
|
|
|
||||||
|
|
@ -754,7 +754,7 @@
|
||||||
"description": "ci/deqp: uprev deqp-runner for Linux too to 0.18.0",
|
"description": "ci/deqp: uprev deqp-runner for Linux too to 0.18.0",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 1,
|
"nomination_type": 1,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": "1ff4687e866043f938fa5d4b14f79393b8361ec7",
|
"because_sha": "1ff4687e866043f938fa5d4b14f79393b8361ec7",
|
||||||
"notes": null
|
"notes": null
|
||||||
|
|
|
||||||
|
|
@ -5,15 +5,6 @@ glx@glx-swap-pixmap-bad,Fail
|
||||||
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
||||||
glx@glx_arb_create_context_no_error@no error,Fail
|
glx@glx_arb_create_context_no_error@no error,Fail
|
||||||
glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
||||||
glx@glx_ext_import_context@free context,Fail
|
|
||||||
glx@glx_ext_import_context@get context id,Fail
|
|
||||||
glx@glx_ext_import_context@get current display,Fail
|
|
||||||
glx@glx_ext_import_context@import context- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@import context- single process,Fail
|
|
||||||
glx@glx_ext_import_context@imported context has same context id,Fail
|
|
||||||
glx@glx_ext_import_context@make current- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@make current- single process,Fail
|
|
||||||
glx@glx_ext_import_context@query context info,Fail
|
|
||||||
spec@!opengl 1.0@gl-1.0-drawpixels-stencil-test,Fail
|
spec@!opengl 1.0@gl-1.0-drawpixels-stencil-test,Fail
|
||||||
spec@!opengl 1.0@rasterpos,Fail
|
spec@!opengl 1.0@rasterpos,Fail
|
||||||
spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
|
spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,6 @@ glx@glx-swap-pixmap-bad,Fail
|
||||||
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
||||||
glx@glx_arb_create_context_no_error@no error,Fail
|
glx@glx_arb_create_context_no_error@no error,Fail
|
||||||
glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
||||||
glx@glx_ext_import_context@free context,Fail
|
|
||||||
glx@glx_ext_import_context@get context id,Fail
|
|
||||||
glx@glx_ext_import_context@get current display,Fail
|
|
||||||
glx@glx_ext_import_context@import context- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@import context- single process,Fail
|
|
||||||
glx@glx_ext_import_context@imported context has same context id,Fail
|
|
||||||
glx@glx_ext_import_context@make current- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@make current- single process,Fail
|
|
||||||
glx@glx_ext_import_context@query context info,Fail
|
|
||||||
spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
|
spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
|
||||||
spec@!opengl 1.0@rasterpos,Fail
|
spec@!opengl 1.0@rasterpos,Fail
|
||||||
spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
|
spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,6 @@ spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj(bias) 3d,Fail
|
||||||
spec@khr_texture_compression_astc@basic-gl,Fail
|
spec@khr_texture_compression_astc@basic-gl,Fail
|
||||||
|
|
||||||
glx@glx-make-current,Fail
|
glx@glx-make-current,Fail
|
||||||
glx@glx-multithread-buffer,Fail
|
|
||||||
glx@glx-swap-pixmap-bad,Fail
|
glx@glx-swap-pixmap-bad,Fail
|
||||||
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
||||||
glx@glx_arb_create_context_no_error@no error,Fail
|
glx@glx_arb_create_context_no_error@no error,Fail
|
||||||
|
|
@ -102,20 +101,10 @@ glx@glx_arb_create_context_no_error@no error,Fail
|
||||||
glx@glx_arb_sync_control@waitformsc,Fail
|
glx@glx_arb_sync_control@waitformsc,Fail
|
||||||
|
|
||||||
glslparsertest@glsl2@gst-gl-text-download-i420-yv12.frag,Fail
|
glslparsertest@glsl2@gst-gl-text-download-i420-yv12.frag,Fail
|
||||||
glx@glx_ext_import_context@free context,Fail
|
|
||||||
glx@glx_ext_import_context@get context id,Fail
|
|
||||||
glx@glx_ext_import_context@get current display,Fail
|
|
||||||
glx@glx_ext_import_context@import context- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@import context- single process,Fail
|
|
||||||
glx@glx_ext_import_context@imported context has same context id,Fail
|
|
||||||
glx@glx_ext_import_context@make current- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@make current- single process,Fail
|
|
||||||
glx@glx_ext_import_context@query context info,Fail
|
|
||||||
shaders@glsl-arb-fragment-coord-conventions,Fail
|
shaders@glsl-arb-fragment-coord-conventions,Fail
|
||||||
shaders@glsl-bug-110796,Fail
|
shaders@glsl-bug-110796,Fail
|
||||||
shaders@glsl-max-vertex-attrib,Fail
|
shaders@glsl-max-vertex-attrib,Fail
|
||||||
shaders@glsl-predication-on-large-array,Fail
|
shaders@glsl-predication-on-large-array,Fail
|
||||||
spec@!opengl 1.0@gl-1.0-bitmap-heart-dance,Fail
|
|
||||||
spec@!opengl 1.0@gl-1.0-drawbuffer-modes,Fail
|
spec@!opengl 1.0@gl-1.0-drawbuffer-modes,Fail
|
||||||
spec@!opengl 1.0@gl-1.0-edgeflag,Fail
|
spec@!opengl 1.0@gl-1.0-edgeflag,Fail
|
||||||
spec@!opengl 1.0@gl-1.0-edgeflag-const,Fail
|
spec@!opengl 1.0@gl-1.0-edgeflag-const,Fail
|
||||||
|
|
@ -849,7 +838,6 @@ spec@!opengl 1.1@polygon-mode-offset@config 5: Expected white pixel on top edge,
|
||||||
spec@!opengl 1.1@polygon-mode-offset@config 6: Expected blue pixel in center,Fail
|
spec@!opengl 1.1@polygon-mode-offset@config 6: Expected blue pixel in center,Fail
|
||||||
spec@!opengl 1.1@polygon-mode-offset@config 6: Expected white pixel on right edge,Fail
|
spec@!opengl 1.1@polygon-mode-offset@config 6: Expected white pixel on right edge,Fail
|
||||||
spec@!opengl 1.1@polygon-mode-offset@config 6: Expected white pixel on top edge,Fail
|
spec@!opengl 1.1@polygon-mode-offset@config 6: Expected white pixel on top edge,Fail
|
||||||
spec@!opengl 1.1@tex-upside-down-miptree,Fail
|
|
||||||
spec@!opengl 1.1@texsubimage-unpack,Fail
|
spec@!opengl 1.1@texsubimage-unpack,Fail
|
||||||
spec@!opengl 1.1@texwrap 2d proj,Fail
|
spec@!opengl 1.1@texwrap 2d proj,Fail
|
||||||
spec@!opengl 1.1@texwrap 2d proj@GL_RGBA8- NPOT- projected,Fail
|
spec@!opengl 1.1@texwrap 2d proj@GL_RGBA8- NPOT- projected,Fail
|
||||||
|
|
@ -902,7 +890,6 @@ spec@!opengl 1.5@depth-tex-compare,Fail
|
||||||
spec@!opengl 2.0@attrib-assignments,Fail
|
spec@!opengl 2.0@attrib-assignments,Fail
|
||||||
spec@!opengl 2.0@gl-2.0-edgeflag,Fail
|
spec@!opengl 2.0@gl-2.0-edgeflag,Fail
|
||||||
spec@!opengl 2.0@gl-2.0-edgeflag-immediate,Fail
|
spec@!opengl 2.0@gl-2.0-edgeflag-immediate,Fail
|
||||||
spec@!opengl 2.0@occlusion-query-discard,Fail
|
|
||||||
spec@!opengl 2.1@pbo,Fail
|
spec@!opengl 2.1@pbo,Fail
|
||||||
spec@!opengl 2.1@pbo@test_polygon_stip,Fail
|
spec@!opengl 2.1@pbo@test_polygon_stip,Fail
|
||||||
spec@!opengl 2.1@polygon-stipple-fs,Fail
|
spec@!opengl 2.1@polygon-stipple-fs,Fail
|
||||||
|
|
@ -950,8 +937,6 @@ spec@arb_internalformat_query2@max dimensions related pname checks@GL_MAX_WIDTH,
|
||||||
spec@arb_occlusion_query2@render,Fail
|
spec@arb_occlusion_query2@render,Fail
|
||||||
spec@arb_occlusion_query@occlusion_query_conform,Fail
|
spec@arb_occlusion_query@occlusion_query_conform,Fail
|
||||||
spec@arb_occlusion_query@occlusion_query_conform@GetObjivAval_multi2,Fail
|
spec@arb_occlusion_query@occlusion_query_conform@GetObjivAval_multi2,Fail
|
||||||
spec@arb_occlusion_query@occlusion_query_meta_fragments,Fail
|
|
||||||
spec@arb_occlusion_query@occlusion_query_meta_save,Fail
|
|
||||||
spec@arb_pixel_buffer_object@fbo-pbo-readpixels-small,Fail
|
spec@arb_pixel_buffer_object@fbo-pbo-readpixels-small,Fail
|
||||||
spec@arb_pixel_buffer_object@pbo-getteximage,Fail
|
spec@arb_pixel_buffer_object@pbo-getteximage,Fail
|
||||||
spec@arb_pixel_buffer_object@texsubimage-unpack pbo,Fail
|
spec@arb_pixel_buffer_object@texsubimage-unpack pbo,Fail
|
||||||
|
|
@ -964,7 +949,6 @@ spec@arb_texture_rectangle@texrect-many,Crash
|
||||||
spec@arb_vertex_program@minmax,Fail
|
spec@arb_vertex_program@minmax,Fail
|
||||||
spec@egl 1.4@eglterminate then unbind context,Fail
|
spec@egl 1.4@eglterminate then unbind context,Fail
|
||||||
spec@egl 1.4@largest possible eglcreatepbuffersurface and then glclear,Fail
|
spec@egl 1.4@largest possible eglcreatepbuffersurface and then glclear,Fail
|
||||||
spec@egl_ext_protected_content@conformance,Fail
|
|
||||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
||||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_rgba,Fail
|
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_rgba,Fail
|
||||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||||
|
|
@ -992,7 +976,6 @@ spec@ext_framebuffer_multisample@sample-coverage 2 non-inverted,Fail
|
||||||
spec@ext_framebuffer_multisample@sample-coverage 4 inverted,Fail
|
spec@ext_framebuffer_multisample@sample-coverage 4 inverted,Fail
|
||||||
spec@ext_framebuffer_multisample@sample-coverage 4 non-inverted,Fail
|
spec@ext_framebuffer_multisample@sample-coverage 4 non-inverted,Fail
|
||||||
|
|
||||||
spec@ext_framebuffer_object@fbo-blending-format-quirks,Fail
|
|
||||||
spec@ext_framebuffer_object@fbo-depth-sample-compare,Fail
|
spec@ext_framebuffer_object@fbo-depth-sample-compare,Fail
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-export,Fail
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-export,Fail
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_p010,Fail
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_p010,Fail
|
||||||
|
|
@ -1004,7 +987,6 @@ spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y216,Fail
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y410,Fail
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y410,Fail
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y412,Fail
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y412,Fail
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y416,Fail
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y416,Fail
|
||||||
spec@ext_occlusion_query_boolean@any-samples,Fail
|
|
||||||
spec@ext_packed_depth_stencil@depth_stencil texture,Fail
|
spec@ext_packed_depth_stencil@depth_stencil texture,Fail
|
||||||
spec@ext_packed_depth_stencil@fbo-depthstencil-gl_depth24_stencil8-clear,Fail
|
spec@ext_packed_depth_stencil@fbo-depthstencil-gl_depth24_stencil8-clear,Fail
|
||||||
spec@ext_packed_depth_stencil@texwrap formats,Fail
|
spec@ext_packed_depth_stencil@texwrap formats,Fail
|
||||||
|
|
|
||||||
|
|
@ -5,15 +5,6 @@ glx@glx-visuals-depth -pixmap,Fail
|
||||||
glx@glx-visuals-stencil -pixmap,Fail
|
glx@glx-visuals-stencil -pixmap,Fail
|
||||||
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
||||||
glx@glx_arb_create_context_no_error@no error,Fail
|
glx@glx_arb_create_context_no_error@no error,Fail
|
||||||
glx@glx_ext_import_context@free context,Fail
|
|
||||||
glx@glx_ext_import_context@get context id,Fail
|
|
||||||
glx@glx_ext_import_context@get current display,Fail
|
|
||||||
glx@glx_ext_import_context@import context- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@import context- single process,Fail
|
|
||||||
glx@glx_ext_import_context@imported context has same context id,Fail
|
|
||||||
glx@glx_ext_import_context@make current- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@make current- single process,Fail
|
|
||||||
glx@glx_ext_import_context@query context info,Fail
|
|
||||||
shaders@glsl-bug-110796,Fail
|
shaders@glsl-bug-110796,Fail
|
||||||
shaders@point-vertex-id divisor,Fail
|
shaders@point-vertex-id divisor,Fail
|
||||||
shaders@point-vertex-id gl_instanceid divisor,Fail
|
shaders@point-vertex-id gl_instanceid divisor,Fail
|
||||||
|
|
@ -286,7 +277,6 @@ spec@arb_texture_rg@texwrap formats-float@GL_RG32F- NPOT,Fail
|
||||||
spec@arb_texture_storage@texture-storage@cube array texture,Fail
|
spec@arb_texture_storage@texture-storage@cube array texture,Fail
|
||||||
spec@arb_texture_view@rendering-formats,Crash
|
spec@arb_texture_view@rendering-formats,Crash
|
||||||
spec@egl 1.4@eglterminate then unbind context,Fail
|
spec@egl 1.4@eglterminate then unbind context,Fail
|
||||||
spec@egl_ext_protected_content@conformance,Fail
|
|
||||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
||||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_rgba,Fail
|
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_rgba,Fail
|
||||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||||
|
|
@ -297,21 +287,6 @@ spec@ext_framebuffer_multisample@interpolation 2 centroid-edges,Fail
|
||||||
spec@ext_framebuffer_multisample@interpolation 4 centroid-edges,Fail
|
spec@ext_framebuffer_multisample@interpolation 4 centroid-edges,Fail
|
||||||
spec@ext_framebuffer_object@getteximage-formats init-by-clear-and-render,Fail
|
spec@ext_framebuffer_object@getteximage-formats init-by-clear-and-render,Fail
|
||||||
spec@ext_framebuffer_object@getteximage-formats init-by-rendering,Fail
|
spec@ext_framebuffer_object@getteximage-formats init-by-rendering,Fail
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texture() 1darray,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texture() 1darrayshadow,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texture() cubeshadow,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texture(bias) 1darray,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texture(bias) 1darrayshadow,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texturegrad 1darray,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texturegrad 1darrayshadow,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texturegradoffset 1darray,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texturegradoffset 1darrayshadow,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texturelod 1darray,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texturelod 1darrayshadow,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texturelodoffset 1darray,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4texturelodoffset 1darrayshadow,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4textureoffset 1darray,Fail
|
|
||||||
spec@ext_gpu_shader4@tex-miplevel-selection gpu4textureoffset 1darrayshadow,Fail
|
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-export,Fail
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-export,Fail
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-modifiers,Fail
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-modifiers,Fail
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-modifiers@autogen-AB24-DRM_FORMAT_MOD_LINEAR-clear_reimport,Fail
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-modifiers@autogen-AB24-DRM_FORMAT_MOD_LINEAR-clear_reimport,Fail
|
||||||
|
|
@ -524,9 +499,6 @@ spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||||
# Works when run individually, but fail consistently on the CI
|
# Works when run individually, but fail consistently on the CI
|
||||||
dEQP-GLES3.functional.texture.specification.teximage2d_pbo.rgba32i_cube,Fail
|
dEQP-GLES3.functional.texture.specification.teximage2d_pbo.rgba32i_cube,Fail
|
||||||
|
|
||||||
# https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/818
|
|
||||||
spec@intel_performance_query@intel_performance_query-issue_2235,Fail
|
|
||||||
|
|
||||||
# These tests should be skipped as we don't support the extension. CTS tests needs to be fixed
|
# These tests should be skipped as we don't support the extension. CTS tests needs to be fixed
|
||||||
dEQP-VK.pipeline.shader_object_linked_binary.framebuffer_attachment.unused_attachment,Crash
|
dEQP-VK.pipeline.shader_object_linked_binary.framebuffer_attachment.unused_attachment,Crash
|
||||||
dEQP-VK.pipeline.shader_object_linked_spirv.framebuffer_attachment.unused_attachment,Crash
|
dEQP-VK.pipeline.shader_object_linked_spirv.framebuffer_attachment.unused_attachment,Crash
|
||||||
|
|
|
||||||
|
|
@ -26,15 +26,6 @@ gmem-dEQP-VK.spirv_assembly.instruction.graphics.variable_pointers.graphics.writ
|
||||||
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
||||||
glx@glx_arb_create_context_no_error@no error,Fail
|
glx@glx_arb_create_context_no_error@no error,Fail
|
||||||
glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
||||||
glx@glx_ext_import_context@free context,Fail
|
|
||||||
glx@glx_ext_import_context@get context id,Fail
|
|
||||||
glx@glx_ext_import_context@get current display,Fail
|
|
||||||
glx@glx_ext_import_context@import context- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@import context- single process,Fail
|
|
||||||
glx@glx_ext_import_context@imported context has same context id,Fail
|
|
||||||
glx@glx_ext_import_context@make current- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@make current- single process,Fail
|
|
||||||
glx@glx_ext_import_context@query context info,Fail
|
|
||||||
glx@glx-swap-pixmap-bad,Fail
|
glx@glx-swap-pixmap-bad,Fail
|
||||||
glx@glx-visuals-depth -pixmap,Crash
|
glx@glx-visuals-depth -pixmap,Crash
|
||||||
glx@glx-visuals-stencil -pixmap,Crash
|
glx@glx-visuals-stencil -pixmap,Crash
|
||||||
|
|
@ -118,7 +109,6 @@ spec@arb_indirect_parameters@tf-count-elements,Fail
|
||||||
spec@egl 1.4@eglterminate then unbind context,Fail
|
spec@egl 1.4@eglterminate then unbind context,Fail
|
||||||
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
||||||
spec@egl_chromium_sync_control@conformance,Fail
|
spec@egl_chromium_sync_control@conformance,Fail
|
||||||
spec@egl_ext_protected_content@conformance,Fail
|
|
||||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||||
spec@egl_mesa_configless_context@basic,Fail
|
spec@egl_mesa_configless_context@basic,Fail
|
||||||
|
|
||||||
|
|
@ -223,8 +213,6 @@ spec@glsl-1.50@execution@primitive-id-no-gs-quad-strip,Fail
|
||||||
# "ir3_shader.h:923:ir3_link_add: Assertion `i < ARRAY_SIZE(l->var)' failed"
|
# "ir3_shader.h:923:ir3_link_add: Assertion `i < ARRAY_SIZE(l->var)' failed"
|
||||||
spec@glsl-1.50@execution@variable-indexing@gs-output-array-vec4-index-wr,Crash
|
spec@glsl-1.50@execution@variable-indexing@gs-output-array-vec4-index-wr,Crash
|
||||||
|
|
||||||
spec@glsl-1.50@gs-max-output-components,Fail
|
|
||||||
spec@intel_performance_query@intel_performance_query-issue_2235,Fail
|
|
||||||
spec@khr_texture_compression_astc@array-gl@12x12 Block Dim,Fail
|
spec@khr_texture_compression_astc@array-gl@12x12 Block Dim,Fail
|
||||||
spec@khr_texture_compression_astc@array-gl@5x5 Block Dim,Fail
|
spec@khr_texture_compression_astc@array-gl@5x5 Block Dim,Fail
|
||||||
spec@khr_texture_compression_astc@array-gles@12x12 Block Dim,Fail
|
spec@khr_texture_compression_astc@array-gles@12x12 Block Dim,Fail
|
||||||
|
|
|
||||||
|
|
@ -27,15 +27,6 @@ gmem-dEQP-VK.spirv_assembly.instruction.graphics.variable_pointers.graphics.writ
|
||||||
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
||||||
glx@glx_arb_create_context_no_error@no error,Fail
|
glx@glx_arb_create_context_no_error@no error,Fail
|
||||||
glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
||||||
glx@glx_ext_import_context@free context,Fail
|
|
||||||
glx@glx_ext_import_context@get context id,Fail
|
|
||||||
glx@glx_ext_import_context@get current display,Fail
|
|
||||||
glx@glx_ext_import_context@import context- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@import context- single process,Fail
|
|
||||||
glx@glx_ext_import_context@imported context has same context id,Fail
|
|
||||||
glx@glx_ext_import_context@make current- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@make current- single process,Fail
|
|
||||||
glx@glx_ext_import_context@query context info,Fail
|
|
||||||
glx@glx-make-current,Fail
|
glx@glx-make-current,Fail
|
||||||
glx@glx-multi-window-single-context,Fail
|
glx@glx-multi-window-single-context,Fail
|
||||||
glx@glx-swap-pixmap-bad,Fail
|
glx@glx-swap-pixmap-bad,Fail
|
||||||
|
|
@ -121,7 +112,6 @@ spec@arb_indirect_parameters@tf-count-elements,Fail
|
||||||
spec@egl 1.4@eglterminate then unbind context,Fail
|
spec@egl 1.4@eglterminate then unbind context,Fail
|
||||||
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
||||||
spec@egl_chromium_sync_control@conformance,Fail
|
spec@egl_chromium_sync_control@conformance,Fail
|
||||||
spec@egl_ext_protected_content@conformance,Fail
|
|
||||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||||
spec@egl_mesa_configless_context@basic,Fail
|
spec@egl_mesa_configless_context@basic,Fail
|
||||||
|
|
||||||
|
|
@ -224,8 +214,6 @@ spec@glsl-1.50@execution@primitive-id-no-gs-quad-strip,Fail
|
||||||
# "ir3_shader.h:923:ir3_link_add: Assertion `i < ARRAY_SIZE(l->var)' failed"
|
# "ir3_shader.h:923:ir3_link_add: Assertion `i < ARRAY_SIZE(l->var)' failed"
|
||||||
spec@glsl-1.50@execution@variable-indexing@gs-output-array-vec4-index-wr,Crash
|
spec@glsl-1.50@execution@variable-indexing@gs-output-array-vec4-index-wr,Crash
|
||||||
|
|
||||||
spec@glsl-1.50@gs-max-output-components,Fail
|
|
||||||
spec@intel_performance_query@intel_performance_query-issue_2235,Fail
|
|
||||||
spec@khr_texture_compression_astc@array-gl@12x12 Block Dim,Fail
|
spec@khr_texture_compression_astc@array-gl@12x12 Block Dim,Fail
|
||||||
spec@khr_texture_compression_astc@array-gl@5x5 Block Dim,Fail
|
spec@khr_texture_compression_astc@array-gl@5x5 Block Dim,Fail
|
||||||
spec@khr_texture_compression_astc@array-gles@12x12 Block Dim,Fail
|
spec@khr_texture_compression_astc@array-gles@12x12 Block Dim,Fail
|
||||||
|
|
|
||||||
|
|
@ -73,10 +73,7 @@ dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statis
|
||||||
dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_3.pgq_64bit_xfb_32bit.triangle_list_with_adjacency.draw,Fail
|
dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_3.pgq_64bit_xfb_32bit.triangle_list_with_adjacency.draw,Fail
|
||||||
dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_3.pgq_64bit_xfb_32bit.triangle_strip.draw,Fail
|
dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_3.pgq_64bit_xfb_32bit.triangle_strip.draw,Fail
|
||||||
dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_3.pgq_64bit_xfb_32bit.triangle_strip.indirect,Fail
|
dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_3.pgq_64bit_xfb_32bit.triangle_strip.indirect,Fail
|
||||||
dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_3.pgq_64bit_xfb_32bit.triangle_strip_with_adjacency.draw,Fail
|
|
||||||
dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_3.pgq_64bit_xfb_32bit.triangle_strip_with_adjacency.indirect,Fail
|
|
||||||
gmem-dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off,Fail
|
gmem-dEQP-VK.dynamic_rendering.complete_secondary_cmd_buff.suballocation.load_store_op_none.depthstencil_d32_sfloat_s8_uint_load_op_depth_load_stencil_none_store_op_depth_store_stencil_none_stencil_write_off,Fail
|
||||||
gmem-dEQP-VK.subgroups.vote.frag_helper.subgroupallequal_ivec2_fragment,Fail
|
|
||||||
gmem-dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_1.32bit.triangle_fan.draw,Fail
|
gmem-dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_1.32bit.triangle_fan.draw,Fail
|
||||||
gmem-dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_1.32bit.triangle_list.draw,Fail
|
gmem-dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_1.32bit.triangle_list.draw,Fail
|
||||||
gmem-dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_1.64bit.line_list_with_adjacency.indirect,Fail
|
gmem-dEQP-VK.transform_feedback.primitives_generated_query.concurrent.pipeline_statistics_1.64bit.line_list_with_adjacency.indirect,Fail
|
||||||
|
|
|
||||||
|
|
@ -48,10 +48,7 @@ dEQP-GLES2.functional.texture.mipmap.cube.projected.linear_nearest,Fail
|
||||||
wayland-dEQP-EGL.functional.create_context.no_config,Fail
|
wayland-dEQP-EGL.functional.create_context.no_config,Fail
|
||||||
wayland-dEQP-EGL.functional.image.modify.renderbuffer_depth16_renderbuffer_clear_depth,Fail
|
wayland-dEQP-EGL.functional.image.modify.renderbuffer_depth16_renderbuffer_clear_depth,Fail
|
||||||
wayland-dEQP-EGL.functional.render.multi_context.gles2.rgb888_window,Fail
|
wayland-dEQP-EGL.functional.render.multi_context.gles2.rgb888_window,Fail
|
||||||
wayland-dEQP-EGL.functional.render.multi_context.gles2.rgba8888_pbuffer,Fail
|
|
||||||
wayland-dEQP-EGL.functional.render.multi_thread.gles2.rgb888_window,Fail
|
wayland-dEQP-EGL.functional.render.multi_thread.gles2.rgb888_window,Fail
|
||||||
wayland-dEQP-EGL.functional.render.multi_thread.gles2.rgba8888_pbuffer,Fail
|
|
||||||
wayland-dEQP-EGL.functional.wide_color.pbuffer_8888_colorspace_srgb,Fail
|
|
||||||
wayland-dEQP-EGL.functional.wide_color.window_8888_colorspace_srgb,Fail
|
wayland-dEQP-EGL.functional.wide_color.window_8888_colorspace_srgb,Fail
|
||||||
wayland-dEQP-EGL.functional.wide_color.window_fp16_default_colorspace,Fail
|
wayland-dEQP-EGL.functional.wide_color.window_fp16_default_colorspace,Fail
|
||||||
|
|
||||||
|
|
@ -106,11 +103,8 @@ spec@arb_fragment_program_shadow@txp-shadow2d,Fail
|
||||||
spec@arb_fragment_program_shadow@txp-shadow2drect,Fail
|
spec@arb_fragment_program_shadow@txp-shadow2drect,Fail
|
||||||
spec@arb_framebuffer_srgb@arb_framebuffer_srgb-srgb_conformance,Fail
|
spec@arb_framebuffer_srgb@arb_framebuffer_srgb-srgb_conformance,Fail
|
||||||
spec@arb_framebuffer_srgb@framebuffer-srgb,Fail
|
spec@arb_framebuffer_srgb@framebuffer-srgb,Fail
|
||||||
spec@arb_occlusion_query2@render,Fail
|
|
||||||
spec@arb_occlusion_query@occlusion_query_conform,Fail
|
spec@arb_occlusion_query@occlusion_query_conform,Fail
|
||||||
spec@arb_occlusion_query@occlusion_query_conform@GetObjivAval_multi2,Fail
|
spec@arb_occlusion_query@occlusion_query_conform@GetObjivAval_multi2,Fail
|
||||||
spec@arb_occlusion_query@occlusion_query_meta_fragments,Fail
|
|
||||||
spec@arb_occlusion_query@occlusion_query_meta_save,Fail
|
|
||||||
spec@arb_pixel_buffer_object@cubemap npot pbo,Fail
|
spec@arb_pixel_buffer_object@cubemap npot pbo,Fail
|
||||||
spec@arb_pixel_buffer_object@cubemap pbo,Fail
|
spec@arb_pixel_buffer_object@cubemap pbo,Fail
|
||||||
spec@arb_pixel_buffer_object@fbo-pbo-readpixels-small,Fail
|
spec@arb_pixel_buffer_object@fbo-pbo-readpixels-small,Fail
|
||||||
|
|
@ -183,7 +177,6 @@ spec@ati_fragment_shader@ati_fragment_shader-render-default,Fail
|
||||||
spec@ati_fragment_shader@ati_fragment_shader-render-notexture,Fail
|
spec@ati_fragment_shader@ati_fragment_shader-render-notexture,Fail
|
||||||
spec@ati_fragment_shader@ati_fragment_shader-render-sources,Fail
|
spec@ati_fragment_shader@ati_fragment_shader-render-sources,Fail
|
||||||
spec@egl 1.4@eglterminate then unbind context,Fail
|
spec@egl 1.4@eglterminate then unbind context,Fail
|
||||||
spec@egl_ext_protected_content@conformance,Fail
|
|
||||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
||||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_rgba,Fail
|
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_rgba,Fail
|
||||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||||
|
|
@ -234,7 +227,6 @@ spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y216,Fail
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y410,Fail
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y410,Fail
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y412,Fail
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y412,Fail
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y416,Fail
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y416,Fail
|
||||||
spec@ext_occlusion_query_boolean@any-samples,Fail
|
|
||||||
spec@ext_packed_depth_stencil@depth_stencil texture,Fail
|
spec@ext_packed_depth_stencil@depth_stencil texture,Fail
|
||||||
spec@ext_packed_depth_stencil@fbo-blit-d24s8,Fail
|
spec@ext_packed_depth_stencil@fbo-blit-d24s8,Fail
|
||||||
spec@ext_packed_depth_stencil@fbo-depth-gl_depth24_stencil8-blit,Fail
|
spec@ext_packed_depth_stencil@fbo-depth-gl_depth24_stencil8-blit,Fail
|
||||||
|
|
@ -621,7 +613,6 @@ spec@!opengl 1.5@depth-tex-compare,Fail
|
||||||
spec@!opengl 2.0@early-z,Fail
|
spec@!opengl 2.0@early-z,Fail
|
||||||
spec@!opengl 2.0@gl-2.0-edgeflag,Fail
|
spec@!opengl 2.0@gl-2.0-edgeflag,Fail
|
||||||
spec@!opengl 2.0@gl-2.0-edgeflag-immediate,Fail
|
spec@!opengl 2.0@gl-2.0-edgeflag-immediate,Fail
|
||||||
spec@!opengl 2.0@occlusion-query-discard,Fail
|
|
||||||
spec@!opengl 2.0@vertex-program-two-side back front2 back2,Fail
|
spec@!opengl 2.0@vertex-program-two-side back front2 back2,Fail
|
||||||
spec@!opengl 2.0@vertex-program-two-side back front2 back2@vs and fs,Fail
|
spec@!opengl 2.0@vertex-program-two-side back front2 back2@vs and fs,Fail
|
||||||
spec@!opengl 2.0@vertex-program-two-side back front2,Fail
|
spec@!opengl 2.0@vertex-program-two-side back front2,Fail
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,6 @@ api@clgetkernelarginfo,Fail
|
||||||
# Failed (error code: CL_SUCCESS): Trigger CL_LINK_PROGRAM_FAILURE if there is a failure to link the compiled binaries and/or libraries.
|
# Failed (error code: CL_SUCCESS): Trigger CL_LINK_PROGRAM_FAILURE if there is a failure to link the compiled binaries and/or libraries.
|
||||||
api@cllinkprogram,Fail
|
api@cllinkprogram,Fail
|
||||||
|
|
||||||
# piglit: error: eglCreateSync64KHR(EGL_SYNC_CL_EVENT_KHR) failed (4)
|
|
||||||
interop@egl_khr_cl_event2,Fail
|
|
||||||
|
|
||||||
# input.cl:31:2: error: use of undeclared identifier 'double2'; did you mean 'double'?
|
# input.cl:31:2: error: use of undeclared identifier 'double2'; did you mean 'double'?
|
||||||
# [...]
|
# [...]
|
||||||
# Program built when it should have failed: CL_SUCCESS
|
# Program built when it should have failed: CL_SUCCESS
|
||||||
|
|
|
||||||
|
|
@ -20,9 +20,3 @@ KHR-GL30.transform_feedback.draw_xfb_stream_instanced_test,Fail
|
||||||
KHR-GL31.transform_feedback.capture_special_interleaved_test,Crash
|
KHR-GL31.transform_feedback.capture_special_interleaved_test,Crash
|
||||||
KHR-GL31.transform_feedback.draw_xfb_stream_instanced_test,Fail
|
KHR-GL31.transform_feedback.draw_xfb_stream_instanced_test,Fail
|
||||||
KHR-GL32.transform_feedback.draw_xfb_stream_instanced_test,Fail
|
KHR-GL32.transform_feedback.draw_xfb_stream_instanced_test,Fail
|
||||||
KHR-GL32.transform_feedback_overflow_query_ARB.advanced-single-stream-interleaved-attribs,Fail
|
|
||||||
KHR-GL32.transform_feedback_overflow_query_ARB.advanced-single-stream-separate-attribs,Fail
|
|
||||||
KHR-GL32.transform_feedback_overflow_query_ARB.basic-single-stream-interleaved-attribs,Fail
|
|
||||||
KHR-GL32.transform_feedback_overflow_query_ARB.basic-single-stream-separate-attribs,Fail
|
|
||||||
KHR-GL32.transform_feedback_overflow_query_ARB.multiple-streams-multiple-buffers-per-stream,Fail
|
|
||||||
KHR-GL32.transform_feedback_overflow_query_ARB.multiple-streams-one-buffer-per-stream,Fail
|
|
||||||
|
|
|
||||||
|
|
@ -96,18 +96,6 @@ glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
||||||
glx@glx_arb_create_context_no_error@no error,Fail
|
glx@glx_arb_create_context_no_error@no error,Fail
|
||||||
glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
||||||
|
|
||||||
# "Could not create initial indirect-rendering context."
|
|
||||||
glx@glx_ext_import_context@free context,Fail
|
|
||||||
glx@glx_ext_import_context@get context id,Fail
|
|
||||||
|
|
||||||
glx@glx_ext_import_context@get current display,Fail
|
|
||||||
glx@glx_ext_import_context@import context- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@import context- single process,Fail
|
|
||||||
glx@glx_ext_import_context@imported context has same context id,Fail
|
|
||||||
glx@glx_ext_import_context@make current- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@make current- single process,Fail
|
|
||||||
glx@glx_ext_import_context@query context info,Fail
|
|
||||||
|
|
||||||
# See also the EGL buffer age failures
|
# See also the EGL buffer age failures
|
||||||
glx@glx-buffer-age,Fail
|
glx@glx-buffer-age,Fail
|
||||||
glx@glx-buffer-age vblank_mode=0,Fail
|
glx@glx-buffer-age vblank_mode=0,Fail
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,6 @@ spec@arb_gpu_shader_fp64@execution@conversion@vert-conversion-explicit-dvec3-vec
|
||||||
spec@arb_gpu_shader_fp64@execution@conversion@vert-conversion-explicit-dvec4-vec4,Fail
|
spec@arb_gpu_shader_fp64@execution@conversion@vert-conversion-explicit-dvec4-vec4,Fail
|
||||||
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr,Fail
|
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr,Fail
|
||||||
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr-loop,Fail
|
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr-loop,Fail
|
||||||
spec@arb_point_sprite@arb_point_sprite-mipmap,Fail
|
|
||||||
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex,Fail
|
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex,Fail
|
||||||
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex@'vs_input2[1][0]' on GL_PROGRAM_INPUT,Fail
|
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex@'vs_input2[1][0]' on GL_PROGRAM_INPUT,Fail
|
||||||
spec@arb_sample_shading@ignore-centroid-qualifier 2,Fail
|
spec@arb_sample_shading@ignore-centroid-qualifier 2,Fail
|
||||||
|
|
@ -82,11 +81,8 @@ spec@arb_tessellation_shader@arb_tessellation_shader-tes-gs-max-output -small -s
|
||||||
|
|
||||||
spec@egl 1.4@eglterminate then unbind context,Fail
|
spec@egl 1.4@eglterminate then unbind context,Fail
|
||||||
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
||||||
spec@egl_chromium_sync_control@conformance,Fail
|
|
||||||
spec@egl_ext_protected_content@conformance,Fail
|
|
||||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
||||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||||
spec@egl_mesa_configless_context@basic,Fail
|
|
||||||
|
|
||||||
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 2,Fail
|
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 2,Fail
|
||||||
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 4,Fail
|
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 4,Fail
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,6 @@ spec@arb_gpu_shader_fp64@execution@conversion@vert-conversion-explicit-dvec3-vec
|
||||||
spec@arb_gpu_shader_fp64@execution@conversion@vert-conversion-explicit-dvec4-vec4,Fail
|
spec@arb_gpu_shader_fp64@execution@conversion@vert-conversion-explicit-dvec4-vec4,Fail
|
||||||
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr,Fail
|
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr,Fail
|
||||||
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr-loop,Fail
|
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr-loop,Fail
|
||||||
spec@arb_point_sprite@arb_point_sprite-mipmap,Fail
|
|
||||||
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex,Fail
|
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex,Fail
|
||||||
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex@'vs_input2[1][0]' on GL_PROGRAM_INPUT,Fail
|
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex@'vs_input2[1][0]' on GL_PROGRAM_INPUT,Fail
|
||||||
spec@arb_sample_shading@ignore-centroid-qualifier 2,Fail
|
spec@arb_sample_shading@ignore-centroid-qualifier 2,Fail
|
||||||
|
|
@ -82,11 +81,8 @@ spec@arb_tessellation_shader@arb_tessellation_shader-tes-gs-max-output -small -s
|
||||||
|
|
||||||
spec@egl 1.4@eglterminate then unbind context,Fail
|
spec@egl 1.4@eglterminate then unbind context,Fail
|
||||||
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
||||||
spec@egl_chromium_sync_control@conformance,Fail
|
|
||||||
spec@egl_ext_protected_content@conformance,Fail
|
|
||||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
||||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||||
spec@egl_mesa_configless_context@basic,Fail
|
|
||||||
|
|
||||||
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 2,Fail
|
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 2,Fail
|
||||||
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 4,Fail
|
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 4,Fail
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,6 @@ spec@arb_gpu_shader_fp64@execution@conversion@vert-conversion-explicit-dvec3-vec
|
||||||
spec@arb_gpu_shader_fp64@execution@conversion@vert-conversion-explicit-dvec4-vec4,Fail
|
spec@arb_gpu_shader_fp64@execution@conversion@vert-conversion-explicit-dvec4-vec4,Fail
|
||||||
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr,Fail
|
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr,Fail
|
||||||
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr-loop,Fail
|
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr-loop,Fail
|
||||||
spec@arb_point_sprite@arb_point_sprite-mipmap,Fail
|
|
||||||
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex,Fail
|
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex,Fail
|
||||||
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex@'vs_input2[1][0]' on GL_PROGRAM_INPUT,Fail
|
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex@'vs_input2[1][0]' on GL_PROGRAM_INPUT,Fail
|
||||||
spec@arb_sample_shading@ignore-centroid-qualifier 2,Fail
|
spec@arb_sample_shading@ignore-centroid-qualifier 2,Fail
|
||||||
|
|
@ -81,11 +80,8 @@ spec@arb_shading_language_packing@execution@built-in-functions@vs-packhalf2x16,F
|
||||||
|
|
||||||
spec@egl 1.4@eglterminate then unbind context,Fail
|
spec@egl 1.4@eglterminate then unbind context,Fail
|
||||||
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
||||||
spec@egl_chromium_sync_control@conformance,Fail
|
|
||||||
spec@egl_ext_protected_content@conformance,Fail
|
|
||||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
||||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||||
spec@egl_mesa_configless_context@basic,Fail
|
|
||||||
|
|
||||||
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 2,Fail
|
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 2,Fail
|
||||||
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 4,Fail
|
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 4,Fail
|
||||||
|
|
@ -451,8 +447,6 @@ dEQP-GLES31.functional.texture.specification.texstorage3d.format.depth24_stencil
|
||||||
dEQP-GLES31.functional.texture.specification.texstorage3d.format.depth32f_stencil8_cube_array,Fail
|
dEQP-GLES31.functional.texture.specification.texstorage3d.format.depth32f_stencil8_cube_array,Fail
|
||||||
dEQP-GLES31.functional.texture.specification.texsubimage3d_depth.depth24_stencil8_cube_array,Fail
|
dEQP-GLES31.functional.texture.specification.texsubimage3d_depth.depth24_stencil8_cube_array,Fail
|
||||||
|
|
||||||
object namespace pollution@vertex-array with glgetteximage,Crash
|
|
||||||
object namespace pollution@vertex-array with gltexsubimage2d,Crash
|
|
||||||
spec@!opengl 1.1@getteximage-depth,Fail
|
spec@!opengl 1.1@getteximage-depth,Fail
|
||||||
spec@!opengl 1.1@getteximage-depth@GL_TEXTURE_1D-GL_DEPTH_COMPONENT,Fail
|
spec@!opengl 1.1@getteximage-depth@GL_TEXTURE_1D-GL_DEPTH_COMPONENT,Fail
|
||||||
spec@!opengl 1.1@getteximage-depth@GL_TEXTURE_1D-GL_DEPTH_COMPONENT16,Fail
|
spec@!opengl 1.1@getteximage-depth@GL_TEXTURE_1D-GL_DEPTH_COMPONENT16,Fail
|
||||||
|
|
@ -497,7 +491,6 @@ spec@arb_es2_compatibility@texwrap formats bordercolor-swizzled@GL_RGB565- swizz
|
||||||
spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@Basic,Fail
|
spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@Basic,Fail
|
||||||
spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@discard,Fail
|
spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@discard,Fail
|
||||||
spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@fb resize,Fail
|
spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@fb resize,Fail
|
||||||
spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@glScissor,Fail
|
|
||||||
spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@glViewport,Fail
|
spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query@glViewport,Fail
|
||||||
spec@arb_sample_locations@test,Fail
|
spec@arb_sample_locations@test,Fail
|
||||||
spec@arb_sample_locations@test@MSAA: 1- X: 0- Y: 0- Grid: false,Fail
|
spec@arb_sample_locations@test@MSAA: 1- X: 0- Y: 0- Grid: false,Fail
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,6 @@ spec@arb_gpu_shader_fp64@execution@conversion@vert-conversion-explicit-dvec3-vec
|
||||||
spec@arb_gpu_shader_fp64@execution@conversion@vert-conversion-explicit-dvec4-vec4,Fail
|
spec@arb_gpu_shader_fp64@execution@conversion@vert-conversion-explicit-dvec4-vec4,Fail
|
||||||
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr,Fail
|
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr,Fail
|
||||||
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr-loop,Fail
|
spec@arb_gpu_shader_int64@execution@fs-ishl-then-ishr-loop,Fail
|
||||||
spec@arb_point_sprite@arb_point_sprite-mipmap,Fail
|
|
||||||
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex,Fail
|
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex,Fail
|
||||||
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex@'vs_input2[1][0]' on GL_PROGRAM_INPUT,Fail
|
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex@'vs_input2[1][0]' on GL_PROGRAM_INPUT,Fail
|
||||||
spec@arb_sample_shading@ignore-centroid-qualifier 2,Fail
|
spec@arb_sample_shading@ignore-centroid-qualifier 2,Fail
|
||||||
|
|
@ -81,11 +80,8 @@ spec@arb_tessellation_shader@arb_tessellation_shader-tes-gs-max-output -small -s
|
||||||
|
|
||||||
spec@egl 1.4@eglterminate then unbind context,Fail
|
spec@egl 1.4@eglterminate then unbind context,Fail
|
||||||
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
||||||
spec@egl_chromium_sync_control@conformance,Fail
|
|
||||||
spec@egl_ext_protected_content@conformance,Fail
|
|
||||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
||||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||||
spec@egl_mesa_configless_context@basic,Fail
|
|
||||||
|
|
||||||
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 2,Fail
|
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 2,Fail
|
||||||
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 4,Fail
|
spec@ext_framebuffer_multisample@alpha-to-one-dual-src-blend 4,Fail
|
||||||
|
|
|
||||||
|
|
@ -27,17 +27,6 @@ glx@glx_arb_create_context_robustness@invalid reset notification strategy,Fail
|
||||||
# Version = 3.3
|
# Version = 3.3
|
||||||
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
||||||
|
|
||||||
# Xorg has disabled indirect rendering contexts.
|
|
||||||
glx@glx_ext_import_context@free context,Fail
|
|
||||||
glx@glx_ext_import_context@get context id,Fail
|
|
||||||
glx@glx_ext_import_context@get current display,Fail
|
|
||||||
glx@glx_ext_import_context@import context- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@import context- single process,Fail
|
|
||||||
glx@glx_ext_import_context@imported context has same context id,Fail
|
|
||||||
glx@glx_ext_import_context@make current- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@make current- single process,Fail
|
|
||||||
glx@glx_ext_import_context@query context info,Fail
|
|
||||||
|
|
||||||
spec@!opengl 1.0@rasterpos,Fail
|
spec@!opengl 1.0@rasterpos,Fail
|
||||||
|
|
||||||
spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
|
spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
|
||||||
|
|
@ -96,9 +85,6 @@ spec@egl_chromium_sync_control@conformance,Fail
|
||||||
# piglit: error: SBC did not change after second SwapBuffers: 0
|
# piglit: error: SBC did not change after second SwapBuffers: 0
|
||||||
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
||||||
|
|
||||||
# test binary not built
|
|
||||||
spec@egl_ext_protected_content@conformance,Fail
|
|
||||||
|
|
||||||
# Failed blit src(0,0;1,1) - dst(0,0;2147483647,2147483647)
|
# Failed blit src(0,0;1,1) - dst(0,0;2147483647,2147483647)
|
||||||
# Failed blit src(0,0;40,40) - dst(0,0;134217727,134217727)
|
# Failed blit src(0,0;40,40) - dst(0,0;134217727,134217727)
|
||||||
# Failed blit src(0,0;40,40) - dst(0,0;2147483647,2147483647)
|
# Failed blit src(0,0;40,40) - dst(0,0;2147483647,2147483647)
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,6 @@
|
||||||
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
|
||||||
glx@glx_arb_create_context_no_error@no error,Fail
|
glx@glx_arb_create_context_no_error@no error,Fail
|
||||||
glx@glx_arb_sync_control@swapbuffersmsc-divisor-zero,Fail
|
glx@glx_arb_sync_control@swapbuffersmsc-divisor-zero,Fail
|
||||||
glx@glx_ext_import_context@free context,Fail
|
|
||||||
glx@glx_ext_import_context@get context id,Fail
|
|
||||||
glx@glx_ext_import_context@get current display,Fail
|
|
||||||
glx@glx_ext_import_context@import context- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@import context- single process,Fail
|
|
||||||
glx@glx_ext_import_context@imported context has same context id,Fail
|
|
||||||
glx@glx_ext_import_context@make current- multi process,Fail
|
|
||||||
glx@glx_ext_import_context@make current- single process,Fail
|
|
||||||
glx@glx_ext_import_context@query context info,Fail
|
|
||||||
glx@glx-make-current,Fail
|
glx@glx-make-current,Fail
|
||||||
glx@glx-multi-window-single-context,Fail
|
glx@glx-multi-window-single-context,Fail
|
||||||
glx@glx-swap-pixmap-bad,Fail
|
glx@glx-swap-pixmap-bad,Fail
|
||||||
|
|
@ -161,7 +152,6 @@ spec@arb_uniform_buffer_object@rendering-offset,Fail
|
||||||
spec@egl 1.4@eglterminate then unbind context,Fail
|
spec@egl 1.4@eglterminate then unbind context,Fail
|
||||||
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
||||||
spec@egl_chromium_sync_control@conformance,Fail
|
spec@egl_chromium_sync_control@conformance,Fail
|
||||||
spec@egl_ext_protected_content@conformance,Fail
|
|
||||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
||||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_rgba,Fail
|
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_rgba,Fail
|
||||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||||
|
|
@ -358,7 +348,6 @@ spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drect,Crash
|
||||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drect_projvec4,Crash
|
spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drect_projvec4,Crash
|
||||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drectshadow,Crash
|
spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drectshadow,Crash
|
||||||
spec@glsl-es-3.00@execution@varying-struct-centroid_gles3,Fail
|
spec@glsl-es-3.00@execution@varying-struct-centroid_gles3,Fail
|
||||||
spec@intel_performance_query@intel_performance_query-issue_2235,Fail
|
|
||||||
spec@khr_texture_compression_astc@miptree-gles hdr,Fail
|
spec@khr_texture_compression_astc@miptree-gles hdr,Fail
|
||||||
spec@khr_texture_compression_astc@miptree-gles hdr@HDR Profile,Fail
|
spec@khr_texture_compression_astc@miptree-gles hdr@HDR Profile,Fail
|
||||||
spec@khr_texture_compression_astc@miptree-gles srgb-fp,Fail
|
spec@khr_texture_compression_astc@miptree-gles srgb-fp,Fail
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue