[all-commits] [llvm/llvm-project] c9ab1d: Mark test cases as unsupported on z/OS (#90990)

Sean Perry via All-commits all-commits at lists.llvm.org
Tue May 7 12:24:11 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c9ab1d890586bd8a6a194e6a37968538b80f81bd
      https://github.com/llvm/llvm-project/commit/c9ab1d890586bd8a6a194e6a37968538b80f81bd
  Author: Sean Perry <39927768+perry-ca at users.noreply.github.com>
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
    M clang/test/AST/Interp/cxx23.cpp
    M clang/test/CodeGen/ffp-contract-option.c
    M clang/test/CodeGen/ffp-model.c
    M clang/test/CodeGen/fp-matrix-pragma.c
    M clang/test/Driver/clang-offload-bundler-asserts-on.c
    M clang/test/Driver/clang-offload-bundler-standardize.c
    M clang/test/Driver/clang-offload-bundler-zlib.c
    M clang/test/Driver/clang-offload-bundler-zstd.c
    M clang/test/Driver/clang-offload-bundler.c
    A clang/test/Driver/std-trigraph-override.c
    M clang/test/Driver/std.c
    A clang/test/FixIt/fixit-c++2a-tls.cpp
    M clang/test/FixIt/fixit-c++2a.cpp
    M clang/test/Interpreter/const.cpp
    M clang/test/Lexer/unicode.c
    M clang/test/Modules/cstd.m
    M clang/test/Modules/merge-objc-protocol-visibility.m
    M clang/test/PCH/chain-openmp-threadprivate.cpp
    M clang/test/Sema/thread_local.c
    M llvm/test/MC/AsmParser/layout-interdependency.s
    M llvm/test/Object/archive-big-extract.test
    M llvm/test/Object/archive-extract.test

  Log Message:
  -----------
  Mark test cases as unsupported on z/OS (#90990)

These test cases are testing features not available when either
targeting the s390x-ibm-zos target or use tools/features not available
on the z/OS operating system. In a couple cases the lit test had a
number of subtests with one or two that aren't supported on z/OS. Rather
than mark the entire test as unsupported I split out the unsupported
tests into a separate test case.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list