diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-06-20 18:26:58 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-06-20 18:26:58 -0700 |
commit | 32354b8d83c36054c0038a4eabff7fe40fccc52c (patch) | |
tree | 0b6fb243bcdf3e1962faee642156600318fc8b37 /tests/test_browser.py | |
parent | 96a7359b256ff18e394aea77c4ebaf4a204e05bd (diff) |
fix spurious parsing of uniforms in some cases
Diffstat (limited to 'tests/test_browser.py')
-rw-r--r-- | tests/test_browser.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_browser.py b/tests/test_browser.py index 7df3c054..80f94f2b 100644 --- a/tests/test_browser.py +++ b/tests/test_browser.py @@ -1440,6 +1440,9 @@ keydown(100);keyup(100); // trigger the end def test_sdlglshader(self): self.btest('sdlglshader.c', reference='sdlglshader.png', args=['-O2', '--closure', '1', '-s', 'LEGACY_GL_EMULATION=1']) + def test_sdlglshader2(self): + self.btest('sdlglshader2.c', expected='1', args=['-s', 'LEGACY_GL_EMULATION=1'], also_proxied=True) + def test_gl_glteximage(self): self.btest('gl_teximage.c', '1') |