[all-commits] [llvm/llvm-project] ec574f: [libc++] Split off tests for aligned_alloc & frien...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Aug 18 08:52:52 PDT 2021


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

  Changed paths:
    A libcxx/test/std/depr/depr.c.headers/stdlib_h.aligned_alloc.compile.pass.cpp
    M libcxx/test/std/depr/depr.c.headers/stdlib_h.pass.cpp
    A libcxx/test/std/language.support/support.runtime/cstdlib.aligned_alloc.compile.pass.cpp
    M libcxx/test/std/language.support/support.runtime/cstdlib.pass.cpp
    M libcxx/test/std/language.support/support.runtime/ctime.pass.cpp
    A libcxx/test/std/language.support/support.runtime/ctime.timespec.compile.pass.cpp
    R libcxx/test/std/utilities/time/date.time/ctime.pass.cpp

  Log Message:
  -----------
  [libc++] Split off tests for aligned_alloc & friends into separate test files

This allows testing the rest of those headers on most platforms, instead
of XFAILing the whole test just because of a few functions.

As a fly-by fix, remove std/utilities/time/date.time/ctime.pass.cpp,
which was a duplicate of std/language.support/support.runtime/ctime.pass.cpp.

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




More information about the All-commits mailing list