summaryrefslogtreecommitdiffstats
path: root/libcxx/test
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2015-01-07 22:25:50 +0000
committerGreg Clayton <gclayton@apple.com>2015-01-07 22:25:50 +0000
commit7099558499904e0b308f127ac866a54d6b88f78d (patch)
tree71cc9828560dfea845fe727368368d9d40f5feab /libcxx/test
parent5e5b85098dbeaea2cfa5d01695b5d2982634d7dd (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud