aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar senorblanco <senorblanco@chromium.org>2015-04-21 11:13:17 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-21 11:13:17 -0700
commit42a2c1d231781d2fcff4cb4ee7be23ea8191e8da (patch)
tree8b8a252d22442bc291e7766c6e4e011bce0e462a /tests
parent05641a5582bbb3ee40dc2c9ba21d837df9340583 (diff)
Revert "One more ASAN fix."
This reverts commit 409fd66a5afcef5f165f7ccec7c3473add231752. We don't expect to pass this test until the ASAN bots are correctly configured, and can run GPU tests. BUG=skia: TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1080393003
Diffstat (limited to 'tests')
-rwxr-xr-xtests/GLInterfaceValidationTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/GLInterfaceValidationTest.cpp b/tests/GLInterfaceValidationTest.cpp
index fe6cc27a35..1448f28fb0 100755
--- a/tests/GLInterfaceValidationTest.cpp
+++ b/tests/GLInterfaceValidationTest.cpp
@@ -28,6 +28,7 @@ DEF_GPUTEST(GLInterfaceValidation, reporter, factory) {
continue;
}
+ REPORTER_ASSERT(reporter, glCtx);
if (glCtx) {
const GrGLInterface* interface = glCtx->gl();
REPORTER_ASSERT(reporter, interface->validate());