[Lldb-commits] [PATCH] D14118: Changes for Bug 17384
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 28 10:52:26 PDT 2015
ovyalov added a comment.
You can get test logs from this link - https://pantheon.corp.google.com/storage/browser/lldb_test_traces/lldb-x86_64-ubuntu-14.04-cmake/?project=android-devtools-lldb-build
I suspect that there are a few problems here:
1. TestHelloWorld - there is a race within the test since inferior takes time to initialize llvm.org/pr24600
2. TestInferiorAssert - I think it's failing because of the way how GCE works with vdso
looking at: Stack traces for SBProcess: pid = 12637, state = stopped, threads = 1, executable = test_with_attach_to_process_with_id_api_dwarf
Stack trace for thread id=0x315d name=test_with_attac queue=None stop reason=signal
frame #0: 0x000000f7788d80 None`None + -18446744069557678719
Expecting sub string: main.c:30
Not matched
FAIL
I propose to mark these tests back as XFAIL for i386 - create a new bug for GCE-related failures and mark TestHelloWorld as failing due llvm.org/pr24600 as well.
http://reviews.llvm.org/D14118
More information about the lldb-commits
mailing list