aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2010-12-18 17:29:24 -0800
committerAlon Zakai <azakai@mozilla.com>2010-12-18 17:29:24 -0800
commit5bbf8a976bdb547a6e6801dc4dcd9da8bb1fefb3 (patch)
tree3169c999ead4db65048fb2cf5b13cd64e995dd37 /tests
parent2890aa49d7d26cef710f994f7a3f838ca3466356 (diff)
fixes for llvm optimized code in 2 tests
Diffstat (limited to 'tests')
-rw-r--r--tests/runner.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index a9786117..8b9be185 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -836,7 +836,6 @@ if 'benchmark' not in sys.argv:
def test_pystruct(self):
if COMPILER != LLVM_GCC: return # TODO: Clang here
- if LLVM_OPTS: return # TODO: fix
src = '''
#include <stdio.h>
@@ -1173,7 +1172,6 @@ if 'benchmark' not in sys.argv:
self.do_test(src, '*0.00,0.00,0.00*')
def test_nestedstructs(self):
- if LLVM_OPTS: return # FIXME
src = '''
#include <stdio.h>
#include "emscripten.h"