[libcxx-commits] [libcxx] [libc++] Implements Runtime format strings II. (PR #72543)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 28 10:18:16 PST 2023
mordante wrote:
> Not sure what that stack means, so I just disabled these tests on our bots as a few similar were already disabled.
I see you disabled them in zorg and not in the test itself, the same for the previous errors. That means we don't see them exclusion in the libc++ tests themselves; hence my conclusion that the other tests worked.
I wanted to see which format-string causes the issue, there are hundreds of them tested. Unfortunately it seems the stack is not complete so it's hard to tell.
Is there a way to get a more detailed stack up to `main()`?
https://github.com/llvm/llvm-project/pull/72543
More information about the libcxx-commits
mailing list