[libcxx-commits] [PATCH] D106153: [SystemZ][z/OS][libcxx]: fix libcxx test cases related to codecvt class UTF8

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 20 12:49:56 PDT 2021


ldionne added a comment.

In D106153#2890692 <https://reviews.llvm.org/D106153#2890692>, @ldionne wrote:

> LGTM, but please add a 1-2 line comment for each `UNSUPPORTED` explaining why it fails. You can copy/paste the comment, it's fine. Actually, it even helps cause you can then grep for:
>
>   // <the-comment>
>   // UNSUPPORTED: target={{.+}}-zos{{.*}}
>
> and you'll find all tests that are marked as unsupported for the same reason.

@muiez

Please read the comments even when you get an approval. https://reviews.llvm.org/rG7704fedfff6ef5676adb6415f3be0ac927d1a746 didn't apply my requested change. I LGTM'd the patch because I trusted you'd apply the feedback and didn't want to block you until I could look at it again -- not because no changes were required.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106153/new/

https://reviews.llvm.org/D106153



More information about the libcxx-commits mailing list