[PATCH] D144101: [test-suite] Increase the --filter-short threshold

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 03:32:08 PST 2023


rengolin added inline comments.


================
Comment at: utils/compare.py:342
+        except:
+            config.files.insert(0, config.filter_short)
+
----------------
what happens to `filter_short_threshold` on exception? Is it a stable behaviour?


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

https://reviews.llvm.org/D144101



More information about the llvm-commits mailing list