Disabled the i386 tests pending fixes in the JIT.

llvm-svn: 152568
This commit is contained in:
Sean Callanan 2012-03-12 18:54:10 +00:00
parent afbb65dee7
commit ddcda28fee
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ config = {}
# with the command line overriding the configFile. When specified, they should be
# of the list type. For example, "-A x86_64^i386" => archs=['x86_64', 'i386'] and
# "-C gcc^clang" => compilers=['gcc', 'clang'].
archs = ['x86_64', 'i386']
archs = ['x86_64']
compilers = ['clang']
# Delay startup in order for the debugger to attach.