[PATCH] D34792: [lit] Remove dead code not referenced in the LLVM SVN repo.

Leandro Nunes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 03:45:39 PDT 2017


leandron added subscribers: MatzeB, leandron.
leandron added a comment.

Hi. There are some failures on LLVM test-suite[1] after this code was merged.

"FileBasedTest" is being imported at litsupport/test.py:10 (currently rev. 306655) and it is causing lnt to fail abruptly when running "lnt runtest test-suite".

It is not possible to observe failures on lnt public bots as they are running "lnt runtest nt", not "lnt runtest test-suite".

May I suggest to revert the commit or adjust so it doesn't break the existing test ?

[1] http://llvm.org/svn/llvm-project/test-suite/trunk/


Repository:
  rL LLVM

https://reviews.llvm.org/D34792





More information about the llvm-commits mailing list