diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-20 12:34:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-20 12:34:59 -0800 |
commit | 68410ca5b8674f02d0da783bbfc78e2839d6b2c6 (patch) | |
tree | 59e8d027c2887b4abdf32b251798084fd4b83fd6 /tests/runner.py | |
parent | 540bc21f19170df2d0621c37e2f424ce0d177d81 (diff) |
vertex array object support in gl emulation
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 3b2fcd58..89bc3d32 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -10591,6 +10591,9 @@ elif 'browser' in str(sys.argv): def test_cubegeom_fog(self): self.btest('cubegeom_fog.c', expected=['1617140399', '-898782526', '-946179526']) + def test_cubegeom_pre_vao(self): + self.btest('cubegeom_pre_vao.c', expected=['-1472804742', '-1626058463', '-2046234971']) + def test_cube_explosion(self): self.btest('cube_explosion.c', expected=['667220544', '-1543354600', '-1485258415']) |