History log of /external/llvm/utils/lit/lit/discovery.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd81d94322a39503e4a3e87b6ee03d4fcb3465fb 21-Jul-2014 Stephen Hines <srhines@google.com> Update LLVM for rebase to r212749.

Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls

Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
/external/llvm/utils/lit/lit/discovery.py
4b3e5f24ecedc075a3d9f1a5bdb77190a3a01f22 04-Sep-2013 Daniel Dunbar <daniel@zuster.org> [lit] Allow config files to pass arbitrary values to child configs.

- This aligns with how existing test suites end up wanting to use the local
config files, conceptually it makes sense to consider them to be inherited.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189885 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
8c59003cc382e4b2fb15b267aa2d356e869a89cc 29-Aug-2013 Daniel Dunbar <daniel@zuster.org> [lit] Move top-level execute code into Run object.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189551 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
6c749c5fbc94a9f133ed05e389aab4309f187684 09-Aug-2013 Daniel Dunbar <daniel@zuster.org> [lit] Split TestingConfig.frompath() into separate ctor and load methods.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188038 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
49e51429c1e1cf37b2cc23fdf208d9f470acf430 09-Aug-2013 Daniel Dunbar <daniel@zuster.org> [lit] Eliminate mustExist parameter from TestingConfig.frompath().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188034 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
3279653eb85d2f09175f6a2deb0a12b93fed9ecf 09-Aug-2013 Daniel Dunbar <daniel@zuster.org> [lit] Only create config copies when a local config file is present.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188033 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
b3c0c58ca4ecd21566899b369eb70742e44cc8ea 09-Aug-2013 Daniel Dunbar <daniel@zuster.org> [lit] Eliminate parent argument from TestingConfig.frompath(), which is effectively unused.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188032 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
8f4aab8c2fe095ce1286fc1bd0bdd9157ed00398 07-Aug-2013 NAKAMURA Takumi <geek4civic@gmail.com> Lit: Resurrect --no-execute dropped in r187852.

For now, builders in bb.pgr.jp are using it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187886 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
0d038e3e8852bf4fde949136ca9c2815f64febd0 07-Aug-2013 Daniel Dunbar <daniel@zuster.org> [lit] Use .write() methods instead of print statement.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187857 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
91142b1125aabd86d2307f340abc53351c4a7d94 07-Aug-2013 Daniel Dunbar <daniel@zuster.org> [lit] Drop --no-execute, which isn't generally useful.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187852 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
cd594283f7b5ab7031a0da25c26f4dd81e491433 07-Aug-2013 Daniel Dunbar <daniel@zuster.org> [lit] Remove dead ignoreStdError argument.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187849 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
406ef447074421f91c01c41f0e26fdef937e627c 12-Apr-2013 Daniel Dunbar <daniel@zuster.org> lit: Fix infinite recursion when an out-of-tree test root is located inside the source test root.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179402 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
aa3a85e2fadcf33d18b00c1654108e85ef704361 11-Apr-2013 Daniel Dunbar <daniel@zuster.org> lit: Don't descend into .git directories during test discovery.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179249 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
47896090f30fe9f37a776b46e285b1d6d8b1ad9b 31-Jan-2013 Daniel Dunbar <daniel@zuster.org> [lit] Move unittest adaptor code into discovery module.
- Also, add a test for it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174019 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py
3d4a973ee4a2a134dd3df34a64a0a16256a5306c 31-Jan-2013 Daniel Dunbar <daniel@zuster.org> [lit] Move discovery code into its own module.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174014 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/lit/lit/discovery.py