This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add a Buildkite job that tests back-deployment on Apple
ClosedPublic

Authored by ldionne on Nov 5 2020, 11:25 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rGbb43a0cd4adc: [libc++] Add a Buildkite job that tests back-deployment on Apple
Summary

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.

Diff Detail

Event Timeline

ldionne created this revision.Nov 5 2020, 11:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 5 2020, 11:25 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested review of this revision.Nov 5 2020, 11:25 AM
ldionne updated this revision to Diff 303230.Nov 5 2020, 12:41 PM

Fix UNSUPPORTED markup.

ldionne accepted this revision as: Restricted Project.Nov 5 2020, 3:26 PM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 5 2020, 3:27 PM
This revision was automatically updated to reflect the committed changes.