[all-commits] [llvm/llvm-project] bb43a0: [libc++] Add a Buildkite job that tests back-deplo...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Nov 5 15:27:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bb43a0cd4adc4f1fa12e0d2fd1fe9aa6b5c00e34
https://github.com/llvm/llvm-project/commit/bb43a0cd4adc4f1fa12e0d2fd1fe9aa6b5c00e34
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M libcxx/include/variant
M libcxx/test/libcxx/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp
M libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
M libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.signals.pass.cpp
M libcxx/test/std/utilities/variant/variant.hash/hash.pass.cpp
M libcxx/test/std/utilities/variant/variant.relops/relops.pass.cpp
M libcxx/test/std/utilities/variant/variant.relops/relops_bool_conv.fail.cpp
M libcxx/test/std/utilities/variant/variant.variant/variant.dtor/dtor.pass.cpp
M libcxx/test/std/utilities/variant/variant.variant/variant.status/index.pass.cpp
M libcxx/test/std/utilities/variant/variant.variant/variant.status/valueless_by_exception.pass.cpp
M libcxx/utils/ci/buildkite-pipeline.yml
M libcxx/utils/ci/run-buildbot.sh
Log Message:
-----------
[libc++] Add a Buildkite job that tests back-deployment on Apple
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.
Differential Revision: https://reviews.llvm.org/D90869
More information about the All-commits
mailing list