[all-commits] [llvm/llvm-project] 3087a8: [libcxx] [test] Add an XFAIL for the timespec test...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Thu Oct 21 13:30:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3087a8488948f575a81158494fd0609198ef5e9e
      https://github.com/llvm/llvm-project/commit/3087a8488948f575a81158494fd0609198ef5e9e
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-10-21 (Thu, 21 Oct 2021)

  Changed paths:
    M libcxx/test/std/language.support/support.runtime/ctime.timespec.compile.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Add an XFAIL for the timespec test for MinGW targets

MinGW headers/libs lack timespec_get.

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


  Commit: 6836629f889194202da28b745e82d0931d000a2b
      https://github.com/llvm/llvm-project/commit/6836629f889194202da28b745e82d0931d000a2b
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-10-21 (Thu, 21 Oct 2021)

  Changed paths:
    M libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Add a specific XFAIL for a MinGW env failure that is fixed in Clang 14

This issue only occurs when linked statically in MinGW configurations,
and has been fixed for Clang 14 by https://reviews.llvm.org/D109651.

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


Compare: https://github.com/llvm/llvm-project/compare/64f002c6d36d...6836629f8891


More information about the All-commits mailing list