Remove EGL gles1.rgb565_window from mustpass
authorPyry Haulos <phaulos@google.com>
Tue, 13 Jun 2017 21:08:33 +0000 (14:08 -0700)
committerPyry Haulos <phaulos@google.com>
Tue, 13 Jun 2017 21:08:33 +0000 (14:08 -0700)
Bug: 30041221
Change-Id: Idc8e3d1d78c568fa8d4209c61eaec52ca5696356

android/cts/master/egl-master.txt
android/cts/master/src/egl-driver-issues.txt [new file with mode: 0644]
scripts/build_android_mustpass.py

index d3b76c1..4a2a176 100644 (file)
@@ -417,7 +417,6 @@ dEQP-EGL.functional.choose_config.random.all
 dEQP-EGL.functional.choose_config.color_component_type_ext.dont_care
 dEQP-EGL.functional.choose_config.color_component_type_ext.fixed
 dEQP-EGL.functional.choose_config.color_component_type_ext.float
-dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_window
 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_pixmap
 dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_pbuffer
 dEQP-EGL.functional.color_clears.single_context.gles1.rgb888_window
diff --git a/android/cts/master/src/egl-driver-issues.txt b/android/cts/master/src/egl-driver-issues.txt
new file mode 100644 (file)
index 0000000..9227bc4
--- /dev/null
@@ -0,0 +1,2 @@
+# Bug 30041221
+dEQP-EGL.functional.color_clears.single_context.gles1.rgb565_window
index 0a53fb4..dae0b99 100644 (file)
@@ -346,7 +346,8 @@ NYC_VULKAN_PKG                                      = Package(module = VULKAN_MODULE, configurations = [
 MASTER_EGL_COMMON_FILTERS              = [include("egl-master.txt"),
                                                                   exclude("egl-test-issues.txt"),
                                                                   exclude("egl-internal-api-tests.txt"),
-                                                                  exclude("egl-manual-robustness.txt")]
+                                                                  exclude("egl-manual-robustness.txt"),
+                                                                  exclude("egl-driver-issues.txt")]
 MASTER_EGL_PKG                                 = Package(module = EGL_MODULE, configurations = [
                # Master
                Configuration(name                      = "master",