diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-05-25 08:28:12 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-05-25 08:28:12 -0700 |
commit | 55dd99e760628deadabc606970208b481e1b1e36 (patch) | |
tree | 1b75a603c88e376e7f51b7ba7cee684f8fa4ad0b | |
parent | f0b0519c989c4b3a418857ac2d54c09c36966b76 (diff) |
disable v8 in bullet due to v8 issue 1407
-rw-r--r-- | tests/runner.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 4fb8e2d7..f1702bcf 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1890,7 +1890,8 @@ if 'benchmark' not in sys.argv: os.path.join('src', '.libs', 'libBulletDynamics.a'), os.path.join('src', '.libs', 'libLinearMath.a')], configure_args=['--disable-demos','--disable-dependency-tracking'])], - includes=[path_from_root('tests', 'bullet', 'src')]) + includes=[path_from_root('tests', 'bullet', 'src')], + js_engines=[SPIDERMONKEY_ENGINE]) # V8 issue 1407 def test_poppler(self): if COMPILER != LLVM_GCC: return self.skip() # llvm-link failure when using clang, LLVM bug 9498 |