[libcxx-commits] [PATCH] D90869: [libc++] Add a Buildkite job that tests back-deployment on Apple

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 5 11:25:19 PST 2020


ldionne created this revision.
Herald added subscribers: libcxx-commits, arphaman, jkorous, arichardson.
Herald added a project: libc++.
Herald added a reviewer: libc++.
ldionne requested review of this revision.

The current way we test this is pretty cheap, i.e. we download previously
released macOS dylibs and run against that. Ideally, we would require a
full host running the appropriate version of macOS, and we'd execute the
tests using SSH on that host. But since we don't have such hosts available
easily for now, this is better than nothing.

At the same time, also fix some tests that were failing when back
deploying.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90869

Files:
  libcxx/include/variant
  libcxx/test/libcxx/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp
  libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
  libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.signals.pass.cpp
  libcxx/test/std/utilities/variant/variant.hash/hash.pass.cpp
  libcxx/test/std/utilities/variant/variant.relops/relops.pass.cpp
  libcxx/test/std/utilities/variant/variant.relops/relops_bool_conv.fail.cpp
  libcxx/test/std/utilities/variant/variant.variant/variant.dtor/dtor.pass.cpp
  libcxx/test/std/utilities/variant/variant.variant/variant.status/index.pass.cpp
  libcxx/test/std/utilities/variant/variant.variant/variant.status/valueless_by_exception.pass.cpp
  libcxx/utils/ci/buildkite-pipeline.yml
  libcxx/utils/ci/run-buildbot.sh

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90869.303202.patch
Type: text/x-patch
Size: 11343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201105/2d738070/attachment.bin>


More information about the libcxx-commits mailing list