diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-09 11:48:00 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-09 11:48:00 -0800 |
commit | 95a8957ce7efbcf6d2d0c0a91ff53a50a823bc2b (patch) | |
tree | 7c24441a728ea93c362454dc139b4a07fb83a3e7 | |
parent | 4729a9bf9855f77167e8d995649e52c3b21fa5eb (diff) |
enable test_sdl_audio_beeps in fastcomp
-rw-r--r-- | tests/test_browser.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_browser.py b/tests/test_browser.py index 91c2c746..527b4d17 100644 --- a/tests/test_browser.py +++ b/tests/test_browser.py @@ -1152,8 +1152,6 @@ keydown(100);keyup(100); // trigger the end self.run_browser('page.html', '', '/report_result?1') def test_sdl_audio_beeps(self): - if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('todo c++ exceptions in fastcomp') - open(os.path.join(self.get_dir(), 'sdl_audio_beep.cpp'), 'w').write(self.with_report_result(open(path_from_root('tests', 'sdl_audio_beep.cpp')).read())) # use closure to check for a possible bug with closure minifying away newer Audio() attributes |