[all-commits] [llvm/llvm-project] 9b24ff: [libcxx] [ci] Add a Windows CI configuration for a...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed May 5 12:44:00 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b24ff9cd2efe1d8319af023ffb69efdaf4cd5ce
      https://github.com/llvm/llvm-project/commit/9b24ff9cd2efe1d8319af023ffb69efdaf4cd5ce
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
    M libcxx/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/db_deallocate.pass.cpp
    M libcxx/utils/ci/buildkite-pipeline.yml
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  [libcxx] [ci] Add a Windows CI configuration for a statically linked libc++

On Windows, static vs DLL linking affects details in quite a few
cases, so it's good to have coverage for both cases.

Testing with static linking also increases coverage for a number of
cases and individual checks that have had to be waived for the DLL
case, and allows testing libc++experimental, increasing the number
of test cases actually executed by 180 (176 new tests from
libc++experimental and 4 ones that are XFAIL windows-dll).

Also drop the "generic-" prefix from these configuration names, as
they're perhaps not what the "generic" prefix intended originally
in the other generic-posix configurations.

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




More information about the All-commits mailing list