[PATCH] D148443: [compiler-rt] [test] [asan] Mark the static tests unsupported on mingw

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 16:02:08 PDT 2023


vitalybuka added inline comments.


================
Comment at: llvm/utils/lit/lit/formats/googletest.py:31
     def get_num_tests(self, path, litConfig, localConfig):
+        if localConfig.unsupported:
+            return 0
----------------
you should move this file into a separate patch
and include a test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148443



More information about the llvm-commits mailing list