Merge "Run Draw*BaseVertex if EXT_draw_elements_base_vertex is present" am: 4929480c4...
authorAlexander Galazin <alexander.galazin@arm.com>
Tue, 22 Aug 2017 18:46:37 +0000 (18:46 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Tue, 22 Aug 2017 18:46:37 +0000 (18:46 +0000)
am: 3664e44402

Change-Id: I06969414b3a1d4d1a396e5432bac58fd3fefffe0

android/cts/Android.mk
android/package/Android.mk
modules/gles31/functional/es31fNegativeComputeTests.cpp

index 2eb34f7..762eb2a 100644 (file)
@@ -21,7 +21,7 @@ LOCAL_MODULE := CtsDeqpTestCases
 LOCAL_MODULE_TAGS := optional
 
 # Tag this module as a cts test artifact
-LOCAL_COMPATIBILITY_SUITE := cts
+LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
 
 LOCAL_SDK_VERSION := 22
 
index 00db989..210ac5b 100644 (file)
@@ -23,7 +23,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_APPS)
 
 LOCAL_MODULE_TAGS := tests
 
-LOCAL_COMPATIBILITY_SUITE := cts
+LOCAL_COMPATIBILITY_SUITE := cts vts
 
 LOCAL_SRC_FILES := $(call all-java-files-under,src)
 LOCAL_JNI_SHARED_LIBRARIES := libdeqp
index 8fc9f10..eb2e0ec 100644 (file)
@@ -248,7 +248,7 @@ void exceed_texture_image_units_limit (NegativeTestContext& ctx)
 
                ctx.beginSection("GL_INVALID_OPERATION error is generated if the sum of the number of active samplers for each active program exceeds the maximum number of texture image units allowed");
                ctx.glDispatchCompute(1, 1, 1);
-               ctx.expectError(GL_INVALID_VALUE);
+               ctx.expectError(GL_INVALID_OPERATION);
                ctx.endSection();
        }
 }