Limit changes by xor to upper 8 bits in mixed atomic tests
[platform/upstream/VK-GL-CTS.git] / scripts / build_android_mustpass.py
index a20da2c..4139e10 100644 (file)
@@ -208,6 +208,7 @@ MASTER_EGL_PKG                                      = Package(module = EGL_MODULE, configurations = [
                                          glconfig              = "rgba8888d24s8ms0",
                                          rotation              = "unspecified",
                                          surfacetype   = "window",
+                                         required              = True,
                                          filters               = MASTER_EGL_COMMON_FILTERS,
                                      runtime           = "24m"),
        ])
@@ -223,6 +224,7 @@ MASTER_GLES2_PKG                            = Package(module = GLES2_MODULE, configurations = [
                                          glconfig              = "rgba8888d24s8ms0",
                                          rotation              = "unspecified",
                                          surfacetype   = "window",
+                                         required              = True,
                                          filters               = MASTER_GLES2_COMMON_FILTERS,
                                          runtime               = "40m"),
        ])
@@ -240,6 +242,7 @@ MASTER_GLES3_PKG                            = Package(module = GLES3_MODULE, configurations = [
                                          glconfig              = "rgba8888d24s8ms0",
                                          rotation              = "unspecified",
                                          surfacetype   = "window",
+                                         required              = True,
                                          filters               = MASTER_GLES3_COMMON_FILTERS,
                                          runtime               = "1h15m"),
                # Rotations
@@ -300,6 +303,7 @@ MASTER_GLES31_PKG                           = Package(module = GLES31_MODULE, configurations = [
                                          glconfig              = "rgba8888d24s8ms0",
                                          rotation              = "unspecified",
                                          surfacetype   = "window",
+                                         required              = True,
                                          filters               = MASTER_GLES31_COMMON_FILTERS,
                                          runtime               = "7h30m"),