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@cs.uiuc.edu Reporter: ema...@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.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev