diff options
| author | Sean Callanan <scallanan@apple.com> | 2012-03-12 18:54:10 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2012-03-12 18:54:10 +0000 |
| commit | ddcda28fee0d0b08123e711e11319de1099a9c79 (patch) | |
| tree | 1a38ec50eabfd71d227fd4bf3515456a127d5138 /lldb | |
| parent | afbb65dee78ce88e78d389792ecb98f979adadf2 (diff) | |
| download | bcm5719-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-x | lldb/test/dotest.py | 2 |
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. |

