[all-commits] [llvm/llvm-project] ed7c81: [libc++] Convert test-suite workarounds for some C...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Aug 18 05:28:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed7c81d1726c7ecd03d1bc13eeb8d23fdffa5751
      https://github.com/llvm/llvm-project/commit/ed7c81d1726c7ecd03d1bc13eeb8d23fdffa5751
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
    R libcxx/test/libcxx/language.support/has_aligned_alloc.compile.pass.cpp
    R libcxx/test/libcxx/language.support/has_quick_exit.compile.pass.cpp
    R libcxx/test/libcxx/language.support/has_timespec_get.compile.pass.cpp
    M libcxx/test/std/depr/depr.c.headers/stdlib_h.pass.cpp
    M libcxx/test/std/language.support/support.runtime/cstdlib.pass.cpp
    M libcxx/test/std/language.support/support.runtime/ctime.pass.cpp
    R libcxx/test/std/language.support/support.start.term/at_quick_exit.compile.fail.cpp
    R libcxx/test/std/language.support/support.start.term/quick_exit.compile.fail.cpp
    M libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp
    M libcxx/test/std/utilities/time/date.time/ctime.pass.cpp
    M libcxx/test/support/test_macros.h

  Log Message:
  -----------
  [libc++] Convert test-suite workarounds for some C11 features to XFAILs

Instead of trying to sniff out what features are supported by the
library being tested, the way we normally handle these things is with
Lit annotations. This should not be treated differently.

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




More information about the All-commits mailing list