[all-commits] [llvm/llvm-project] 22f01c: [AIX][ZOS] Disable LIT tests on AIX and z/OS due t...

Jake Egan via All-commits all-commits at lists.llvm.org
Thu Sep 16 11:05:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22f01cd4fc5d2a02a156722e1dab0398fc860e74
      https://github.com/llvm/llvm-project/commit/22f01cd4fc5d2a02a156722e1dab0398fc860e74
  Author: Jake Egan <Jake.Egan at ibm.com>
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
    A clang/test/CodeGenObjC/lit.local.cfg
    A clang/test/CodeGenObjCXX/lit.local.cfg
    M clang/test/Import/forward-declared-objc-class/test.m
    M clang/test/Import/objc-arc/test-cleanup-object.m
    M clang/test/Import/objc-autoreleasepool/test.m
    M clang/test/Import/objc-definitions-in-expression/test.m
    M clang/test/Import/objc-method/test.m
    M clang/test/Import/objc-param-decl/test.m
    M clang/test/Import/objc-try-catch/test.m
    M clang/test/Modules/DebugInfoNamespace.cpp
    M clang/test/Modules/DebugInfoTransitiveImport.m
    M clang/test/Modules/ExtDebugInfo.cpp
    M clang/test/Modules/ExtDebugInfo.m
    M clang/test/Modules/ModuleDebugInfoDwoId.cpp
    M clang/test/Modules/ModuleModuleDebugInfo.cpp
    M clang/test/Modules/autolink.m
    M clang/test/Modules/autolinkTBD.m
    M clang/test/Modules/cxx-irgen.cpp
    M clang/test/Modules/debug-info-moduleimport.m
    M clang/test/Modules/direct-module-import.m
    M clang/test/Modules/merge-record-definition-nonmodular.m
    M clang/test/Modules/merge-record-definition-visibility.m
    M clang/test/Modules/merge-record-definition.m
    M clang/test/Modules/module_file_info.m
    M clang/test/Modules/objc-initializer.m
    M clang/test/Modules/pch-used.m
    M clang/test/Modules/use-exportas-for-link.m
    M clang/test/PCH/externally-retained.m
    M clang/test/PCH/irgen-rdar13114142.mm
    M clang/test/PCH/objc_container.m
    M clang/test/PCH/objc_literals.m
    M clang/test/PCH/objc_literals.mm
    M clang/test/PCH/objcxx-ivar-class.mm
    M clang/test/PCH/pending-ids.m

  Log Message:
  -----------
  [AIX][ZOS] Disable LIT tests on AIX and z/OS due to lack of Objective-C support

AIX and z/OS lack Objective-C support, so mark these tests as unsupported for AIX and z/OS.

Reviewed By: jsji

Differential Revision: https://reviews.llvm.org/D109060




More information about the All-commits mailing list