Jeffrey Yasskin 160f3b9191 Support GoogleTest's "typed tests"
(http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide#Typed_Tests)
in lit.py.  These tests have names like "ValueMapTest/0.Iteration", which broke
when lit.py os.path.join()ed them onto the path and then assumed it could
os.path.split() them back off.  This patch shifts path components from the
testPath to the testName until the testPath exists.

llvm-svn: 84387
2009-10-18 02:05:42 +00:00
..
2009-09-24 06:23:57 +00:00
2009-10-18 02:05:42 +00:00
2009-09-24 06:23:57 +00:00
2009-09-24 06:23:57 +00:00