[lldb-dev] [Bug 21141] New: lldb buildbot not detecting failures in some cases
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Oct 2 13:47:17 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=21141
Bug ID: 21141
Summary: lldb buildbot not detecting failures in some cases
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: emaste at freebsd.org
Classification: Unclassified
FreeBSD buildbot: http://lab.llvm.org:8011/builders/lldb-x86_64-freebsd
Build 1616: http://lab.llvm.org:8011/builders/lldb-x86_64-freebsd/builds/1616
'test lldb' is green
but the stdio output link shows a number of failures
http://lab.llvm.org:8011/builders/lldb-x86_64-freebsd/builds/1616/steps/test%20lldb/logs/stdio
e.g.
FAIL: test_with_dwarf_and_run_command
(TestInlinedBreakpoints.InlinedBreakpointsTestCase)
Test 'b basic_types.cpp:176' does break (where int.cpp includes
basic_type.cpp).
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py",
line 380, in wrapper
return func(self, *args, **kwargs)
File
"/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py",
line 28, in test_with_dwarf_and_run_command
self.inlined_breakpoints()
File
"/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py",
line 42, in inlined_breakpoints
lldbutil.run_break_set_by_file_and_line (self, "basic_type.cpp", self.line,
num_expected_locations=0)
File
"/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbutil.py",
line 328, in run_break_set_by_file_and_line
check_breakpoint_result (test, break_results, num_locations =
num_expected_locations)
File
"/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbutil.py",
line 460, in check_breakpoint_result
test.assertTrue (num_locations == out_num_locations, "Expecting %d
locations, got %d."%(num_locations, out_num_locations))
AssertionError: False is not True : Expecting 0 locations, got 1.
Config=amd64-clang
----------------------------------------------------------------------
Ran 2 tests in 10.499s
FAILED (failures=1, skipped=1)
(the run after did detect failure though)
The FreeBSD-hosted LLDB buildbot
http://llvm-amd64.freebsd.your.org/b/builders/lldb-amd64-freebsd
is reporting failures
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141002/c027b443/attachment.html>
More information about the lldb-dev
mailing list