[libcxx-commits] [PATCH] D77826: All libc++ tests without an assert: .pass.cpp -> .compile.pass.cpp
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 9 14:25:23 PDT 2020
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
At least some of these files don't contain any assertion visible in the test file, however they do run some code in `main()`. The tests that we can afford to compile only are those that really don't do anything at runtime, i.e. they only contain `static_assert`s or similar.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77826/new/
https://reviews.llvm.org/D77826
More information about the libcxx-commits
mailing list