diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-05 18:44:36 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-05 18:44:36 -0700 |
commit | e82c91607bc09b86b4959c8b1d6d12a7fdbe8852 (patch) | |
tree | 421dda8e1bb52dde5d1d762181eaee9150910d1b /tests/runner.py | |
parent | bc0983bfa196e924590a244207a86331b293a341 (diff) |
remove test_glgears_bad
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/runner.py b/tests/runner.py index 428a7483..e0484cd3 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11417,14 +11417,6 @@ elif 'browser' in str(sys.argv): self.run_browser('something.html', 'You should see animating gears.', '/report_gl_result?true') assert ('var GLEmulation' in open(self.in_dir('something.html')).read()) == emulation, "emulation code should be added when asked for" - def test_glgears_bad(self): - # Make sure that OpenGL ES is not available if typed arrays are not used - Popen([PYTHON, EMCC, path_from_root('tests', 'hello_world_gles.c'), '-o', 'something.html', - '-DHAVE_BUILTIN_SINCOS', '-s', 'GL_TESTING=1', - '-s', 'USE_TYPED_ARRAYS=0', - '--shell-file', path_from_root('tests', 'hello_world_gles_shell.html')]).communicate() - self.run_browser('something.html', 'You should not see animating gears.', '/report_gl_result?false') - def test_glgears_deriv(self): self.reftest(path_from_root('tests', 'gears.png')) Popen([PYTHON, EMCC, path_from_root('tests', 'hello_world_gles_deriv.c'), '-o', 'something.html', '-s', 'GL_TESTING=1', |