1# Basic test set 2[[deqp]] 3deqp = "/deqp/modules/gles2/deqp-gles2" 4caselists = ["/deqp/mustpass/gles2-main.txt"] 5skips = ["/install/iris-skips.txt"] 6deqp_args = [ 7 "--deqp-surface-width=256", "--deqp-surface-height=256", 8 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 9 "--deqp-gl-config-name=rgba8888d24s8ms0", 10] 11version_check = "GL ES 3.2.*git" 12renderer_check = "JSL" 13 14[[deqp]] 15deqp = "/deqp/modules/gles3/deqp-gles3" 16caselists = ["/deqp/mustpass/gles3-main.txt"] 17skips = ["/install/iris-skips.txt"] 18deqp_args = [ 19 "--deqp-surface-width=256", "--deqp-surface-height=256", 20 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 21 "--deqp-gl-config-name=rgba8888d24s8ms0", 22] 23 24[[deqp]] 25deqp = "/deqp/modules/gles31/deqp-gles31" 26caselists = ["/deqp/mustpass/gles31-main.txt"] 27skips = ["/install/iris-skips.txt"] 28deqp_args = [ 29 "--deqp-surface-width=256", "--deqp-surface-height=256", 30 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 31 "--deqp-gl-config-name=rgba8888d24s8ms0", 32] 33 34[[deqp]] 35deqp = "/deqp/external/openglcts/modules/glcts" 36caselists = [ 37 "/deqp/mustpass/gles2-khr-main.txt", 38 "/deqp/mustpass/gles3-khr-main.txt", 39 "/deqp/mustpass/gles31-khr-main.txt", 40] 41skips = ["/install/iris-skips.txt"] 42deqp_args = [ 43 "--deqp-surface-width=256", "--deqp-surface-height=256", 44 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 45 "--deqp-gl-config-name=rgba8888d24s8ms0", 46] 47timeout = 90.0 # Some tests take a bit over 60 seconds 48 49# Note that KHR-GL3* test sets include all tests from the previous 50# version, so we only need to run one test list (unlike dEQP-GLES, 51# where the test sets are separate). 52[[deqp]] 53deqp = "/deqp/external/openglcts/modules/glcts" 54caselists = [ 55 "/deqp/mustpass/gl46-main.txt", 56 "/deqp/mustpass/gl46-khr-single.txt", 57] 58skips = ["/install/iris-skips.txt"] 59deqp_args = [ 60 "--deqp-surface-width=256", "--deqp-surface-height=256", 61 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 62 "--deqp-gl-config-name=rgba8888d24s8ms0", 63] 64timeout = 90.0 # Some tests take a bit over 60 seconds 65 66# 565-nozs 67[[deqp]] 68deqp = "/deqp/modules/gles3/deqp-gles3" 69caselists = ["/deqp/mustpass/gles3-565-no-depth-no-stencil.txt"] 70skips = ["/install/iris-skips.txt"] 71deqp_args = [ 72 "--deqp-surface-width=256", "--deqp-surface-height=256", 73 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 74 "--deqp-gl-config-name=rgb565d0s0ms0", 75] 76prefix = "565-nozs-" 77 78[[deqp]] 79deqp = "/deqp/modules/gles31/deqp-gles31" 80caselists = ["/deqp/mustpass/gles31-565-no-depth-no-stencil.txt"] 81skips = ["/install/iris-skips.txt"] 82deqp_args = [ 83 "--deqp-surface-width=256", "--deqp-surface-height=256", 84 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 85 "--deqp-gl-config-name=rgb565d0s0ms0", 86] 87prefix = "565-nozs-" 88 89# multisample 90[[deqp]] 91deqp = "/deqp/modules/gles3/deqp-gles3" 92caselists = ["/deqp/mustpass/gles3-multisample.txt"] 93skips = ["/install/iris-skips.txt"] 94deqp_args = [ 95 "--deqp-surface-width=256", "--deqp-surface-height=256", 96 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 97 "--deqp-gl-config-name=rgba8888d24s8ms4", 98] 99prefix = "multisample-" 100 101[[deqp]] 102deqp = "/deqp/modules/gles31/deqp-gles31" 103caselists = ["/deqp/mustpass/gles31-multisample.txt"] 104skips = ["/install/iris-skips.txt"] 105deqp_args = [ 106 "--deqp-surface-width=256", "--deqp-surface-height=256", 107 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 108 "--deqp-gl-config-name=rgba8888d24s8ms4", 109] 110prefix = "multisample-" 111