From: Alexander Galazin Date: Thu, 10 Aug 2017 08:13:06 +0000 (+0200) Subject: Add *test-issues files to GL mustpass X-Git-Tag: upstream/0.1.0~164 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c149e15f5ae5c64f5b471e5c61f33f83e24e41b;p=platform%2Fupstream%2FVK-GL-CTS.git Add *test-issues files to GL mustpass Components: OpenGL Change-Id: Idfa558c35f6a838dd47d7e79ac680bbc1a98473a --- diff --git a/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl40-test-issues.txt b/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl40-test-issues.txt new file mode 100644 index 0000000..c2fd524 --- /dev/null +++ b/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl40-test-issues.txt @@ -0,0 +1,2 @@ +# VK-GL-CTS issue: 624 +KHR-GL40.shader_subroutine.multiple_contexts diff --git a/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl41-test-issues.txt b/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl41-test-issues.txt new file mode 100644 index 0000000..bcf2806 --- /dev/null +++ b/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl41-test-issues.txt @@ -0,0 +1,2 @@ +# VK-GL-CTS issue: 624 +KHR-GL41.shader_subroutine.multiple_contexts diff --git a/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl42-test-issues.txt b/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl42-test-issues.txt new file mode 100644 index 0000000..c56274e --- /dev/null +++ b/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl42-test-issues.txt @@ -0,0 +1,2 @@ +# VK-GL-CTS issue: 624 +KHR-GL42.shader_subroutine.multiple_contexts diff --git a/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl43-test-issues.txt b/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl43-test-issues.txt new file mode 100644 index 0000000..a0e70c3 --- /dev/null +++ b/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl43-test-issues.txt @@ -0,0 +1,2 @@ +# VK-GL-CTS issue: 624 +KHR-GL43.shader_subroutine.multiple_contexts diff --git a/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl44-test-issues.txt b/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl44-test-issues.txt new file mode 100644 index 0000000..19dc4ae --- /dev/null +++ b/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl44-test-issues.txt @@ -0,0 +1,2 @@ +# VK-GL-CTS issue: 624 +KHR-GL44.shader_subroutine.multiple_contexts diff --git a/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl45-test-issues.txt b/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl45-test-issues.txt new file mode 100644 index 0000000..479437e --- /dev/null +++ b/external/openglcts/data/mustpass/gl/khronos_mustpass/4.5.5.x/src/gl45-test-issues.txt @@ -0,0 +1,2 @@ +# VK-GL-CTS issue: 624 +KHR-GL45.shader_subroutine.multiple_contexts diff --git a/external/openglcts/scripts/build_mustpass.py b/external/openglcts/scripts/build_mustpass.py index 813d95b..3a44d56 100644 --- a/external/openglcts/scripts/build_mustpass.py +++ b/external/openglcts/scripts/build_mustpass.py @@ -982,12 +982,12 @@ GL_CTS_KHR_MP_NOCTX_DEVICE_DIR = "gl_cts/data/mustpass/gl/khronos_mustpass_noct GL_CTS_NOCTX_PROJECT = Project(name = "Khronos Mustpass GL NoContext", path = GL_CTS_KHR_MP_NOCTX_DATA_DIR, incpath = GL_CTS_MP_INC_DIR, devicepath = GL_CTS_KHR_MP_NOCTX_DEVICE_DIR, copyright = COPYRIGHT_DECLARATION) GL_MODULES = OrderedDict([ - ('KHR-GL45', ['master', [include('gl45-master.txt')]]), - ('KHR-GL44', ['master', [include('gl44-master.txt')]]), - ('KHR-GL43', ['master', [include('gl43-master.txt')]]), - ('KHR-GL42', ['master', [include('gl42-master.txt')]]), - ('KHR-GL41', ['master', [include('gl41-master.txt')]]), - ('KHR-GL40', ['master', [include('gl40-master.txt')]]), + ('KHR-GL45', ['master', [include('gl45-master.txt'), exclude('gl45-test-issues.txt')]]), + ('KHR-GL44', ['master', [include('gl44-master.txt'), exclude('gl44-test-issues.txt')]]), + ('KHR-GL43', ['master', [include('gl43-master.txt'), exclude('gl43-test-issues.txt')]]), + ('KHR-GL42', ['master', [include('gl42-master.txt'), exclude('gl42-test-issues.txt')]]), + ('KHR-GL41', ['master', [include('gl41-master.txt'), exclude('gl41-test-issues.txt')]]), + ('KHR-GL40', ['master', [include('gl40-master.txt'), exclude('gl40-test-issues.txt')]]), ('KHR-GL33', ['master', [include('gl33-master.txt')]]), ('KHR-GL32', ['master', [include('gl32-master.txt')]]), ('KHR-GL31', ['master', [include('gl31-master.txt')]]),