[libcxx-commits] [PATCH] D86685: [libcxx] Fix the broken test after D82657.

Haojian Wu via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 27 00:55:39 PDT 2020


hokein added a comment.

I'm not sure this is the correct solution to fix the failing test due to the new diagnostic of the compiler.

The test will pass if it runs under the trunk clang; and it fails if it runs under an old clang;

After D82657 <https://reviews.llvm.org/D82657>

- it breaks one of the builtbots: http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/945, this buildbot seems to use trunk clang;
- there are other buildbots (e.g. http://lab.llvm.org:8011/builders/libcxx-libcxxabi-x86_64-linux-ubuntu-cxx03/builds/3823/steps/test.libcxx/logs/stdio) which uses `/usr/local/bin/clang++`

Any ideas?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86685



More information about the libcxx-commits mailing list