[all-commits] [llvm/llvm-project] e4afff: [MLGO] Add pytype test (#79558)

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Jan 26 12:24:27 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4afffbe8cc31278a9006712e7323d49eae9dbb6
      https://github.com/llvm/llvm-project/commit/e4afffbe8cc31278a9006712e7323d49eae9dbb6
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2024-01-26 (Fri, 26 Jan 2024)

  Changed paths:
    A llvm/utils/mlgo-utils/mlgo/corpus/__init__.py
    M llvm/utils/mlgo-utils/tests/lit.local.cfg
    A llvm/utils/mlgo-utils/tests/pytype.test

  Log Message:
  -----------
  [MLGO] Add pytype test (#79558)

This patch adds a pytype test to the mlgo-utils lit test suite to
prevent regressions in typing while we wait to setup precommit CI for
this specific project.

This is somewhat hacky, but is a temporary fix and will be pulled out
soonish. It also should only impact the ML buildbots as they are the
only ones that should have `pytype` installed.




More information about the All-commits mailing list