aboutsummaryrefslogtreecommitdiff
path: root/tests/test_browser.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-09-04 11:02:00 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-04 11:02:00 -0700
commit3e7f939ac7cc770558c54c945f596edf9098abd2 (patch)
tree8ae68f8423236312a20bbaf9b19e57eba1fef40e /tests/test_browser.py
parent6eaaebf4dd9c1dbd38dba929199cd3121b666c0f (diff)
parent61534f218715a78e5e142437d5d295035d441183 (diff)
Merge branch 'vertex_array_object_bug' of github.com:michaeljbishop/emscripten into incoming
Diffstat (limited to 'tests/test_browser.py')
-rw-r--r--tests/test_browser.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_browser.py b/tests/test_browser.py
index b014b4f6..7f085f15 100644
--- a/tests/test_browser.py
+++ b/tests/test_browser.py
@@ -1207,6 +1207,9 @@ If manually bisecting:
def test_gl_stride(self):
self.btest('gl_stride.c', reference='gl_stride.png', args=['-s', 'GL_UNSAFE_OPTS=0', '-s', 'LEGACY_GL_EMULATION=1'])
+ def test_gl_vertex_buffer(self):
+ self.btest('gl_vertex_buffer.c', reference='gl_vertex_buffer.png', args=['-s', 'GL_UNSAFE_OPTS=0', '-s', 'LEGACY_GL_EMULATION=1'])
+
def test_matrix_identity(self):
self.btest('gl_matrix_identity.c', expected=['-1882984448', '460451840'], args=['-s', 'LEGACY_GL_EMULATION=1'])