diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-30 17:27:16 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-30 17:27:16 -0700 |
commit | 406071ce0fcfc3696b3d212b9bc1ce14a58a0d1f (patch) | |
tree | 69fd93915f48033560ad9214be55e6469be0a2da | |
parent | 50c04c47db09205375f5c281a96e4bb6f3df0bd3 (diff) | |
parent | 97258d653035184cbb65b7bc0403957b493ee4f3 (diff) |
Merge pull request #1014 from waywardmonkeys/reinstate-tests
Reinstate tests
-rwxr-xr-x | tests/runner.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/runner.py b/tests/runner.py index a3c74f03..cc53ae42 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -2479,7 +2479,6 @@ Exception execution path of first function! 1 Settings.EXCEPTION_DEBUG = 1 - self.banned_js_engines = [NODE_JS] # node issue 1669, exception causes stdout not to be flushed Settings.DISABLE_EXCEPTION_CATCHING = 0 if '-O2' in self.emcc_args: self.emcc_args += ['--closure', '1'] # Use closure here for some additional coverage @@ -7220,7 +7219,6 @@ void*:16 def test_mmap(self): if self.emcc_args is None: return self.skip('requires emcc') - self.banned_js_engines = [NODE_JS] # slower, and fail on 64-bit Settings.TOTAL_MEMORY = 128*1024*1024 @@ -7669,7 +7667,6 @@ def process(filename): try: os.environ['EMCC_LEAVE_INPUTS_RAW'] = '1' - #self.banned_js_engines = [NODE_JS] # node issue 1669, exception causes stdout not to be flushed Settings.CHECK_OVERFLOWS = 0 for name in glob.glob(path_from_root('tests', 'cases', '*.ll')): |