[libcxx-commits] [PATCH] D139147: [libc++][Android] Enable libc++ testing using adb on an x86-64 emulator
Ryan Prichard via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 30 17:30:58 PDT 2023
rprichard added a comment.
I still haven't added anything to libcxx/utils/ci/buildkite-pipeline.yml. It's not clear to me whether that should be part of this patch, because there are several things that must happen first before CI tests will work:
- I need to create a new docker image to add the Android stuff to it, and host it somewhere.
- I need to setup a special buildbot on a VM somewhere that uses the new docker image.
- There are a bunch of patches I have uploaded to Phabricator currently that are required to get tests running cleanly.
- There are a few other fixes for tests that I don't have uploaded, because I'm not quite sure what we want to do (need to disable certain filesystem tests, and there are a couple of demangler problems involving floating-point).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139147/new/
https://reviews.llvm.org/D139147
More information about the libcxx-commits
mailing list