[Lldb-commits] [lldb] r152568 - /lldb/trunk/test/dotest.py
Sean Callanan
scallanan at apple.com
Mon Mar 12 11:54:10 PDT 2012
Author: spyffe
Date: Mon Mar 12 13:54:10 2012
New Revision: 152568
URL: http://llvm.org/viewvc/llvm-project?rev=152568&view=rev
Log:
Disabled the i386 tests pending fixes in the JIT.
Modified:
lldb/trunk/test/dotest.py
Modified: lldb/trunk/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dotest.py?rev=152568&r1=152567&r2=152568&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Mon Mar 12 13:54:10 2012
@@ -94,7 +94,7 @@
# 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.
More information about the lldb-commits
mailing list