| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc++] Add missing [[maybe_unused]] attribute in format tests Otherwise, Clang complains about format_ctx being unused in the tests when exceptions are disabled in Freestanding mode. I don't know why it doesn't complain not in freestanding mode. Differential Revision: https://reviews.llvm.org/D153301 | 2 年前 | |
[libc++][test] Don't include test_format_context.h in parse.pass.cpp (#83734) The parse.pass.cpp tests doen't need to call test_format_context_create to create a basic_format_context, so they shouldn't include test_format_context.h. The to_address mechanism works around the iterator debugging mechanisms of MSVC STL. Related to [LWG3989](https://cplusplus.github.io/LWG/issue3989). Discovered when implementing formatter<tuple> in MSVC STL. With the inclusion removed, std/utilities/format/format.tuple/parse.pass.cpp when using enhanced MSVC STL (and /utf-8 option for MSVC). | 2 年前 | |
[libc++] Mark slow tests as unsupported on GCC Some tests in our test suite are unbelievably slow on GCC due to the use of the always_inline attribute. See [1] for more details. This patch introduces the GCC-ALWAYS_INLINE-FIXME lit feature to disable tests that are plagued by that issue. At the same time, it moves several existing tests from ad-hoc UNSUPPORTED: gcc-12 markup to the new GCC-ALWAYS_INLINE-FIXME feature, and marks the slowest tests reported by the CI as UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME. [1]: https://discourse.llvm.org/t/rfc-stop-supporting-extern-instantiations-with-gcc/71277/1 Differential Revision: https://reviews.llvm.org/D152736 | 2 年前 | |
[libc++] Mark slow tests as unsupported on GCC Some tests in our test suite are unbelievably slow on GCC due to the use of the always_inline attribute. See [1] for more details. This patch introduces the GCC-ALWAYS_INLINE-FIXME lit feature to disable tests that are plagued by that issue. At the same time, it moves several existing tests from ad-hoc UNSUPPORTED: gcc-12 markup to the new GCC-ALWAYS_INLINE-FIXME feature, and marks the slowest tests reported by the CI as UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME. [1]: https://discourse.llvm.org/t/rfc-stop-supporting-extern-instantiations-with-gcc/71277/1 Differential Revision: https://reviews.llvm.org/D152736 | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 |