diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-29 14:01:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-29 14:01:37 -0700 |
commit | ec6ce2baf4f5c03693ab38219b004a78c136ce53 (patch) | |
tree | 82d12be973d553518f133227e5bd667d7ec575c5 /tests/runner.py | |
parent | cb0bb1c1a76850bd4a3ee6faa2af7e879d23e991 (diff) |
correct coordinate type in glRotate and add testing
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 143587a0..a5b5ad84 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7236,10 +7236,10 @@ elif 'browser' in str(sys.argv): 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']) + self.btest('cubegeom_pre3.c', expected='-1472804742') def test_cubegeom(self): - self.btest('cubegeom.c', expected='-1402263178') + self.btest('cubegeom.c', expected='188641320') elif 'benchmark' in str(sys.argv): # Benchmarks. Run them with argument |benchmark|. To run a specific test, do |