Add swapchain tests to mustpass
authorPyry Haulos <phaulos@google.com>
Fri, 18 Mar 2016 23:35:39 +0000 (16:35 -0700)
committerPyry Haulos <phaulos@google.com>
Fri, 18 Mar 2016 23:35:39 +0000 (16:35 -0700)
Change-Id: Id1010f7fbe64f38e0ddd17d96d30b2e5fd5d3161

android/cts/master/com.drawelements.deqp.vk.xml
android/cts/master/vk-master.txt

index 1d20ed4..6a6cef9 100644 (file)
                                                <TestInstance/>
                                        </Test>
                                </TestCase>
+                               <TestSuite name="swapchain">
+                                       <TestCase name="create">
+                                               <Test name="min_image_count">
+                                                       <TestInstance/>
+                                               </Test>
+                                               <Test name="image_format">
+                                                       <TestInstance/>
+                                               </Test>
+                                               <Test name="image_extent">
+                                                       <TestInstance/>
+                                               </Test>
+                                               <Test name="image_array_layers">
+                                                       <TestInstance/>
+                                               </Test>
+                                               <Test name="image_usage">
+                                                       <TestInstance/>
+                                               </Test>
+                                               <Test name="image_sharing_mode">
+                                                       <TestInstance/>
+                                               </Test>
+                                               <Test name="pre_transform">
+                                                       <TestInstance/>
+                                               </Test>
+                                               <Test name="composite_alpha">
+                                                       <TestInstance/>
+                                               </Test>
+                                               <Test name="present_mode">
+                                                       <TestInstance/>
+                                               </Test>
+                                               <Test name="clipped">
+                                                       <TestInstance/>
+                                               </Test>
+                                       </TestCase>
+                               </TestSuite>
                        </TestSuite>
                </TestSuite>
                <TestCase name="synchronization">
index dddce41..67729e3 100644 (file)
@@ -80294,6 +80294,16 @@ dEQP-VK.wsi.android.surface.query_capabilities
 dEQP-VK.wsi.android.surface.query_formats
 dEQP-VK.wsi.android.surface.query_present_modes
 dEQP-VK.wsi.android.surface.initial_size
+dEQP-VK.wsi.android.swapchain.create.min_image_count
+dEQP-VK.wsi.android.swapchain.create.image_format
+dEQP-VK.wsi.android.swapchain.create.image_extent
+dEQP-VK.wsi.android.swapchain.create.image_array_layers
+dEQP-VK.wsi.android.swapchain.create.image_usage
+dEQP-VK.wsi.android.swapchain.create.image_sharing_mode
+dEQP-VK.wsi.android.swapchain.create.pre_transform
+dEQP-VK.wsi.android.swapchain.create.composite_alpha
+dEQP-VK.wsi.android.swapchain.create.present_mode
+dEQP-VK.wsi.android.swapchain.create.clipped
 dEQP-VK.synchronization.fences
 dEQP-VK.synchronization.semaphores
 dEQP-VK.synchronization.events