Background: https://reviews.llvm.org/D82490#inline-1007741
Details
Details
- Reviewers
mstorsjo ldionne - Group Reviewers
Restricted Project - Commits
- rGf44fc3514909: [libcxx] Updated test and seemingly incorrect comment from it.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/libcxx/memory/trivial_abi/unique_ptr_destruction_order.pass.cpp | ||
---|---|---|
60 | There's two trivial typos here, the second one is shared[1] when it should be shared_buf[1], and the third index should be [2], not [1] again. |
Comment Actions
The arm64 job failed due to a fluke. I restarted it, please ship it once it passes (check again in 15 minutes or so).
Comment Actions
Hmm, this[0] showed that libcxx CI is PASSED, but the build status above still showed that`libcxx CI (MacOS arm64)` is red.
Safe to assume it's fine to commit?
[0] https://buildkite.com/llvm-project/libcxx-ci/builds/4326
There's two trivial typos here, the second one is shared[1] when it should be shared_buf[1], and the third index should be [2], not [1] again.