Add WSI tests to mustpass
authorPyry Haulos <phaulos@google.com>
Fri, 11 Mar 2016 16:27:52 +0000 (08:27 -0800)
committerPyry Haulos <phaulos@google.com>
Fri, 11 Mar 2016 16:27:52 +0000 (08:27 -0800)
Change-Id: I8c7553060c249bedfd701ccfe75cd458692e9859

android/cts/master/com.drawelements.deqp.vk.xml
android/cts/master/src/vulkan-not-applicable.txt [new file with mode: 0644]
android/cts/master/vk-master.txt
scripts/build_android_mustpass.py

index 2215092..03c35c1 100644 (file)
                                </TestCase>
                        </TestSuite>
                </TestSuite>
+               <TestSuite name="wsi">
+                       <TestSuite name="android">
+                               <TestCase name="surface">
+                                       <Test name="create">
+                                               <TestInstance/>
+                                       </Test>
+                                       <Test name="query_support">
+                                               <TestInstance/>
+                                       </Test>
+                                       <Test name="query_capabilities">
+                                               <TestInstance/>
+                                       </Test>
+                                       <Test name="initial_size">
+                                               <TestInstance/>
+                                       </Test>
+                               </TestCase>
+                       </TestSuite>
+               </TestSuite>
        </TestSuite>
 </TestPackage>
diff --git a/android/cts/master/src/vulkan-not-applicable.txt b/android/cts/master/src/vulkan-not-applicable.txt
new file mode 100644 (file)
index 0000000..54abde2
--- /dev/null
@@ -0,0 +1,6 @@
+# WSI tests for other platforms
+dEQP-VK.wsi.xlib.*
+dEQP-VK.wsi.xcb.*
+dEQP-VK.wsi.mir.*
+dEQP-VK.wsi.wayland.*
+dEQP-VK.wsi.win32.*
index 788b422..a25ee51 100644 (file)
@@ -80288,3 +80288,7 @@ dEQP-VK.image.image_size.buffer.readonly_writeonly_32
 dEQP-VK.image.image_size.buffer.readonly_writeonly_12
 dEQP-VK.image.image_size.buffer.readonly_writeonly_1
 dEQP-VK.image.image_size.buffer.readonly_writeonly_7
+dEQP-VK.wsi.android.surface.create
+dEQP-VK.wsi.android.surface.query_support
+dEQP-VK.wsi.android.surface.query_capabilities
+dEQP-VK.wsi.android.surface.initial_size
index 9908b9d..1165137 100644 (file)
@@ -332,6 +332,7 @@ MASTER_GLES31_PKG                           = Package(module = GLES31_MODULE, configurations = [
 
 MASTER_VULKAN_FILTERS                  = [
                include("vulkan-master.txt"),
+               exclude("vulkan-not-applicable.txt"),
                exclude("vulkan-test-issues.txt"),
                exclude("vulkan-hw-issues.txt")
        ]