diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-05-13 15:13:18 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-05-13 15:13:18 -0700 |
commit | 6b9545c1d244b5509ee592cbc38988fdd8350b4f (patch) | |
tree | 5d2586ff6e266f7006339541084da3c405eb45d8 /tests/runner.py | |
parent | b90a590f024d12650112ee15fbbf24cdea082ed1 (diff) |
fix order in gl_ModelViewProjectionMatrix and add working cube_explosion test
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 57d6379b..d25bd2d3 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7315,8 +7315,8 @@ elif 'browser' in str(sys.argv): def test_cubegeom_texturematrix(self): self.btest('cubegeom_texturematrix.c', expected='1297500583') - def zzztest_cube_explosion(self): - self.btest('cube_explosion.c', expected='-1472804742') + def test_cube_explosion(self): + self.btest('cube_explosion.c', expected='667220544') def test_pre_run_deps(self): # Adding a dependency in preRun will delay run |