[Lldb-commits] [lldb] r341849 - Fix raw address breakpoints not resolving

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 10 14:49:57 PDT 2018


Ted, this commit broke a large number of tests.

http://green.lab.llvm.org/green/job/lldb-cmake/9969/console


********************
Testing Time: 907.91s
********************
Failing Tests (57):
    lldb-Suite :: expression_command/multiline/TestMultilineExpressions.py
    lldb-Suite :: functionalities/apropos_with_process/TestAproposWithProcess.py
    lldb-Suite ::
functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py
    lldb-Suite ::
functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py
    lldb-Suite ::
functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    lldb-Suite ::
functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
    lldb-Suite ::
functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py
    lldb-Suite ::
functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
    lldb-Suite ::
functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py
    lldb-Suite ::
functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py
    lldb-Suite ::
functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
    lldb-Suite ::
functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
    lldb-Suite ::
functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py
    lldb-Suite :: functionalities/conditional_break/TestConditionalBreak.py
    lldb-Suite ::
functionalities/embedded_interpreter/TestConvenienceVariables.py
    lldb-Suite :: functionalities/load_unload/TestLoadUnload.py
    lldb-Suite :: functionalities/load_using_paths/TestLoadUsingPaths.py
    lldb-Suite :: functionalities/memory/cache/TestMemoryCache.py
    lldb-Suite :: functionalities/memory/find/TestMemoryFind.py
    lldb-Suite :: functionalities/memory/read/TestMemoryRead.py
    lldb-Suite :: functionalities/nested_alias/TestNestedAlias.py
    lldb-Suite :: functionalities/signal/TestSendSignal.py
    lldb-Suite :: lang/c/anonymous/TestAnonymous.py
    lldb-Suite :: lang/c/array_types/TestArrayTypes.py
    lldb-Suite :: lang/c/bitfields/TestBitfields.py
    lldb-Suite :: lang/c/conflicting-symbol/TestConflictingSymbol.py
    lldb-Suite :: lang/c/const_variables/TestConstVariables.py
    lldb-Suite :: lang/c/enum_types/TestEnumTypes.py
    lldb-Suite :: lang/c/forward/TestForwardDeclaration.py
    lldb-Suite :: lang/c/function_types/TestFunctionTypes.py
    lldb-Suite :: lang/c/global_variables/TestGlobalVariables.py
    lldb-Suite :: lang/c/modules/TestCModules.py
    lldb-Suite :: lang/c/register_variables/TestRegisterVariables.py
    lldb-Suite :: lang/c/set_values/TestSetValues.py
    lldb-Suite :: lang/c/shared_lib/TestSharedLib.py
    lldb-Suite ::
lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py
    lldb-Suite :: lang/c/stepping/TestStepAndBreakpoints.py
    lldb-Suite :: lang/cpp/class_types/TestClassTypes.py
    lldb-Suite :: lang/cpp/enum_types/TestCPP11EnumTypes.py
    lldb-Suite :: lang/cpp/inlines/TestInlines.py
    lldb-Suite :: lang/cpp/namespace_definitions/TestNamespaceDefinitions.py
    lldb-Suite :: lang/cpp/rvalue-references/TestRvalueReferences.py
    lldb-Suite :: lang/cpp/signed_types/TestSignedTypes.py
    lldb-Suite :: lang/cpp/unsigned_types/TestUnsignedTypes.py
    lldb-Suite :: lang/objc/forward-decl/TestForwardDecl.py
    lldb-Suite :: lang/objc/foundation/TestObjCMethods.py
    lldb-Suite :: lang/objc/hidden-ivars/TestHiddenIvars.py
    lldb-Suite :: lang/objc/modules-auto-import/TestModulesAutoImport.py
    lldb-Suite :: lang/objc/modules-incomplete/TestIncompleteModules.py
    lldb-Suite ::
lang/objc/modules-inline-functions/TestModulesInlineFunctions.py
    lldb-Suite :: lang/objc/modules/TestObjCModules.py
    lldb-Suite :: lang/objc/objc-dynamic-value/TestObjCDynamicValue.py
    lldb-Suite :: lang/objc/objc-new-syntax/TestObjCNewSyntax.py
    lldb-Suite :: lang/objc/objc-stepping/TestObjCStepping.py
    lldb-Suite :: lang/objc/real-definition/TestRealDefinition.py
    lldb-Suite ::
lang/objc/single-entry-dictionary/TestObjCSingleEntryDictionary.py
    lldb-Suite :: macosx/thread-names/TestInterruptThreadNames.py

  Expected Passes    : 1238
  Unsupported Tests  : 28
  Unexpected Failures: 57



Can you please revert (or you want me to) while we figure out what
went wrong here?

Best,

--
Davide


More information about the lldb-commits mailing list