[PATCH] D104747: [runtimes] Simplify how we specify XFAIL & friends based on the triple

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 10:56:33 PDT 2021


ldionne accepted this revision.
ldionne added a comment.

The only failure is a flaky test on Windows.

I also validated that this didn't change which tests get run by looking at the logs for all CI configurations and confirming that the PASS, FAIL, UNSUPPORTED, etc. were the same as those on a `main` build. So it looks like I did not mess up any annotation and disable tests by accident, at least in the configurations that we have CI for.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104747



More information about the llvm-commits mailing list