[PATCH] D136949: [Debugify] Accumulate the number of variables in debugify metadata
Xiang Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 21:36:57 PST 2022
xiangzhangllvm added a comment.
Yes, We use XFAIL to mark a test as an expected failure. An XFAIL test will be successful if its execution fails, and will be a failure if its execution succeeds.
But now we are not expected failure. it is strange to test a test case by check nothing (only expect it not go to assert). I am not much sure about it.
@dsanders any suggestions ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136949/new/
https://reviews.llvm.org/D136949
More information about the llvm-commits
mailing list