aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar senorblanco <senorblanco@chromium.org>2015-04-21 09:43:08 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-21 09:43:08 -0700
commit409fd66a5afcef5f165f7ccec7c3473add231752 (patch)
tree17f8c49371b88953ab412f4d3717e743d98e2ba4 /tests
parent64c99cc90e678feba473d38db420d31883cc53e6 (diff)
One more ASAN fix.
Don't fail the GL validation check if the GL context fails to create. TBR=robertphillips@google.com BUG=skia: Review URL: https://codereview.chromium.org/1096113003
Diffstat (limited to 'tests')
-rwxr-xr-xtests/GLInterfaceValidationTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/GLInterfaceValidationTest.cpp b/tests/GLInterfaceValidationTest.cpp
index 1448f28fb0..fe6cc27a35 100755
--- a/tests/GLInterfaceValidationTest.cpp
+++ b/tests/GLInterfaceValidationTest.cpp
@@ -28,7 +28,6 @@ DEF_GPUTEST(GLInterfaceValidation, reporter, factory) {
continue;
}
- REPORTER_ASSERT(reporter, glCtx);
if (glCtx) {
const GrGLInterface* interface = glCtx->gl();
REPORTER_ASSERT(reporter, interface->validate());