diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-06-05 16:43:29 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-06-05 16:43:29 -0700 |
commit | d7f5019571aeba522aca65c1b8b2619ba4dc7dd6 (patch) | |
tree | daf6952d1a5614285b3a70a74ec93011f15e914e /tests | |
parent | 3fadc8f2c7729210d4606062cc751e44b6403f40 (diff) |
prepare for gl proxy test
Diffstat (limited to 'tests')
-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 c8e07b25..a851de4c 100644 --- a/tests/test_browser.py +++ b/tests/test_browser.py @@ -1328,6 +1328,9 @@ keydown(100);keyup(100); // trigger the end with open('something.html') as f: assert 'gl-matrix' not in f.read(), 'Should not include glMatrix when not needed' + #def test_glgears_proxy(self): + # self.btest('hello_world_gles.c', expected='waka', args=['--proxy-to-worker']) + def test_glbook(self): programs = self.get_library('glbook', [ os.path.join('Chapter_2', 'Hello_Triangle', 'CH02_HelloTriangle.bc'), |