[all-commits] [llvm/llvm-project] af2ea1: [lldb] Import Foundation in TestConflictingDefinit...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Apr 8 10:46:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: af2ea183f5e3301406724bba116a7e200f108b79
      https://github.com/llvm/llvm-project/commit/af2ea183f5e3301406724bba116a7e200f108b79
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M lldb/test/API/lang/objc/conflicting-definition/Test/Test.m
    M lldb/test/API/lang/objc/conflicting-definition/TestExt/TestExt.m

  Log Message:
  -----------
  [lldb] Import Foundation in TestConflictingDefinition.py

We need to import foundation to get a 'NSLog' declaration when building
against the iOS SDK. This doesn't appear necessary when building against
the macOS SDK, presumable because it gets transitively imported by
objc/NSObject.h


  Commit: 257f98466222c1fba3d3f6c0afa5e93793d14109
      https://github.com/llvm/llvm-project/commit/257f98466222c1fba3d3f6c0afa5e93793d14109
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M lldb/test/API/commands/settings/quoting/TestQuoting.py

  Log Message:
  -----------
  [lldb] Fix TestQuoting when run remotely


  Commit: 66b829ac7b6864f4546771668739d80fa34a7e17
      https://github.com/llvm/llvm-project/commit/66b829ac7b6864f4546771668739d80fa34a7e17
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M lldb/test/API/commands/expression/import-std-module/missing-module-sources/TestStdModuleSourcesMissing.py
    M lldb/test/API/commands/platform/basic/TestPlatformCommand.py
    M lldb/test/API/commands/platform/basic/TestPlatformPython.py
    M lldb/test/API/commands/platform/sdk/TestPlatformSDK.py
    M lldb/test/API/macosx/profile_vrs_detach/TestDetachVrsProfile.py
    M lldb/test/API/python_api/process/TestProcessAPI.py
    M lldb/test/API/python_api/sbmodule/TestSBModule.py
    M lldb/test/API/python_api/target/TestTargetAPI.py

  Log Message:
  -----------
  [lldb] Skip a bunch of tests that shouldn't run remotely

Skip a bunch of tests that don't really make sense to run remotely.


Compare: https://github.com/llvm/llvm-project/compare/8843245ddd2d...66b829ac7b68


More information about the All-commits mailing list