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.
- google-test.py: The Google test format now checks for "[ PASSED ] 1 test." to check if a test passes.
- discovery.py: The output appears in a different order on my machine than it did in the test.
- unittest-adaptor.py: The output appears in a different order on my machine than it did in the test.
- 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?
I don't know what controls the order, but I'm not sure we care? Maybe should make these CHECK-DAGs...