aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-04-28 15:57:10 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-04-28 15:57:10 -0700
commit6733bb59e4a7e32b5591940ffc4df35efca6f63e (patch)
treef2120ebca0c7ae7bdf34ad6263513983f87980b6 /tests/runner.py
parent6f0dc01e47ad72e97c69866b466b8890121e0ec0 (diff)
fix handling of non-float client attributes, and add test_cubegeom_pre3
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 1809a504..c9831180 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -7235,6 +7235,9 @@ elif 'browser' in str(sys.argv):
def test_cubegeom_pre2(self):
self.btest('cubegeom_pre2.c', expected='-1472804742', args=['-s', 'GL_DEBUG=1'])
+ def test_cubegeom_pre3(self):
+ self.btest('cubegeom_pre3.c', expected='-1472804742', args=['-s', 'GL_DEBUG=1'])
+
def zzztest_cubegeom(self):
self.btest('cubegeom.c', reference='sdlglshader.png', args=['-s', 'GL_DEBUG=1'])