mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 18:20:23 +01:00
ci/broadcom: use new piglit runner
Switch from the old piglit to the new piglit-runner executor. Acked-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9680>
This commit is contained in:
parent
e3f703e464
commit
8ab6d2b4c4
11 changed files with 614 additions and 17473 deletions
|
|
@ -35,57 +35,10 @@ vc4-rpi3-gles2:armhf:
|
|||
- .vc4-rpi3-test:armhf
|
||||
- .test-manual
|
||||
variables:
|
||||
BARE_METAL_TEST_SCRIPT: "/install/piglit/run.sh"
|
||||
BARE_METAL_TEST_SCRIPT: "/install/piglit/piglit-runner.sh"
|
||||
BM_POE_TIMEOUT: 180
|
||||
BM_START_XORG: 1
|
||||
PIGLIT_OPTIONS: >-
|
||||
--timeout 60
|
||||
PIGLIT_PLATFORM: mixed_glx_egl
|
||||
PIGLIT_TESTS: >-
|
||||
-x .tesc
|
||||
-x .tese
|
||||
-x arb_gpu_shader_fp64
|
||||
-x arb_gpu_shader_gpu5
|
||||
-x arb_gpu_shader_int64
|
||||
-x arb_sync_control@timing
|
||||
-x arb_tessellation_shader
|
||||
-x arb_texture_cube_map
|
||||
-x clipflat
|
||||
-x copypixels-sync
|
||||
-x copyteximage
|
||||
-x depthstencil-default_fb
|
||||
-x draw-sync
|
||||
-x egl_ext_device_
|
||||
-x egl_ext_platform_device
|
||||
-x ext_framebuffer_multisample
|
||||
-x ext_timer_query@time-elapsed
|
||||
-x gl-1.0-blend-func
|
||||
-x gl-1.3-texture-env
|
||||
-x glsl-1.30
|
||||
-x glsl-3.30
|
||||
-x glsl-4.00
|
||||
-x glsl-4.10
|
||||
-x glsl-4.20
|
||||
-x glsl-4.30
|
||||
-x glsl-4.40
|
||||
-x glsl-4.50
|
||||
-x glsl-4.60
|
||||
-x glsl-es-3.00
|
||||
-x glsl-es-3.20
|
||||
-x glsl-fs-convolution-2
|
||||
-x glsl-vs-loop
|
||||
-x glsl-vs-loop-nested
|
||||
-x glsl-vs-mov-after-deref
|
||||
-x glx-multithread-clearbuffer
|
||||
-x glx-multithread-shader-compile
|
||||
-x image_load_store
|
||||
-x longprim
|
||||
-x masked-clear
|
||||
-x max-texture-size
|
||||
-x maxsize
|
||||
-x ppgtt_memory_alignment
|
||||
-x streaming-texture-leak
|
||||
-x texturesize
|
||||
|
||||
vc4-rpi3-piglit-quick_gl:armhf:
|
||||
extends:
|
||||
|
|
@ -94,7 +47,6 @@ vc4-rpi3-piglit-quick_gl:armhf:
|
|||
variables:
|
||||
FDO_CI_CONCURRENT: 1
|
||||
PIGLIT_PROFILES: quick_gl
|
||||
PIGLIT_RESULTS: "vc4-rpi3-quick_gl"
|
||||
|
||||
vc4-rpi3-piglit-quick_shader:armhf:
|
||||
extends:
|
||||
|
|
@ -103,7 +55,6 @@ vc4-rpi3-piglit-quick_shader:armhf:
|
|||
variables:
|
||||
FDO_CI_CONCURRENT: 2
|
||||
PIGLIT_PROFILES: quick_shader
|
||||
PIGLIT_RESULTS: "vc4-rpi3-quick_shader"
|
||||
|
||||
.v3d-rpi4-test:armhf:
|
||||
extends:
|
||||
|
|
@ -154,41 +105,9 @@ v3d-rpi4-gles2:armhf:
|
|||
- .v3d-rpi4-test:armhf
|
||||
- .test-manual
|
||||
variables:
|
||||
BARE_METAL_TEST_SCRIPT: "/install/piglit/run.sh"
|
||||
BARE_METAL_TEST_SCRIPT: "/install/piglit/piglit-runner.sh"
|
||||
BM_START_XORG: 1
|
||||
PIGLIT_OPTIONS: >-
|
||||
--timeout 60
|
||||
PIGLIT_PLATFORM: mixed_glx_egl
|
||||
PIGLIT_TESTS: >-
|
||||
-x .tesc
|
||||
-x .tese
|
||||
-x arb_gpu_shader_fp64
|
||||
-x arb_gpu_shader_gpu5
|
||||
-x arb_gpu_shader_int64
|
||||
-x arb_sync_control@timing
|
||||
-x arb_tessellation_shader
|
||||
-x depthstencil-default_fb
|
||||
-x egl_ext_platform_device
|
||||
-x ext_timer_query@time-elapsed
|
||||
-x gl-1.3-texture-env
|
||||
-x glsl-1.30
|
||||
-x glsl-3.30
|
||||
-x glsl-4.00
|
||||
-x glsl-4.10
|
||||
-x glsl-4.20
|
||||
-x glsl-4.30
|
||||
-x glsl-4.40
|
||||
-x glsl-4.50
|
||||
-x glsl-4.60
|
||||
-x glsl-es-3.00
|
||||
-x glsl-es-3.20
|
||||
-x glx-multithread-clearbuffer
|
||||
-x glx-multithread-shader-compile
|
||||
-x image_load_store
|
||||
-x max-texture-size
|
||||
-x maxsize
|
||||
-x streaming-texture-leak
|
||||
-x tex-miplevel-selection
|
||||
|
||||
v3d-rpi4-piglit-quick_gl:armhf:
|
||||
extends:
|
||||
|
|
@ -196,14 +115,12 @@ v3d-rpi4-piglit-quick_gl:armhf:
|
|||
parallel: 2
|
||||
variables:
|
||||
PIGLIT_PROFILES: quick_gl
|
||||
PIGLIT_RESULTS: "v3d-rpi4-quick_gl"
|
||||
|
||||
v3d-rpi4-piglit-quick_shader:armhf:
|
||||
extends:
|
||||
- .v3d-rpi4-piglit:armhf
|
||||
variables:
|
||||
PIGLIT_PROFILES: quick_shader
|
||||
PIGLIT_RESULTS: "v3d-rpi4-shader_gl"
|
||||
|
||||
v3dv-rpi4-vk:armhf:
|
||||
extends:
|
||||
|
|
|
|||
132
src/broadcom/ci/piglit-v3d-rpi4-fails.txt
Normal file
132
src/broadcom/ci/piglit-v3d-rpi4-fails.txt
Normal file
|
|
@ -0,0 +1,132 @@
|
|||
glx@glx-make-current,Crash
|
||||
glx@glx-multi-window-single-context,Fail
|
||||
glx@glx-multithread-buffer,Fail
|
||||
glx@glx-query-drawable-glx_fbconfig_id-window,Fail
|
||||
glx@glx-swap-pixmap-bad,Fail
|
||||
glx@glx-tfp,Fail
|
||||
glx@glx-visuals-depth -pixmap,Crash
|
||||
glx@glx-visuals-stencil -pixmap,Crash
|
||||
glx@glx_arb_create_context_es2_profile@invalid opengl es version,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
|
||||
spec@!opengl 1.0@gl-1.0-bitmap-heart-dance,Fail
|
||||
spec@!opengl 1.0@gl-1.0-dlist-bitmap,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-quads,Fail
|
||||
spec@!opengl 1.0@gl-1.0-no-op-paths,Fail
|
||||
spec@!opengl 1.0@gl-1.0-spot-light,Fail
|
||||
spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
|
||||
spec@!opengl 1.1@depthstencil-default_fb-drawpixels-24_8 samples=2,Fail
|
||||
spec@!opengl 1.1@depthstencil-default_fb-drawpixels-24_8 samples=4,Fail
|
||||
spec@!opengl 1.1@depthstencil-default_fb-drawpixels-32f_24_8_rev samples=2,Fail
|
||||
spec@!opengl 1.1@depthstencil-default_fb-drawpixels-32f_24_8_rev samples=4,Fail
|
||||
spec@!opengl 1.1@depthstencil-default_fb-drawpixels-float-and-ushort samples=2,Fail
|
||||
spec@!opengl 1.1@depthstencil-default_fb-drawpixels-float-and-ushort samples=4,Fail
|
||||
spec@!opengl 1.1@getteximage-depth,Fail
|
||||
spec@!opengl 1.1@getteximage-formats,Fail
|
||||
spec@!opengl 1.1@linestipple,Fail
|
||||
spec@!opengl 1.1@max-texture-size,Crash
|
||||
spec@!opengl 1.1@point-line-no-cull,Fail
|
||||
spec@!opengl 1.1@polygon-mode,Fail
|
||||
spec@!opengl 1.1@polygon-mode-offset,Fail
|
||||
spec@!opengl 1.1@texwrap formats bordercolor,Fail
|
||||
spec@!opengl 1.1@texwrap formats bordercolor-swizzled,Fail
|
||||
spec@!opengl 1.1@windowoverlap,Fail
|
||||
spec@!opengl 1.3@gl-1.3-texture-env,Timeout
|
||||
spec@!opengl 1.4@gl-1.4-polygon-offset,Fail
|
||||
spec@!opengl 2.0@gl-2.0-edgeflag,Fail
|
||||
spec@!opengl 2.0@gl-2.0-edgeflag-immediate,Fail
|
||||
spec@!opengl 2.1@pbo,Fail
|
||||
spec@!opengl 2.1@polygon-stipple-fs,Fail
|
||||
spec@!opengl es 3.0@gles-3.0-transform-feedback-uniform-buffer-object,Fail
|
||||
spec@arb_color_buffer_float@gl_rgba32f-render,Fail
|
||||
spec@arb_color_buffer_float@gl_rgba32f-render-fog,Fail
|
||||
spec@arb_color_buffer_float@gl_rgba32f-render-sanity,Fail
|
||||
spec@arb_color_buffer_float@gl_rgba32f-render-sanity-fog,Fail
|
||||
spec@arb_compute_shader@minmax,Fail
|
||||
spec@arb_copy_buffer@targets,Fail
|
||||
spec@arb_depth_buffer_float@fbo-generatemipmap-formats,Fail
|
||||
spec@arb_depth_buffer_float@texwrap formats bordercolor,Fail
|
||||
spec@arb_depth_buffer_float@texwrap formats bordercolor-swizzled,Fail
|
||||
spec@arb_depth_buffer_float@texwrap formats,Fail
|
||||
spec@arb_depth_texture@fbo-generatemipmap-formats,Fail
|
||||
spec@arb_depth_texture@texwrap formats bordercolor,Fail
|
||||
spec@arb_depth_texture@texwrap formats bordercolor-swizzled,Fail
|
||||
spec@arb_depth_texture@texwrap formats,Fail
|
||||
spec@arb_framebuffer_object@fbo-drawbuffers-none use_frag_out,Fail
|
||||
spec@arb_pixel_buffer_object@pbo-getteximage,Fail
|
||||
spec@arb_pixel_buffer_object@texsubimage array pbo,Fail
|
||||
spec@arb_point_sprite@arb_point_sprite-checkerboard,Fail
|
||||
spec@arb_point_sprite@arb_point_sprite-mipmap,Fail
|
||||
spec@arb_shader_texture_lod@execution@arb_shader_texture_lod-texgrad,Fail
|
||||
spec@arb_shader_texture_lod@execution@arb_shader_texture_lod-texgradcube,Fail
|
||||
spec@arb_texture_float@fbo-blending-formats,Fail
|
||||
spec@arb_texture_float@texwrap formats bordercolor,Fail
|
||||
spec@arb_texture_float@texwrap formats bordercolor-swizzled,Fail
|
||||
spec@arb_texture_rectangle@1-1-linear-texture,Fail
|
||||
spec@arb_texture_rg@fbo-blending-formats-float,Fail
|
||||
spec@arb_texture_rg@texwrap formats bordercolor,Fail
|
||||
spec@arb_texture_rg@texwrap formats bordercolor-swizzled,Fail
|
||||
spec@arb_texture_rg@texwrap formats-float bordercolor,Fail
|
||||
spec@arb_texture_rg@texwrap formats-float bordercolor-swizzled,Fail
|
||||
spec@arb_texture_rg@texwrap formats-float,Fail
|
||||
spec@arb_transform_feedback2@change objects while paused (gles3),Fail
|
||||
spec@arb_vertex_type_2_10_10_10_rev@attrib-p-type-size-match,Fail
|
||||
spec@egl 1.4@egl-copy-buffers,Crash
|
||||
spec@egl 1.4@eglterminate then unbind context,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_rgba,Fail
|
||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||
spec@egl_mesa_configless_context@basic,Fail
|
||||
spec@ext_framebuffer_blit@fbo-blit-check-limits,Fail
|
||||
spec@ext_framebuffer_multisample@blit-mismatched-formats,Fail
|
||||
spec@ext_framebuffer_multisample@interpolation 2 centroid-edges,Fail
|
||||
spec@ext_framebuffer_multisample@interpolation 4 centroid-edges,Fail
|
||||
spec@ext_framebuffer_object@fbo-blending-format-quirks,Fail
|
||||
spec@ext_framebuffer_object@fbo-blending-formats,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_image_dma_buf_import@ext_image_dma_buf_import-export,Fail
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-export-tex,Crash
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_ayuv,Fail
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_xyuv,Fail
|
||||
spec@ext_packed_depth_stencil@texwrap formats bordercolor,Fail
|
||||
spec@ext_packed_depth_stencil@texwrap formats bordercolor-swizzled,Fail
|
||||
spec@ext_packed_depth_stencil@texwrap formats,Fail
|
||||
spec@ext_packed_float@query-rgba-signed-components,Fail
|
||||
spec@ext_texture_array@array-texture,Fail
|
||||
spec@ext_texture_array@fbo-generatemipmap-array rgb9_e5,Fail
|
||||
spec@ext_texture_array@fbo-generatemipmap-array,Fail
|
||||
spec@ext_texture_array@texsubimage array,Fail
|
||||
spec@ext_texture_integer@getteximage-clamping gl_arb_texture_rg,Fail
|
||||
spec@ext_texture_integer@getteximage-clamping,Fail
|
||||
spec@ext_texture_lod_bias@lodbias,Fail
|
||||
spec@ext_texture_snorm@texwrap formats bordercolor,Fail
|
||||
spec@ext_texture_snorm@texwrap formats bordercolor-swizzled,Fail
|
||||
spec@glsl-1.10@execution@gl_lightsource_indirect,Crash
|
||||
spec@glsl-1.20@execution@clipping@vs-clip-vertex-primitives,Fail
|
||||
spec@glsl-1.20@execution@fs-underflow-mul-compare-zero,Fail
|
||||
spec@intel_performance_query@intel_performance_query-issue_2235,Fail
|
||||
spec@khr_texture_compression_astc@miptree-gles srgb-fp,Fail
|
||||
spec@khr_texture_compression_astc@sliced-3d-miptree-gles srgb-fp,Fail
|
||||
spec@nv_copy_depth_to_color@nv_copy_depth_to_color 0 0x223344ff,Crash
|
||||
spec@nv_copy_depth_to_color@nv_copy_depth_to_color 0 0x76356278,Crash
|
||||
spec@nv_copy_depth_to_color@nv_copy_depth_to_color 1 0x223344ff,Crash
|
||||
spec@nv_copy_depth_to_color@nv_copy_depth_to_color 1 0x76356278,Crash
|
||||
spec@nv_copy_depth_to_color@nv_copy_depth_to_color,Crash
|
||||
spec@nv_read_depth@read_depth_gles3,Fail
|
||||
spec@oes_egl_image_external_essl3@oes_egl_image_external_essl3,Crash
|
||||
wgl@wgl-multi-context-single-window,Fail
|
||||
wgl@wgl-multi-window-single-context,Fail
|
||||
wgl@wgl-sanity,Fail
|
||||
2
src/broadcom/ci/piglit-v3d-rpi4-flakes.txt
Normal file
2
src/broadcom/ci/piglit-v3d-rpi4-flakes.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
glx@glx_arb_sync_control@timing
|
||||
|
||||
17
src/broadcom/ci/piglit-v3d-rpi4-skips.txt
Normal file
17
src/broadcom/ci/piglit-v3d-rpi4-skips.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Slow tests (> 1 minute to run)
|
||||
spec@!opengl 1.1@streaming-texture-leak
|
||||
spec@!opengl 1.2@tex3d-maxsize
|
||||
spec@!opengl 1.3@gl-1.3-texture-env
|
||||
|
||||
# Extensions not supported
|
||||
spec@arb_gpu_shader_fp64.*
|
||||
spec@arb_gpu_shader_gpu5.*
|
||||
spec@arb_gpu_shader_int64.*
|
||||
spec@arb_tessellation_shader.*
|
||||
spec@arb_texture_cube_map.*
|
||||
spec@glsl-1.30.*
|
||||
spec@glsl-1.40.*
|
||||
spec@glsl-1.50.*
|
||||
spec@glsl-3.*
|
||||
spec@glsl-4.*
|
||||
spec@glsl-es-3.20.*
|
||||
438
src/broadcom/ci/piglit-vc4-rpi3-fails.txt
Normal file
438
src/broadcom/ci/piglit-vc4-rpi3-fails.txt
Normal file
|
|
@ -0,0 +1,438 @@
|
|||
spec@egl 1.4@eglcreatepbuffersurface with egl_samples set,Crash
|
||||
spec@egl_android_native_fence_sync@egl_khr_fence_sync android_native,Crash
|
||||
spec@egl_ext_device_base@conformance,Crash
|
||||
spec@egl_khr_wait_sync@conformance,Crash
|
||||
glx@glx-copy-sub-buffer samples=2,Crash
|
||||
glx@glx-copy-sub-buffer samples=4,Crash
|
||||
glx@glx-make-current,Crash
|
||||
glx@glx-multithread-buffer,Fail
|
||||
glx@glx-multithread-texture,Timeout
|
||||
glx@glx-query-drawable-glx_fbconfig_id-window,Fail
|
||||
glx@glx-swap-pixmap-bad,Fail
|
||||
glx@glx-tfp,Fail
|
||||
glx@glx-visuals-depth -pixmap,Crash
|
||||
glx@glx-visuals-depth,Crash
|
||||
glx@glx-visuals-stencil -pixmap,Crash
|
||||
glx@glx-visuals-stencil,Crash
|
||||
glx@glx_arb_create_context_es2_profile@invalid opengl es version,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-bug-110796,Fail
|
||||
shaders@glsl-max-vertex-attrib,Fail
|
||||
shaders@glsl-vs-loop-nested,Fail
|
||||
spec@!opengl 1.0@gl-1.0-bitmap-heart-dance,Fail
|
||||
spec@!opengl 1.0@gl-1.0-dlist-bitmap,Crash
|
||||
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-const,Fail
|
||||
spec@!opengl 1.0@gl-1.0-edgeflag-quads,Fail
|
||||
spec@!opengl 1.0@gl-1.0-logicop,Crash
|
||||
spec@!opengl 1.0@gl-1.0-no-op-paths,Fail
|
||||
spec@!opengl 1.0@gl-1.0-scissor-offscreen,Fail
|
||||
spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
|
||||
spec@!opengl 1.1@clipflat,Fail
|
||||
spec@!opengl 1.1@depthstencil-default_fb-blit samples=2,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-blit samples=4,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-clear samples=2,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-clear samples=4,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-clear,Fail
|
||||
spec@!opengl 1.1@depthstencil-default_fb-copypixels samples=2,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-copypixels samples=4,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-drawpixels-24_8 samples=2,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-drawpixels-24_8 samples=4,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-drawpixels-float-and-ushort samples=2,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-drawpixels-float-and-ushort samples=4,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-readpixels-24_8 samples=2,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-readpixels-24_8 samples=4,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-readpixels-float-and-ushort samples=2,Crash
|
||||
spec@!opengl 1.1@depthstencil-default_fb-readpixels-float-and-ushort samples=4,Crash
|
||||
spec@!opengl 1.1@gl-1.1-drawarrays-vertex-count 100000 varray gl_line_loop,Fail
|
||||
spec@!opengl 1.1@gl-1.1-drawarrays-vertex-count 100000 varray gl_polygon,Crash
|
||||
spec@!opengl 1.1@gl-1.1-drawarrays-vertex-count 100000 varray gl_quad_strip,Crash
|
||||
spec@!opengl 1.1@gl-1.1-drawarrays-vertex-count 100000 varray gl_quads,Crash
|
||||
spec@!opengl 1.1@gl-1.1-drawarrays-vertex-count 100000 varray gl_triangle_fan,Fail
|
||||
spec@!opengl 1.1@gl-1.1-drawarrays-vertex-count 100000 vbo gl_line_loop,Fail
|
||||
spec@!opengl 1.1@gl-1.1-drawarrays-vertex-count 100000 vbo gl_polygon,Crash
|
||||
spec@!opengl 1.1@gl-1.1-drawarrays-vertex-count 100000 vbo gl_quad_strip,Crash
|
||||
spec@!opengl 1.1@gl-1.1-drawarrays-vertex-count 100000 vbo gl_quads,Crash
|
||||
spec@!opengl 1.1@gl-1.1-drawarrays-vertex-count 100000 vbo gl_triangle_fan,Fail
|
||||
spec@!opengl 1.1@line-flat-clip-color,Fail
|
||||
spec@!opengl 1.1@linestipple,Fail
|
||||
spec@!opengl 1.1@max-texture-size,Crash
|
||||
spec@!opengl 1.1@polygon-mode,Fail
|
||||
spec@!opengl 1.1@polygon-mode-offset,Fail
|
||||
spec@!opengl 1.1@read-front clear-front-first samples=2,Crash
|
||||
spec@!opengl 1.1@read-front clear-front-first samples=4,Crash
|
||||
spec@!opengl 1.1@read-front samples=2,Crash
|
||||
spec@!opengl 1.1@read-front samples=4,Crash
|
||||
spec@!opengl 1.1@streaming-texture-leak,Timeout
|
||||
spec@!opengl 1.1@tex-upside-down-miptree,Fail
|
||||
spec@!opengl 1.1@texsubimage-unpack,Fail
|
||||
spec@!opengl 1.1@texwrap 2d proj,Fail
|
||||
spec@!opengl 1.1@texwrap 2d,Fail
|
||||
spec@!opengl 1.1@texwrap formats,Fail
|
||||
spec@!opengl 1.1@windowoverlap,Fail
|
||||
spec@!opengl 1.2@copyteximage 3d,Fail
|
||||
spec@!opengl 1.2@getteximage-targets 3d,Fail
|
||||
spec@!opengl 1.2@lodclamp,Fail
|
||||
spec@!opengl 1.2@lodclamp-between,Fail
|
||||
spec@!opengl 1.2@lodclamp-between-max,Fail
|
||||
spec@!opengl 1.2@mipmap-setup,Fail
|
||||
spec@!opengl 1.2@tex3d,Fail
|
||||
spec@!opengl 1.2@tex3d-maxsize,Fail
|
||||
spec@!opengl 1.2@teximage-errors,Fail
|
||||
spec@!opengl 1.2@texwrap 3d proj,Fail
|
||||
spec@!opengl 1.2@texwrap 3d,Fail
|
||||
spec@!opengl 1.3@tex3d-depth1,Fail
|
||||
spec@!opengl 1.4@gl-1.4-polygon-offset,Fail
|
||||
spec@!opengl 1.4@tex-miplevel-selection,Fail
|
||||
spec@!opengl 1.4@tex-miplevel-selection-lod,Fail
|
||||
spec@!opengl 1.4@tex-miplevel-selection-lod-bias,Fail
|
||||
spec@!opengl 1.5@depth-tex-compare,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-immediate,Fail
|
||||
spec@!opengl 2.0@occlusion-query-discard,Fail
|
||||
spec@!opengl 2.0@tex3d-npot,Fail
|
||||
spec@!opengl 2.1@minmax,Fail
|
||||
spec@!opengl 2.1@pbo,Fail
|
||||
spec@!opengl 2.1@polygon-stipple-fs,Fail
|
||||
spec@!opengl es 2.0@draw_buffers_gles2,Fail
|
||||
spec@amd_performance_monitor@api,Crash
|
||||
spec@amd_performance_monitor@measure,Crash
|
||||
spec@amd_performance_monitor@vc4,Crash
|
||||
spec@arb_arrays_of_arrays@execution@glsl-arrays-copy-size-mismatch,Fail
|
||||
spec@arb_depth_texture@depth-level-clamp,Fail
|
||||
spec@arb_depth_texture@texwrap formats,Fail
|
||||
spec@arb_draw_elements_base_vertex@arb_draw_elements_base_vertex-negative-index,Crash
|
||||
spec@arb_draw_elements_base_vertex@arb_draw_elements_base_vertex-negative-index-user_varrays,Crash
|
||||
spec@arb_es2_compatibility@arb_es2_compatibility-drawbuffers,Fail
|
||||
spec@arb_es2_compatibility@texwrap formats,Fail
|
||||
spec@arb_fragment_coord_conventions@fp-arb-fragment-coord-conventions-integer,Fail
|
||||
spec@arb_fragment_coord_conventions@fp-arb-fragment-coord-conventions-none,Fail
|
||||
spec@arb_fragment_program@fp-indirections2,Fail
|
||||
spec@arb_fragment_program@minmax,Fail
|
||||
spec@arb_framebuffer_object@arb_framebuffer_object-depth-stencil-blit stencil gl_depth24_stencil8,Fail
|
||||
spec@arb_framebuffer_object@arb_framebuffer_object-depth-stencil-blit stencil gl_stencil_index1,Fail
|
||||
spec@arb_framebuffer_object@arb_framebuffer_object-depth-stencil-blit stencil gl_stencil_index16,Fail
|
||||
spec@arb_framebuffer_object@arb_framebuffer_object-depth-stencil-blit stencil gl_stencil_index4,Fail
|
||||
spec@arb_framebuffer_object@arb_framebuffer_object-depth-stencil-blit stencil gl_stencil_index8,Fail
|
||||
spec@arb_framebuffer_object@fbo-attachments-blit-scaled-linear,Fail
|
||||
spec@arb_framebuffer_object@fbo-blit-stretch,Fail
|
||||
spec@arb_framebuffer_object@fbo-generatemipmap-3d,Fail
|
||||
spec@arb_framebuffer_object@fbo-mipmap-copypix,Fail
|
||||
spec@arb_framebuffer_object@framebuffer-blit-levels draw stencil,Fail
|
||||
spec@arb_framebuffer_object@framebuffer-blit-levels read stencil,Fail
|
||||
spec@arb_framebuffer_object@mixed-buffer-sizes,Fail
|
||||
spec@arb_framebuffer_object@same-attachment-glframebuffertexture2d-gl_depth_stencil_attachment,Fail
|
||||
spec@arb_framebuffer_srgb@arb_framebuffer_srgb-srgb_conformance,Fail
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer linear_to_srgb downsample disabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer linear_to_srgb downsample disabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer linear_to_srgb downsample enabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer linear_to_srgb downsample enabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer linear_to_srgb msaa disabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer linear_to_srgb msaa disabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer linear_to_srgb msaa enabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer linear_to_srgb msaa enabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer srgb_to_linear downsample disabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer srgb_to_linear downsample disabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer srgb_to_linear downsample enabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer srgb_to_linear downsample enabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer srgb_to_linear msaa disabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer srgb_to_linear msaa disabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer srgb_to_linear msaa enabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer srgb_to_linear msaa enabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture linear_to_srgb downsample disabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture linear_to_srgb downsample disabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture linear_to_srgb downsample enabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture linear_to_srgb downsample enabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture linear_to_srgb msaa disabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture linear_to_srgb msaa disabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture linear_to_srgb msaa enabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture linear_to_srgb msaa enabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture srgb_to_linear downsample disabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture srgb_to_linear downsample disabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture srgb_to_linear downsample enabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture srgb_to_linear downsample enabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture srgb_to_linear msaa disabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture srgb_to_linear msaa disabled render,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture srgb_to_linear msaa enabled clear,Crash
|
||||
spec@arb_framebuffer_srgb@blit texture srgb_to_linear msaa enabled render,Crash
|
||||
spec@arb_internalformat_query2@all internalformat_<x>_size pname checks,Fail
|
||||
spec@arb_internalformat_query2@all internalformat_<x>_type pname checks,Timeout
|
||||
spec@arb_internalformat_query2@api error checks,Fail
|
||||
spec@arb_internalformat_query2@max dimensions related pname checks,Fail
|
||||
spec@arb_occlusion_query2@render,Fail
|
||||
spec@arb_occlusion_query@occlusion_query,Fail
|
||||
spec@arb_occlusion_query@occlusion_query_conform,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@pbo-getteximage,Fail
|
||||
spec@arb_pixel_buffer_object@texsubimage-unpack pbo,Fail
|
||||
spec@arb_point_sprite@arb_point_sprite-mipmap,Fail
|
||||
spec@arb_provoking_vertex@arb-provoking-vertex-render,Fail
|
||||
spec@arb_sampler_objects@sampler-objects,Fail
|
||||
spec@arb_shader_texture_lod@execution@glsl-fs-texturelod-01,Fail
|
||||
spec@arb_texture_cube_map@copyteximage cube samples=2,Crash
|
||||
spec@arb_texture_cube_map@copyteximage cube samples=4,Crash
|
||||
spec@arb_texture_multisample@arb_texture_multisample-teximage-3d-multisample,Fail
|
||||
spec@arb_texture_rectangle@1-1-linear-texture,Fail
|
||||
spec@arb_texture_rectangle@copyteximage rect samples=2,Crash
|
||||
spec@arb_texture_rectangle@copyteximage rect samples=4,Crash
|
||||
spec@arb_texture_rectangle@texrect-many,Crash
|
||||
spec@arb_texture_storage@texture-storage,Fail
|
||||
spec@arb_vertex_program@minmax,Fail
|
||||
spec@arb_vertex_type_2_10_10_10_rev@attrib-p-type-size-match,Fail
|
||||
spec@egl 1.4@egl-copy-buffers,Crash
|
||||
spec@egl 1.4@eglterminate then unbind context,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_rgba,Fail
|
||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||
spec@egl_mesa_configless_context@basic,Fail
|
||||
spec@ext_direct_state_access@indexed-state-queries 12,Fail
|
||||
spec@ext_direct_state_access@multi-texture,Crash
|
||||
spec@ext_direct_state_access@textures,Fail
|
||||
spec@ext_framebuffer_blit@fbo-blit-check-limits,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy 2 depth_draw depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy 2 depth_draw small depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy 2 depth_resolve depthstencil,Crash
|
||||
spec@ext_framebuffer_multisample@accuracy 2 depth_resolve small depthstencil,Timeout
|
||||
spec@ext_framebuffer_multisample@accuracy 2 stencil_resolve depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy 2 stencil_resolve small depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy 4 depth_draw depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy 4 depth_draw small depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy 4 depth_resolve depthstencil,Crash
|
||||
spec@ext_framebuffer_multisample@accuracy 4 depth_resolve small depthstencil,Timeout
|
||||
spec@ext_framebuffer_multisample@accuracy 4 srgb depthstencil linear,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy 4 srgb depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy 4 srgb small depthstencil linear,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy 4 srgb small depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy 4 stencil_resolve depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy 4 stencil_resolve small depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy all_samples depth_draw depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy all_samples depth_draw small depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy all_samples depth_resolve depthstencil,Crash
|
||||
spec@ext_framebuffer_multisample@accuracy all_samples depth_resolve small depthstencil,Timeout
|
||||
spec@ext_framebuffer_multisample@accuracy all_samples srgb depthstencil linear,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy all_samples srgb depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy all_samples srgb small depthstencil linear,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy all_samples srgb small depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy all_samples stencil_resolve depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@accuracy all_samples stencil_resolve small depthstencil,Fail
|
||||
spec@ext_framebuffer_multisample@blit-flipped 2 x,Crash
|
||||
spec@ext_framebuffer_multisample@blit-flipped 2 y,Crash
|
||||
spec@ext_framebuffer_multisample@blit-flipped 4 x,Crash
|
||||
spec@ext_framebuffer_multisample@blit-flipped 4 y,Crash
|
||||
spec@ext_framebuffer_multisample@blit-mismatched-formats,Fail
|
||||
spec@ext_framebuffer_multisample@clip-and-scissor-blit 2 downsample,Crash
|
||||
spec@ext_framebuffer_multisample@clip-and-scissor-blit 2 msaa,Crash
|
||||
spec@ext_framebuffer_multisample@clip-and-scissor-blit 2 upsample,Crash
|
||||
spec@ext_framebuffer_multisample@clip-and-scissor-blit 4 downsample,Crash
|
||||
spec@ext_framebuffer_multisample@clip-and-scissor-blit 4 msaa,Crash
|
||||
spec@ext_framebuffer_multisample@clip-and-scissor-blit 4 upsample,Crash
|
||||
spec@ext_framebuffer_multisample@enable-flag,Crash
|
||||
spec@ext_framebuffer_multisample@interpolation 2 centroid-edges,Fail
|
||||
spec@ext_framebuffer_multisample@interpolation 4 centroid-edges,Fail
|
||||
spec@ext_framebuffer_multisample@line-smooth 2,Crash
|
||||
spec@ext_framebuffer_multisample@line-smooth 4,Crash
|
||||
spec@ext_framebuffer_multisample@multisample-blit 2 color linear,Crash
|
||||
spec@ext_framebuffer_multisample@multisample-blit 2 color,Crash
|
||||
spec@ext_framebuffer_multisample@multisample-blit 2 depth,Crash
|
||||
spec@ext_framebuffer_multisample@multisample-blit 2 stencil,Crash
|
||||
spec@ext_framebuffer_multisample@multisample-blit 4 color linear,Crash
|
||||
spec@ext_framebuffer_multisample@multisample-blit 4 color,Crash
|
||||
spec@ext_framebuffer_multisample@multisample-blit 4 depth,Crash
|
||||
spec@ext_framebuffer_multisample@multisample-blit 4 stencil,Crash
|
||||
spec@ext_framebuffer_multisample@no-color 2 depth combined,Crash
|
||||
spec@ext_framebuffer_multisample@no-color 2 depth single,Crash
|
||||
spec@ext_framebuffer_multisample@no-color 2 depth-computed combined,Crash
|
||||
spec@ext_framebuffer_multisample@no-color 2 depth-computed single,Crash
|
||||
spec@ext_framebuffer_multisample@no-color 2 stencil combined,Crash
|
||||
spec@ext_framebuffer_multisample@no-color 2 stencil single,Crash
|
||||
spec@ext_framebuffer_multisample@no-color 4 depth combined,Crash
|
||||
spec@ext_framebuffer_multisample@no-color 4 depth single,Crash
|
||||
spec@ext_framebuffer_multisample@no-color 4 depth-computed combined,Crash
|
||||
spec@ext_framebuffer_multisample@no-color 4 depth-computed single,Crash
|
||||
spec@ext_framebuffer_multisample@no-color 4 stencil combined,Crash
|
||||
spec@ext_framebuffer_multisample@no-color 4 stencil single,Crash
|
||||
spec@ext_framebuffer_multisample@point-smooth 2,Crash
|
||||
spec@ext_framebuffer_multisample@point-smooth 4,Crash
|
||||
spec@ext_framebuffer_multisample@polygon-smooth 2,Crash
|
||||
spec@ext_framebuffer_multisample@polygon-smooth 4,Crash
|
||||
spec@ext_framebuffer_multisample@sample-alpha-to-coverage 2 color,Fail
|
||||
spec@ext_framebuffer_multisample@sample-alpha-to-coverage 2 depth,Crash
|
||||
spec@ext_framebuffer_multisample@sample-alpha-to-coverage 4 color,Fail
|
||||
spec@ext_framebuffer_multisample@sample-alpha-to-coverage 4 depth,Crash
|
||||
spec@ext_framebuffer_multisample@sample-coverage 2 inverted,Crash
|
||||
spec@ext_framebuffer_multisample@sample-coverage 2 non-inverted,Crash
|
||||
spec@ext_framebuffer_multisample@sample-coverage 4 inverted,Crash
|
||||
spec@ext_framebuffer_multisample@sample-coverage 4 non-inverted,Crash
|
||||
spec@ext_framebuffer_multisample@unaligned-blit 2 color downsample,Crash
|
||||
spec@ext_framebuffer_multisample@unaligned-blit 2 color msaa,Crash
|
||||
spec@ext_framebuffer_multisample@unaligned-blit 2 color upsample,Crash
|
||||
spec@ext_framebuffer_multisample@unaligned-blit 2 depth downsample,Crash
|
||||
spec@ext_framebuffer_multisample@unaligned-blit 2 depth msaa,Crash
|
||||
spec@ext_framebuffer_multisample@unaligned-blit 2 depth upsample,Crash
|
||||
spec@ext_framebuffer_multisample@unaligned-blit 4 color downsample,Crash
|
||||
spec@ext_framebuffer_multisample@unaligned-blit 4 color msaa,Crash
|
||||
spec@ext_framebuffer_multisample@unaligned-blit 4 color upsample,Crash
|
||||
spec@ext_framebuffer_multisample@unaligned-blit 4 depth downsample,Crash
|
||||
spec@ext_framebuffer_multisample@unaligned-blit 4 depth msaa,Crash
|
||||
spec@ext_framebuffer_multisample@unaligned-blit 4 depth upsample,Crash
|
||||
spec@ext_framebuffer_multisample@upsample 2 color linear,Crash
|
||||
spec@ext_framebuffer_multisample@upsample 2 color,Crash
|
||||
spec@ext_framebuffer_multisample@upsample 2 depth,Crash
|
||||
spec@ext_framebuffer_multisample@upsample 2 stencil,Crash
|
||||
spec@ext_framebuffer_multisample@upsample 4 color linear,Crash
|
||||
spec@ext_framebuffer_multisample@upsample 4 color,Crash
|
||||
spec@ext_framebuffer_multisample@upsample 4 depth,Crash
|
||||
spec@ext_framebuffer_multisample@upsample 4 stencil,Crash
|
||||
spec@ext_framebuffer_multisample_blit_scaled@negative-blit-scaled,Crash
|
||||
spec@ext_framebuffer_object@fbo-3d,Fail
|
||||
spec@ext_framebuffer_object@fbo-blending-format-quirks,Fail
|
||||
spec@ext_framebuffer_object@fbo-depth-sample-compare,Fail
|
||||
spec@ext_framebuffer_object@fbo-stencil-gl_stencil_index1-blit,Fail
|
||||
spec@ext_framebuffer_object@fbo-stencil-gl_stencil_index16-blit,Fail
|
||||
spec@ext_framebuffer_object@fbo-stencil-gl_stencil_index4-blit,Fail
|
||||
spec@ext_framebuffer_object@fbo-stencil-gl_stencil_index8-blit,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_ayuv,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_p012,Fail
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_p016,Fail
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_xyuv,Fail
|
||||
spec@ext_occlusion_query_boolean@any-samples,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-stencil-gl_depth24_stencil8-blit,Fail
|
||||
spec@ext_packed_depth_stencil@texwrap formats,Fail
|
||||
spec@ext_provoking_vertex@provoking-vertex,Fail
|
||||
spec@ext_texture_format_bgra8888@api-errors,Fail
|
||||
spec@ext_texture_srgb@texwrap formats bordercolor,Fail
|
||||
spec@ext_texture_srgb@texwrap formats bordercolor-swizzled,Fail
|
||||
spec@ext_texture_srgb@texwrap formats,Fail
|
||||
spec@glsl-1.10@built-in constants,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-cos-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-cos-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-cos-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-cos-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-exp-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-exp-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-exp-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-exp-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-exp2-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-exp2-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-exp2-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-exp2-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-log-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-log-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-log-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-log-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-log2-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-log2-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-log2-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-log2-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-pow-float-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-pow-vec2-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-pow-vec3-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-pow-vec4-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-sin-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-sin-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-sin-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-sin-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-tan-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-tan-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-tan-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@fs-tan-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-cos-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-cos-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-cos-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-cos-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-exp-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-exp-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-exp-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-exp-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-exp2-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-exp2-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-exp2-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-exp2-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-log-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-log-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-log-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-log-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-log2-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-log2-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-log2-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-log2-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-pow-float-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-pow-vec2-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-pow-vec3-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-pow-vec4-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-sin-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-sin-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-sin-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-sin-vec4,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-tan-float,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-tan-vec2,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-tan-vec3,Fail
|
||||
spec@glsl-1.10@execution@built-in-functions@vs-tan-vec4,Fail
|
||||
spec@glsl-1.10@execution@fs-texture-select,Fail
|
||||
spec@glsl-1.10@execution@gl_lightsource_indirect,Crash
|
||||
spec@glsl-1.10@execution@glsl-fs-convolution-2,Fail
|
||||
spec@glsl-1.10@execution@samplers@glsl-fs-sampler-numbering-2,Fail
|
||||
spec@glsl-1.10@execution@samplers@glsl-fs-sampler-numbering-3,Fail
|
||||
spec@glsl-1.10@execution@samplers@in-parameter-array,Fail
|
||||
spec@glsl-1.10@execution@texture3d,Fail
|
||||
spec@glsl-1.20@built-in constants,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture() 1d,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture() 1dshadow,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture() 2d,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture() 2dshadow,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture() 3d,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture() cube,Crash
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture(bias) 1d,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture(bias) 1dshadow,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture(bias) 2d,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture(bias) 2dshadow,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture(bias) 3d,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture(bias) cube,Crash
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj 1d,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj 1d_projvec4,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj 1dshadow,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj 2d,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj 2d_projvec4,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj 2dshadow,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj 3d,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj(bias) 1d,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj(bias) 1d_projvec4,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj(bias) 1dshadow,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj(bias) 2d,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj(bias) 2d_projvec4,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj(bias) 2dshadow,Fail
|
||||
spec@glsl-1.20@execution@tex-miplevel-selection gl2:textureproj(bias) 3d,Fail
|
||||
spec@glsl-1.20@execution@variable-indexing@fs-temp-array-mat4-index-col-row-wr,Fail
|
||||
spec@glsl-1.20@execution@variable-indexing@vs-temp-array-mat4-index-col-row-wr,Fail
|
||||
spec@intel_performance_query@intel_performance_query-issue_2235,Fail
|
||||
spec@khr_texture_compression_astc@basic-gles,Fail
|
||||
spec@khr_texture_compression_astc@miptree-gl ldr,Fail
|
||||
spec@khr_texture_compression_astc@miptree-gl srgb,Fail
|
||||
spec@khr_texture_compression_astc@miptree-gl srgb-fp,Fail
|
||||
spec@khr_texture_compression_astc@miptree-gl srgb-sd,Fail
|
||||
spec@khr_texture_compression_astc@miptree-gles ldr,Fail
|
||||
spec@khr_texture_compression_astc@miptree-gles srgb,Fail
|
||||
spec@khr_texture_compression_astc@miptree-gles srgb-fp,Fail
|
||||
spec@oes_compressed_etc1_rgb8_texture@miptree,Fail
|
||||
wgl@wgl-multi-context-single-window,Fail
|
||||
wgl@wgl-multi-window-single-context,Fail
|
||||
wgl@wgl-sanity,Fail
|
||||
5
src/broadcom/ci/piglit-vc4-rpi3-flakes.txt
Normal file
5
src/broadcom/ci/piglit-vc4-rpi3-flakes.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
shaders@glsl-vs-loop
|
||||
spec@arb_framebuffer_srgb@blit renderbuffer srgb single_sampled enabled clear
|
||||
glx@glx-multi-window-single-context
|
||||
glx@glx_arb_sync_control@timing
|
||||
spec@egl_chromium_sync_control@conformance
|
||||
18
src/broadcom/ci/piglit-vc4-rpi3-skips.txt
Normal file
18
src/broadcom/ci/piglit-vc4-rpi3-skips.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Slow tests (> 1 minute to run)
|
||||
spec@ext_framebuffer_multisample@accuracy
|
||||
glx@glx-multithread-texture
|
||||
spec@arb_internalformat_query2@all internalformat_<x>_type pname checks
|
||||
spec@!opengl 1.1@streaming-texture-leak
|
||||
|
||||
# Extensions not supported
|
||||
spec@arb_gpu_shader_fp64.*
|
||||
spec@arb_gpu_shader_gpu5.*
|
||||
spec@arb_gpu_shader_int64.*
|
||||
spec@arb_tessellation_shader.*
|
||||
spec@arb_texture_cube_map.*
|
||||
spec@glsl-1.30.*
|
||||
spec@glsl-1.40.*
|
||||
spec@glsl-1.50.*
|
||||
spec@glsl-3.*
|
||||
spec@glsl-4.*
|
||||
spec@glsl-es-3.*
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue