summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2012-03-12 18:54:10 +0000
committerSean Callanan <scallanan@apple.com>2012-03-12 18:54:10 +0000
commitddcda28fee0d0b08123e711e11319de1099a9c79 (patch)
tree1a38ec50eabfd71d227fd4bf3515456a127d5138 /lldb
parentafbb65dee78ce88e78d389792ecb98f979adadf2 (diff)
downloadbcm5719-llvm-ddcda28fee0d0b08123e711e11319de1099a9c79.tar.gz
bcm5719-llvm-ddcda28fee0d0b08123e711e11319de1099a9c79.zip
Disabled the i386 tests pending fixes in the JIT.
llvm-svn: 152568
Diffstat (limited to 'lldb')
-rwxr-xr-xlldb/test/dotest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py
index 466f7f5c2be..85809b832a0 100755
--- a/lldb/test/dotest.py
+++ b/lldb/test/dotest.py
@@ -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.
OpenPOWER on IntegriCloud