Skip to content

Commit

Permalink
Disable the new Orc lazy JIT tests on Windows, they do not pass
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260405 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rnk committed Feb 10, 2016
1 parent b9f1dbe commit 952c84f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/ExecutionEngine/OrcLazy/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
import sys

if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']:
config.unsupported = True

# FIXME: These tests don't pass with the COFF rtld.
if sys.platform == 'win32':
config.unsupported = True

0 comments on commit 952c84f

Please sign in to comment.