llvm-project/llvm/utils/lit/tests/Inputs
Eric Fiselier 8fcf50515b [LIT] Fix failing LIT tests
Summary:
I spend some time trying to get the LIT test suite passing. Here are the changes that I needed to make on my machine.

I made the following changes for the following reasons.

1. google-test.py: The Google test format now checks for "[  PASSED  ] 1 test." to check if a test passes.
2. discovery.py: The output appears in a different order on my machine than it did in the test.
3. unittest-adaptor.py: The output appears in a different order on my machine than it did in the test.
4. The classname is now formed differently in `getJUnitXML(...)`.

I'm not sure what is causing the output order to differ in discovery.py and unittest-adaptor.py. Does anybody have any thoughts?

Reviewers: ddunbar, danalbert, jroelofs

Reviewed By: jroelofs

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D9864

llvm-svn: 239663
2015-06-13 06:55:44 +00:00
..
discovery [lit] Allow config files to pass arbitrary values to child configs. 2013-09-03 23:32:55 +00:00
exec-discovery
exec-discovery-in-tree
googletest-format [LIT] Fix failing LIT tests 2015-06-13 06:55:44 +00:00
progress-bar
shtest-format [lit] [tests] Add missing test input file. 2013-08-29 03:02:34 +00:00
shtest-shell
test-data [lit] Add an --output option, for writing results in a machine readable form. 2013-09-14 01:19:17 +00:00
unittest-adaptor