diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-04 00:15:13 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-04 00:15:13 -0700 |
commit | 30cc97c85c1579de20d682d830349504230356bb (patch) | |
tree | 724847d3543ffbaa7b3c5e72fbae3b594c693e18 /tests/runner.py | |
parent | 7a7ab766e560b812de639c772e1d1d43ad847157 (diff) |
stubs for lifecycle intrinsics, and do not generate calls to stubs
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 4dca5f63..19e703f1 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2925,8 +2925,6 @@ if 'benchmark' not in str(sys.argv): self.do_test(path_from_root('tests', 'gl'), '*?*', main_file='sdl_ogl.c', post_build=post) def test_libcxx(self): - return self.skip('Fails to run llvm-as due to llvm bug 10850') - self.do_test(path_from_root('tests', 'libcxx'), 'june -> 30\nPrevious (in alphabetical order) is july\nNext (in alphabetical order) is march', main_file='main.cpp', additional_files=['hash.cpp']) |