This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Updated test and seemingly incorrect comment from it.
ClosedPublic

Authored by oontvoo on Jul 15 2021, 12:52 PM.

Diff Detail

Event Timeline

oontvoo requested review of this revision.Jul 15 2021, 12:52 PM
oontvoo created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2021, 12:52 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript

Thanks! Looks great to me, assuming that it passes CI.

CI never lies :-)

Let's figure out what's going on here.

mstorsjo added inline comments.Jul 15 2021, 11:09 PM
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.

oontvoo updated this revision to Diff 359324.Jul 16 2021, 8:00 AM
oontvoo marked an inline comment as done.

fixed typos

ldionne accepted this revision.Jul 16 2021, 10:54 AM

The arm64 job failed due to a fluke. I restarted it, please ship it once it passes (check again in 15 minutes or so).

This revision is now accepted and ready to land.Jul 16 2021, 10:54 AM
oontvoo added a comment.EditedJul 16 2021, 6:08 PM

The arm64 job failed due to a fluke. I restarted it, please ship it once it passes (check again in 15 minutes or so).

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

The arm64 job failed due to a fluke. I restarted it, please ship it once it passes (check again in 15 minutes or so).

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

Yes, that should be fine now - thanks!

This revision was landed with ongoing or failed builds.Jul 17 2021, 10:47 AM
This revision was automatically updated to reflect the committed changes.