[Lldb-commits] [PATCH] Make the test runner understand Windows command shell execution.
Todd Fiala
tfiala at google.com
Tue Jul 22 07:48:25 PDT 2014
This change looks like it fails all the tests on MacOSX.
Looking into it now.
Errors look like this (at least one of the error patterns):
```
Traceback (most recent call last):
File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 358, in wrapper
return func(self, *args, **kwargs)
File "/Users/tfiala/lldb/svn/lldb/test/types/TestIntegerTypesExpr.py", line 111, in test_unsigned_int_type_with_dsym
self.build_and_run_expr('unsigned_int.cpp', set(['unsigned', 'int']))
File "/Users/tfiala/lldb/svn/lldb/test/types/AbstractBase.py", line 66, in build_and_run_expr
self.build_and_run_with_source_atoms_expr(source, atoms, expr=True, dsym=dsym, bc=bc, qd=qd)
File "/Users/tfiala/lldb/svn/lldb/test/types/AbstractBase.py", line 75, in build_and_run_with_source_atoms_expr
self.buildDsym(dictionary=d)
File "/Users/tfiala/lldb/svn/lldb/test/lldbtest.py", line 1297, in buildDsym
if not module.buildDsym(self, architecture, compiler, dictionary, clean):
File "/Users/tfiala/lldb/svn/lldb/test/plugins/builder_darwin.py", line 14, in buildDsym
commands.append("make", "MAKE_DSYM=YES", getArchSpec(architecture), getCCSpec(compiler), getCmdLine(dictionary))
TypeError: append() takes exactly one argument (5 given)
Config=x86_64-clang
```
http://reviews.llvm.org/D4590
More information about the lldb-commits
mailing list