aboutsummaryrefslogtreecommitdiff
path: root/tests/test_browser.py
diff options
context:
space:
mode:
authorjuj <jujjyl@gmail.com>2013-10-08 13:14:20 -0700
committerjuj <jujjyl@gmail.com>2013-10-08 13:14:20 -0700
commit706907a119b8b74b04daadcd77a741b0bdc74b2c (patch)
treeb71fc7747870653e8151a1f8b112e7d41b63bed5 /tests/test_browser.py
parentae5ef852920ce67449af7693f05a767a87aed976 (diff)
parent5ce6618b98640e2bc3d17cc57422209a17476eeb (diff)
Merge pull request #1689 from juj/fix_gl_uniform_arrays
Fix gl uniform arrays
Diffstat (limited to 'tests/test_browser.py')
-rw-r--r--tests/test_browser.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_browser.py b/tests/test_browser.py
index 799759a1..24113511 100644
--- a/tests/test_browser.py
+++ b/tests/test_browser.py
@@ -1308,6 +1308,10 @@ keydown(100);keyup(100); // trigger the end
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'], reference_slack=1)
+ # Does not pass due to https://bugzilla.mozilla.org/show_bug.cgi?id=924264 so disabled for now.
+ # def test_gles2_uniform_arrays(self):
+ # self.btest('gles2_uniform_arrays.cpp', args=['-s', 'GL_ASSERTIONS=1'], expected=['1'])
+
def test_matrix_identity(self):
self.btest('gl_matrix_identity.c', expected=['-1882984448', '460451840'], args=['-s', 'LEGACY_GL_EMULATION=1'])