projects
/
platform
/
upstream
/
VK-GL-CTS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1459a45
)
Fix broken print in egl tests.
author
Jarkko Pöyry
<jpoyry@google.com>
Sat, 7 Mar 2015 02:15:01 +0000
(18:15 -0800)
committer
Jarkko Pöyry
<jpoyry@google.com>
Tue, 10 Mar 2015 20:31:21 +0000
(13:31 -0700)
Change-Id: I87ac4f652d7536d2da8bd87e05d2073b8139a516
modules/egl/teglCreateContextExtTests.cpp
patch
|
blob
|
history
diff --git
a/modules/egl/teglCreateContextExtTests.cpp
b/modules/egl/teglCreateContextExtTests.cpp
index b7822d088add9ac9bb3276eb5b14d68f2a8bcd39..fdd6f09cab940bc96fb3a3c2747b4c477e4bbfda 100644
(file)
--- a/
modules/egl/teglCreateContextExtTests.cpp
+++ b/
modules/egl/teglCreateContextExtTests.cpp
@@
-349,7
+349,7
@@
void CreateContextExtCase::logAttribList (void)
iter++;
attribListString << "EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT, ";
- if (*iter == EGL_FALSE
&&
*iter == EGL_TRUE)
+ if (*iter == EGL_FALSE
||
*iter == EGL_TRUE)
attribListString << (*iter ? "EGL_TRUE" : "EGL_FALSE");
else
attribListString << (*iter);