[Lldb-commits] [PATCH] D19215: normalize test file extension for test filenames

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 18 13:19:00 PDT 2016


tfiala added a comment.

Side note:

Okay I think the mystery of this was caught by Jim.  When we started accepting usage of .pycs again, we're allowing the python runtime to select using the pyc if available and not older than the .py file.  This makes it possible to get a test file that is sometimes the .py and sometimes the .pyc.

I'm going to be looking into getting a verification mechanism for the test infrastructure that covers items like this.  This caused a whole lot of trouble on CI and, had we had tests for the test infrastructure itself, we could have avoided this.  I'll take an action item on that.


http://reviews.llvm.org/D19215





More information about the lldb-commits mailing list