Created
June 20, 2015 00:31
-
-
Save Keno/7a145dd774aead9db73d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/1] Testing LLDB (with a separate subprocess per test) | |
FAILED: cd /home/kfischer/llvm35/llvm-build/tools/lldb/test && /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dosep.py -o "-q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc" | |
Testing: 380 tests, 160 threads | |
46 out of 380 test suites processed | |
Failed test suite: TestDataFormatterSkipSummary.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestDataFormatterSkipSummary.py /home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-skip-summary | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_run_command (TestDataFormatterSkipSummary.SkipSummaryDataFormatterTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_run_command (TestDataFormatterSkipSummary.SkipSummaryDataFormatterTestCase) | |
====================================================================== | |
ERROR: test_with_dwarf_and_run_command (TestDataFormatterSkipSummary.SkipSummaryDataFormatterTestCase) | |
Test data formatter commands. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py", line 26, in test_with_dwarf_and_run_command | |
self.buildDwarf() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 1917, in buildDwarf | |
if not module.buildDwarf(self, architecture, compiler, dictionary, clean): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/plugins/builder_base.py", line 112, in buildDwarf | |
lldbtest.system(commands, sender=sender) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 416, in system | |
raise CalledProcessError(retcode, cmd) | |
CalledProcessError: Command 'make MAKE_DSYM=NO ARCH=x86_64 CC="/usr/bin/cc" ' returned non-zero exit status 2 | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 0.860s | |
RESULT: FAILED (0 passes, 0 failures, 1 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
49 out of 380 test suites processed | |
Failed test suite: TestVectorTypesFormatting.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestVectorTypesFormatting.py /home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/vector-types | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_run_command (TestVectorTypesFormatting.VectorTypesFormattingTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_run_command (TestVectorTypesFormatting.VectorTypesFormattingTestCase) | |
====================================================================== | |
ERROR: test_with_dwarf_and_run_command (TestVectorTypesFormatting.VectorTypesFormattingTestCase) | |
Check that vector types format properly | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 905, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/vector-types/TestVectorTypesFormatting.py", line 28, in test_with_dwarf_and_run_command | |
self.buildDwarf() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 1917, in buildDwarf | |
if not module.buildDwarf(self, architecture, compiler, dictionary, clean): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/plugins/builder_base.py", line 112, in buildDwarf | |
lldbtest.system(commands, sender=sender) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 416, in system | |
raise CalledProcessError(retcode, cmd) | |
CalledProcessError: Command 'make MAKE_DSYM=NO ARCH=x86_64 CC="/usr/bin/cc" ' returned non-zero exit status 2 | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 1.218s | |
RESULT: FAILED (0 passes, 0 failures, 1 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
86 out of 380 test suites processed | |
Failed test suite: TestTypedefArray.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestTypedefArray.py /home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/typedef_array | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym (lldbinline.TestTypedefArray) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf (lldbinline.TestTypedefArray) | |
====================================================================== | |
FAIL: test_with_dwarf (lldbinline.TestTypedefArray) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbinline.py", line 128, in __test_with_dwarf | |
self.do_test() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbinline.py", line 148, in do_test | |
parser.handle_breakpoint(self, breakpoint_id) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbinline.py", line 65, in handle_breakpoint | |
test.execute_user_command(breakpoint['command']) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbinline.py", line 131, in execute_user_command | |
exec __command in globals(), locals() | |
File "<string>", line 1, in <module> | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 2509, in expect | |
msg if msg else EXP_MSG(str, exe)) | |
AssertionError: False is not True : '(Foo [3]) array = {' returns expected result | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 2.053s | |
RESULT: FAILED (0 passes, 1 failures, 0 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
92 out of 380 test suites processed | |
Failed test suite: TestDataFormatterLibcxxString.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestDataFormatterLibcxxString.py /home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/string | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_run_command (TestDataFormatterLibcxxString.LibcxxStringDataFormatterTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_run_command (TestDataFormatterLibcxxString.LibcxxStringDataFormatterTestCase) | |
====================================================================== | |
FAIL: test_with_dwarf_and_run_command (TestDataFormatterLibcxxString.LibcxxStringDataFormatterTestCase) | |
Test data formatter commands. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 924, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py", line 29, in test_with_dwarf_and_run_command | |
self.data_formatter_commands() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py", line 67, in data_formatter_commands | |
'(std::__1::string) Q = "quite a long std::strin with lots of info inside it"']) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 2509, in expect | |
msg if msg else EXP_MSG(str, exe)) | |
AssertionError: False is not True : '(std::__1::wstring) s = L"hello world! מזל טוב!"' returns expected result | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 2.382s | |
RESULT: FAILED (0 passes, 1 failures, 0 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
138 out of 380 test suites processed | |
Failed test suite: TestRegisterVariables.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestRegisterVariables.py /home/kfischer/llvm35/llvm/tools/lldb/test/lang/c/register_variables | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_run_command (TestRegisterVariables.RegisterVariableTestCase) (dsym tests) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_run_command (TestRegisterVariables.RegisterVariableTestCase) | |
====================================================================== | |
FAIL: test_with_dwarf_and_run_command (TestRegisterVariables.RegisterVariableTestCase) | |
Test expressions on register values. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lang/c/register_variables/TestRegisterVariables.py", line 26, in test_with_dwarf_and_run_command | |
self.const_variable() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lang/c/register_variables/TestRegisterVariables.py", line 77, in const_variable | |
substrs = ['(int) $2 = 5']) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 2445, in expect | |
self.runCmd(str, msg=msg, trace = (True if trace else False), check = not error, inHistory=inHistory) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 2371, in runCmd | |
cmd_failure_message(cmd, self.res, msg)) | |
AssertionError: False is not True : Command 'expr b->m2' failed. | |
>>> error: Couldn't apply expression side effects : Couldn't dematerialize a result variable: couldn't read its memory | |
>>> Variable(s) displayed correctly | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 2.049s | |
RESULT: FAILED (0 passes, 1 failures, 0 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
150 out of 380 test suites processed | |
Failed test suite: TestDataFormatterLibcxxSet.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestDataFormatterLibcxxSet.py /home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/set | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_run_command (TestDataFormatterLibcxxSet.LibcxxSetDataFormatterTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_run_command (TestDataFormatterLibcxxSet.LibcxxSetDataFormatterTestCase) | |
====================================================================== | |
FAIL: test_with_dwarf_and_run_command (TestDataFormatterLibcxxSet.LibcxxSetDataFormatterTestCase) | |
Test data formatter commands. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 924, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py", line 28, in test_with_dwarf_and_run_command | |
self.data_formatter_commands() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py", line 59, in data_formatter_commands | |
self.expect('image list', substrs = self.getLibcPlusPlusLibs()) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 2509, in expect | |
msg if msg else EXP_MSG(str, exe)) | |
AssertionError: False is not True : 'libc++.so.1' returns expected result | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 3.386s | |
RESULT: FAILED (0 passes, 1 failures, 0 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
160 out of 380 test suites processed | |
Failed test suite: TestDataFormatterLibccMap.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestDataFormatterLibccMap.py /home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_run_command (TestDataFormatterLibccMap.LibcxxMapDataFormatterTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_run_command (TestDataFormatterLibccMap.LibcxxMapDataFormatterTestCase) | |
====================================================================== | |
FAIL: test_with_dwarf_and_run_command (TestDataFormatterLibccMap.LibcxxMapDataFormatterTestCase) | |
Test data formatter commands. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 924, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py", line 28, in test_with_dwarf_and_run_command | |
self.data_formatter_commands() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py", line 59, in data_formatter_commands | |
self.expect('image list', substrs = self.getLibcPlusPlusLibs()) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 2509, in expect | |
msg if msg else EXP_MSG(str, exe)) | |
AssertionError: False is not True : 'libc++.so.1' returns expected result | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 3.554s | |
RESULT: FAILED (0 passes, 1 failures, 0 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
182 out of 380 test suites processed | |
Failed test suite: TestDataFormatterLibcxxMultiSet.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestDataFormatterLibcxxMultiSet.py /home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_run_command (TestDataFormatterLibcxxMultiSet.LibcxxMultiSetDataFormatterTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_run_command (TestDataFormatterLibcxxMultiSet.LibcxxMultiSetDataFormatterTestCase) | |
====================================================================== | |
FAIL: test_with_dwarf_and_run_command (TestDataFormatterLibcxxMultiSet.LibcxxMultiSetDataFormatterTestCase) | |
Test data formatter commands. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 924, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py", line 28, in test_with_dwarf_and_run_command | |
self.data_formatter_commands() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py", line 59, in data_formatter_commands | |
self.expect('image list', substrs = self.getLibcPlusPlusLibs()) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 2509, in expect | |
msg if msg else EXP_MSG(str, exe)) | |
AssertionError: False is not True : 'libc++.so.1' returns expected result | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 3.514s | |
RESULT: FAILED (0 passes, 1 failures, 0 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
194 out of 380 test suites processed | |
Failed test suite: TestDataFormatterLibccMultiMap.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestDataFormatterLibccMultiMap.py /home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_run_command (TestDataFormatterLibccMultiMap.LibcxxMultiMapDataFormatterTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_run_command (TestDataFormatterLibccMultiMap.LibcxxMultiMapDataFormatterTestCase) | |
====================================================================== | |
FAIL: test_with_dwarf_and_run_command (TestDataFormatterLibccMultiMap.LibcxxMultiMapDataFormatterTestCase) | |
Test data formatter commands. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 924, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py", line 28, in test_with_dwarf_and_run_command | |
self.data_formatter_commands() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py", line 59, in data_formatter_commands | |
self.expect('image list', substrs = self.getLibcPlusPlusLibs()) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 2509, in expect | |
msg if msg else EXP_MSG(str, exe)) | |
AssertionError: False is not True : 'libc++.so.1' returns expected result | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 3.463s | |
RESULT: FAILED (0 passes, 1 failures, 0 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
213 out of 380 test suites processed | |
Failed test suite: TestDataFormatterUnordered.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestDataFormatterUnordered.py /home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_run_command (TestDataFormatterUnordered.LibcxxUnorderedDataFormatterTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_run_command (TestDataFormatterUnordered.LibcxxUnorderedDataFormatterTestCase) | |
====================================================================== | |
FAIL: test_with_dwarf_and_run_command (TestDataFormatterUnordered.LibcxxUnorderedDataFormatterTestCase) | |
Test data formatter commands. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 924, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py", line 27, in test_with_dwarf_and_run_command | |
self.data_formatter_commands() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py", line 62, in data_formatter_commands | |
self.expect('image list', substrs = self.getLibcPlusPlusLibs()) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 2509, in expect | |
msg if msg else EXP_MSG(str, exe)) | |
AssertionError: False is not True : 'libc++.so.1' returns expected result | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 4.288s | |
RESULT: FAILED (0 passes, 1 failures, 0 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
245 out of 380 test suites processed | |
Failed test suite: TestDataFormatterLibccIterator.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestDataFormatterLibccIterator.py /home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_run_command (TestDataFormatterLibccIterator.LibcxxIteratorDataFormatterTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_run_command (TestDataFormatterLibccIterator.LibcxxIteratorDataFormatterTestCase) | |
====================================================================== | |
FAIL: test_with_dwarf_and_run_command (TestDataFormatterLibccIterator.LibcxxIteratorDataFormatterTestCase) | |
Test data formatter commands. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 924, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py", line 28, in test_with_dwarf_and_run_command | |
self.data_formatter_commands() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py", line 61, in data_formatter_commands | |
self.expect('image list', substrs = self.getLibcPlusPlusLibs()) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 2509, in expect | |
msg if msg else EXP_MSG(str, exe)) | |
AssertionError: False is not True : 'libc++.so.1' returns expected result | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 4.801s | |
RESULT: FAILED (0 passes, 1 failures, 0 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
250 out of 380 test suites processed | |
Failed test suite: TestStaticVariables.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestStaticVariables.py /home/kfischer/llvm35/llvm/tools/lldb/test/lang/cpp/class_static | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_python_api (TestStaticVariables.StaticVariableTestCase) (requires on of darwin, macosx, ios) | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_run_command (TestStaticVariables.StaticVariableTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_python_api (TestStaticVariables.StaticVariableTestCase) | |
PASS: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_run_command (TestStaticVariables.StaticVariableTestCase) | |
====================================================================== | |
FAIL: test_with_dwarf_and_python_api (TestStaticVariables.StaticVariableTestCase) | |
Test Python APIs on file and class static variables. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 478, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lang/cpp/class_static/TestStaticVariables.py", line 48, in test_with_dwarf_and_python_api | |
self.static_variable_python() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lang/cpp/class_static/TestStaticVariables.py", line 120, in static_variable_python | |
self.assertTrue(val.GetNumChildren() == 2) | |
AssertionError: False is not True | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 4 tests in 2.984s | |
RESULT: FAILED (1 passes, 1 failures, 0 errors, 2 skipped, 0 expected failures, 0 unexpected successes) | |
252 out of 380 test suites processed | |
Failed test suite: TestCPPThis.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestCPPThis.py /home/kfischer/llvm35/llvm/tools/lldb/test/lang/cpp/this | |
stdout: | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_with_dsym_and_run_command (TestCPPThis.CPPThisTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_with_dwarf_and_run_command (TestCPPThis.CPPThisTestCase) | |
====================================================================== | |
FAIL: test_with_dwarf_and_run_command (TestCPPThis.CPPThisTestCase) | |
Test that the appropriate member variables are available when stopped in C++ static, inline, and const methods | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lang/cpp/this/TestCPPThis.py", line 29, in test_with_dwarf_and_run_command | |
self.static_method_commands() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lang/cpp/this/TestCPPThis.py", line 68, in static_method_commands | |
startstr = "(int) $4 = 2") | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 2445, in expect | |
self.runCmd(str, msg=msg, trace = (True if trace else False), check = not error, inHistory=inHistory) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 2371, in runCmd | |
cmd_failure_message(cmd, self.res, msg)) | |
AssertionError: False is not True : Command 'expression -- m_a' failed. | |
>>> error: warning: couldn't get required object pointer (substituting NULL): Couldn't load 'this' because its value couldn't be evaluated | |
>>> Couldn't apply expression side effects : Couldn't dematerialize a result variable: couldn't read its memory | |
>>> | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 2.237s | |
RESULT: FAILED (0 passes, 1 failures, 0 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
278 out of 380 test suites processed | |
Failed test suite: TestStepNoDebug.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestStepNoDebug.py /home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/step-avoids-no-debug | |
stdout: | |
Length: 5. | |
Length: 5. | |
Length: 5. | |
stderr: | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_step_in_with_dsym_python (TestStepNoDebug.ReturnValueTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_step_in_with_dwarf_python (TestStepNoDebug.ReturnValueTestCase) | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_step_out_with_dsym_python (TestStepNoDebug.ReturnValueTestCase) (requires on of darwin, macosx, ios) | |
PASS: LLDB (/usr/bin/cc-x86_64) :: test_step_out_with_dwarf_python (TestStepNoDebug.ReturnValueTestCase) | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_step_over_with_dsym_python (TestStepNoDebug.ReturnValueTestCase) (requires on of darwin, macosx, ios) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_step_over_with_dwarf_python (TestStepNoDebug.ReturnValueTestCase) | |
====================================================================== | |
FAIL: test_step_in_with_dwarf_python (TestStepNoDebug.ReturnValueTestCase) | |
Test stepping in using avoid-no-debug with dwarf. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 478, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py", line 67, in test_step_in_with_dwarf_python | |
self.do_step_in_past_nodebug() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py", line 131, in do_step_in_past_nodebug | |
self.hit_correct_line ("intermediate_return_value = called_from_nodebug_actual(some_value)") | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py", line 83, in hit_correct_line | |
self.assertTrue (cur_line == target_line, "Stepped to line %d instead of expected %d with pattern '%s'."%(cur_line, target_line, pattern)) | |
AssertionError: False is not True : Stepped to line 13 instead of expected 19 with pattern 'intermediate_return_value = called_from_nodebug_actual(some_value)'. | |
Config=x86_64-/usr/bin/cc | |
====================================================================== | |
FAIL: test_step_over_with_dwarf_python (TestStepNoDebug.ReturnValueTestCase) | |
Test stepping over using avoid-no-debug with dwarf. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 478, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py", line 49, in test_step_over_with_dwarf_python | |
self.do_step_over_past_nodebug() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py", line 119, in do_step_over_past_nodebug | |
self.hit_correct_line ("intermediate_return_value = called_from_nodebug_actual(some_value)") | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py", line 83, in hit_correct_line | |
self.assertTrue (cur_line == target_line, "Stepped to line %d instead of expected %d with pattern '%s'."%(cur_line, target_line, pattern)) | |
AssertionError: False is not True : Stepped to line 13 instead of expected 19 with pattern 'intermediate_return_value = called_from_nodebug_actual(some_value)'. | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 6 tests in 5.316s | |
RESULT: FAILED (1 passes, 2 failures, 0 errors, 3 skipped, 0 expected failures, 0 unexpected successes) | |
365 out of 380 test suites processed | |
Failed test suite: TestForwardTypes.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestForwardTypes.py /home/kfischer/llvm35/llvm/tools/lldb/test/types | |
stdout: | |
stderr: | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_forward_inheritance (TestForwardTypes.ForwardTypesTestCase) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_forward_member (TestForwardTypes.ForwardTypesTestCase) | |
====================================================================== | |
ERROR: test_forward_inheritance (TestForwardTypes.ForwardTypesTestCase) | |
Test that bases with forwarded debug info don't crash the compiler | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/types/TestForwardTypes.py", line 35, in test_forward_inheritance | |
self.buildDwarf() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 1917, in buildDwarf | |
if not module.buildDwarf(self, architecture, compiler, dictionary, clean): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/plugins/builder_base.py", line 112, in buildDwarf | |
lldbtest.system(commands, sender=sender) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 416, in system | |
raise CalledProcessError(retcode, cmd) | |
CalledProcessError: Command 'make MAKE_DSYM=NO ARCH=x86_64 CC="/usr/bin/cc" ' returned non-zero exit status 2 | |
Config=x86_64-/usr/bin/cc | |
====================================================================== | |
ERROR: test_forward_member (TestForwardTypes.ForwardTypesTestCase) | |
Test that members with forwarded debug info don't crash the compiler | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 546, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/types/TestForwardTypes.py", line 26, in test_forward_member | |
self.buildDwarf() | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 1917, in buildDwarf | |
if not module.buildDwarf(self, architecture, compiler, dictionary, clean): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/plugins/builder_base.py", line 112, in buildDwarf | |
lldbtest.system(commands, sender=sender) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 416, in system | |
raise CalledProcessError(retcode, cmd) | |
CalledProcessError: Command 'make MAKE_DSYM=NO ARCH=x86_64 CC="/usr/bin/cc" ' returned non-zero exit status 2 | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 2 tests in 0.141s | |
RESULT: FAILED (0 passes, 0 failures, 2 errors, 0 skipped, 0 expected failures, 0 unexpected successes) | |
375 out of 380 test suites processed | |
Failed test suite: TestMiGdbSetShowPrint.py | |
Command invoked: timeout -s QUIT 10m /usr/bin/python /home/kfischer/llvm35/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /home/kfischer/llvm35/llvm-build/bin/lldb -s /home/kfischer/llvm35/llvm-build/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/cc -p TestMiGdbSetShowPrint.py /home/kfischer/llvm35/llvm/tools/lldb/test/tools/lldb-mi/variable | |
stdout: | |
stderr: | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_lldbmi_gdb_set_show_print_aggregate_field_names (TestMiGdbSetShowPrint.MiGdbSetShowTestCase) | |
UNSUPPORTED: LLDB (/usr/bin/cc-x86_64) :: test_lldbmi_gdb_set_show_print_char_array_as_string (TestMiGdbSetShowPrint.MiGdbSetShowTestCase) (skip on linux) | |
FAIL: LLDB (/usr/bin/cc-x86_64) :: test_lldbmi_gdb_set_show_print_expand_aggregates (TestMiGdbSetShowPrint.MiGdbSetShowTestCase) | |
====================================================================== | |
ERROR: test_lldbmi_gdb_set_show_print_aggregate_field_names (TestMiGdbSetShowPrint.MiGdbSetShowTestCase) | |
Test that 'lldb-mi --interpreter' can expand aggregates everywhere. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 495, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py", line 190, in test_lldbmi_gdb_set_show_print_aggregate_field_names | |
self.expect("\^done,name=\"var1\",numchild=\"3\",value=\"{i = 3, inner = {l = 3}, complex_ptr = 0x[0-9a-f]+}\",type=\"complex_type\",thread-id=\"1\",has_more=\"0\"") | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/tools/lldb-mi/lldbmi_testcase.py", line 48, in expect | |
return self.child.expect(pattern, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/pexpect-2.4/pexpect.py", line 1316, in expect | |
return self.expect_list(compiled_pattern_list, timeout, searchwindowsize) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/pexpect-2.4/pexpect.py", line 1330, in expect_list | |
return self.expect_loop(searcher_re(pattern_list), timeout, searchwindowsize) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/pexpect-2.4/pexpect.py", line 1414, in expect_loop | |
raise TIMEOUT (str(e) + '\n' + str(self)) | |
TIMEOUT: Timeout exceeded in read_nonblocking(). | |
<pexpect.spawn object at 0x7fd63cb64ad0> | |
version: 2.4 ($Revision: 516 $) | |
command: /home/kfischer/llvm35/llvm-build/bin/lldb-mi | |
args: ['/home/kfischer/llvm35/llvm-build/bin/lldb-mi', '--interpreter'] | |
searcher: searcher_re: | |
0: re.compile("\^done,name="var1",numchild="3",value="{i = 3, inner = {l = 3}, complex_ptr = 0x[0-9a-f]+}",type="complex_type",thread-id="1",has_more="0"") | |
buffer (last 100 chars): | |
(gdb) | |
-var-create var1 * complx | |
^error,msg="error: out of scope" | |
(gdb) | |
before (last 100 chars): | |
(gdb) | |
-var-create var1 * complx | |
^error,msg="error: out of scope" | |
(gdb) | |
after: <class 'pexpect.TIMEOUT'> | |
match: None | |
match_index: None | |
exitstatus: None | |
flag_eof: False | |
pid: 107802 | |
child_fd: 4 | |
closed: False | |
timeout: 30 | |
delimiter: <class 'pexpect.EOF'> | |
logfile: None | |
logfile_read: <open file 'child.log', mode 'w' at 0x7fd63c991e40> | |
logfile_send: None | |
maxread: 2000 | |
ignorecase: False | |
searchwindowsize: None | |
delaybeforesend: 0.05 | |
delayafterclose: 0.1 | |
delayafterterminate: 0.1 | |
Config=x86_64-/usr/bin/cc | |
====================================================================== | |
ERROR: test_lldbmi_gdb_set_show_print_expand_aggregates (TestMiGdbSetShowPrint.MiGdbSetShowTestCase) | |
Test that 'lldb-mi --interpreter' can expand aggregates everywhere. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 495, in wrapper | |
return func(self, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/lldbtest.py", line 610, in wrapper | |
func(*args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py", line 129, in test_lldbmi_gdb_set_show_print_expand_aggregates | |
self.expect("\^done,name=\"var1\",numchild=\"3\",value=\"{\.\.\.}\",type=\"complex_type\",thread-id=\"1\",has_more=\"0\"") | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/tools/lldb-mi/lldbmi_testcase.py", line 48, in expect | |
return self.child.expect(pattern, *args, **kwargs) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/pexpect-2.4/pexpect.py", line 1316, in expect | |
return self.expect_list(compiled_pattern_list, timeout, searchwindowsize) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/pexpect-2.4/pexpect.py", line 1330, in expect_list | |
return self.expect_loop(searcher_re(pattern_list), timeout, searchwindowsize) | |
File "/home/kfischer/llvm35/llvm/tools/lldb/test/pexpect-2.4/pexpect.py", line 1414, in expect_loop | |
raise TIMEOUT (str(e) + '\n' + str(self)) | |
TIMEOUT: Timeout exceeded in read_nonblocking(). | |
<pexpect.spawn object at 0x7fd63cb128d0> | |
version: 2.4 ($Revision: 516 $) | |
command: /home/kfischer/llvm35/llvm-build/bin/lldb-mi | |
args: ['/home/kfischer/llvm35/llvm-build/bin/lldb-mi', '--interpreter'] | |
searcher: searcher_re: | |
0: re.compile("\^done,name="var1",numchild="3",value="{\.\.\.}",type="complex_type",thread-id="1",has_more="0"") | |
buffer (last 100 chars): | |
(gdb) | |
-var-create var1 * complx | |
^error,msg="error: out of scope" | |
(gdb) | |
before (last 100 chars): | |
(gdb) | |
-var-create var1 * complx | |
^error,msg="error: out of scope" | |
(gdb) | |
after: <class 'pexpect.TIMEOUT'> | |
match: None | |
match_index: None | |
exitstatus: None | |
flag_eof: False | |
pid: 130777 | |
child_fd: 4 | |
closed: False | |
timeout: 30 | |
delimiter: <class 'pexpect.EOF'> | |
logfile: None | |
logfile_read: <open file 'child.log', mode 'w' at 0x7fd63c991ed0> | |
logfile_send: None | |
maxread: 2000 | |
ignorecase: False | |
searchwindowsize: None | |
delaybeforesend: 0.05 | |
delayafterclose: 0.1 | |
delayafterterminate: 0.1 | |
Config=x86_64-/usr/bin/cc | |
---------------------------------------------------------------------- | |
Ran 3 tests in 63.719s | |
RESULT: FAILED (0 passes, 0 failures, 2 errors, 1 skipped, 0 expected failures, 0 unexpected successes) | |
381 out of 380 test suites processed | |
Ran 381 test suites (16 failed) (4.199475%) | |
Ran 451 test cases (19 failed) (4.212860%) | |
Failing Tests (16) | |
FAIL: LLDB (suite) :: TestCPPThis.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestDataFormatterLibccIterator.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestDataFormatterLibccMap.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestDataFormatterLibccMultiMap.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestDataFormatterLibcxxMultiSet.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestDataFormatterLibcxxSet.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestDataFormatterLibcxxString.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestDataFormatterSkipSummary.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestDataFormatterUnordered.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestForwardTypes.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestMiGdbSetShowPrint.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestRegisterVariables.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestStaticVariables.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestStepNoDebug.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestTypedefArray.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
FAIL: LLDB (suite) :: TestVectorTypesFormatting.py (Linux julia 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64) | |
ninja: build stopped: subcommand failed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment