diff options
author | Greg Clayton <gclayton@apple.com> | 2015-01-07 22:25:50 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2015-01-07 22:25:50 +0000 |
commit | 7099558499904e0b308f127ac866a54d6b88f78d (patch) | |
tree | 71cc9828560dfea845fe727368368d9d40f5feab /libcxx/test | |
parent | 5e5b85098dbeaea2cfa5d01695b5d2982634d7dd (diff) | |
download | bcm5719-llvm-7099558499904e0b308f127ac866a54d6b88f78d.tar.gz bcm5719-llvm-7099558499904e0b308f127ac866a54d6b88f78d.zip |
Fix inlined test cases so they print out the correct command to run when they fail instead of printing out incorrect information.
To fix this I added a new method to TestBase:
def getRerunArgs(self):
return " -f %s.%s" % (self.__class__.__name__, self._testMethodName)
The InlineTest which inherits from TestBase then overrides this function with a custom version which does the right thing.
llvm-svn: 225407
Diffstat (limited to 'libcxx/test')
0 files changed, 0 insertions, 0 deletions