[all-commits] [llvm/llvm-project] b7de7b: [lldb] [test] Remove xfail from tests that pass on...

Michał Górny via All-commits all-commits at lists.llvm.org
Tue Nov 3 13:02:19 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b7de7be098d7f167d10acb713fe601ad15f37071
      https://github.com/llvm/llvm-project/commit/b7de7be098d7f167d10acb713fe601ad15f37071
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2020-11-03 (Tue, 03 Nov 2020)

  Changed paths:
    M lldb/test/API/api/multiple-targets/TestMultipleTargets.py
    M lldb/test/API/functionalities/avoids-fd-leak/TestFdLeak.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py
    M lldb/test/API/lang/cpp/enum_types/TestCPP11EnumTypes.py
    M lldb/test/API/lang/cpp/namespace/TestNamespaceLookup.py
    M lldb/test/API/python_api/thread/TestThreadAPI.py

  Log Message:
  -----------
  [lldb] [test] Remove xfail from tests that pass on FreeBSD


  Commit: 051da2bede4ba7231d009b5708d1191dde1e5dde
      https://github.com/llvm/llvm-project/commit/051da2bede4ba7231d009b5708d1191dde1e5dde
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2020-11-03 (Tue, 03 Nov 2020)

  Changed paths:
    M lldb/test/Shell/helper/toolchain.py

  Log Message:
  -----------
  [lldb] [test/Shell] Pass -pthread to host toolchain on FreeBSD too


  Commit: 98257c30065a7c85685a60653df7075cf95281dd
      https://github.com/llvm/llvm-project/commit/98257c30065a7c85685a60653df7075cf95281dd
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2020-11-03 (Tue, 03 Nov 2020)

  Changed paths:
    M lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
    M lldb/test/API/api/multithreaded/TestMultithreaded.py
    M lldb/test/API/commands/expression/multiline-navigation/TestMultilineNavigation.py
    M lldb/test/API/commands/log/basic/TestLogging.py
    M lldb/test/API/commands/platform/process/list/TestProcessList.py
    M lldb/test/API/commands/process/launch/TestProcessLaunch.py
    M lldb/test/API/commands/target/create-deps/TestTargetCreateDeps.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_callback_command_source/TestBreakpointCallbackCommandSource.py
    M lldb/test/API/functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py
    M lldb/test/API/functionalities/dlopen_other_executable/TestDlopenOtherExecutable.py
    M lldb/test/API/functionalities/memory-region/TestMemoryRegion.py
    M lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py
    M lldb/test/API/functionalities/thread/state_after_expression/TestStateAfterExpression.py
    M lldb/test/API/lang/c/conflicting-symbol/TestConflictingSymbol.py
    M lldb/test/API/lang/cpp/thread_local/TestThreadLocal.py
    M lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py
    M lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
    M lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test

  Log Message:
  -----------
  [lldb] [test] Update XFAILs/skips for FreeBSD

Update expected failures and test skips based on common results
for the old and new FreeBSD plugins.


Compare: https://github.com/llvm/llvm-project/compare/f5eebc25cc37...98257c30065a


More information about the All-commits mailing list