diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-02 17:47:56 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-02 17:47:56 -0800 |
commit | d9b630da89c7bdd30f9489e8e69040e7a007c3ba (patch) | |
tree | 4616322507e8def3491e6010ce23357cdf2280d6 | |
parent | 21d1e49088fe23cc9b1360b3f46f9a9d8f71184b (diff) |
enable test_intentional_fault in all fastcomp modes
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index ce7cd90d..3ce118df 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -2536,8 +2536,6 @@ The current type of b is: 9 self.do_run_from_file(src, output) def test_intentional_fault(self): - if os.environ.get('EMCC_FAST_COMPILER') == '1' and self.run_name == 'default': return self.skip('todo in fastcomp in default') - # Some programs intentionally segfault themselves, we should compile that into a throw src = r''' int main () { |