summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2015-09-18 22:57:04 +0000
committerTodd Fiala <todd.fiala@gmail.com>2015-09-18 22:57:04 +0000
commitf77f8ae4500c2e57a95222d5a3533a76ada7a103 (patch)
tree96c24af9c53bb5850b319465aa874d07f1c1f6b5
parente83f140833d62c2db964403bb0dd7d8909f0513c (diff)
downloadbcm5719-llvm-f77f8ae4500c2e57a95222d5a3533a76ada7a103.tar.gz
bcm5719-llvm-f77f8ae4500c2e57a95222d5a3533a76ada7a103.zip
test events: add test_filename to all test-related events.
The test_filename is the full path to the TestCase class's implementation file. llvm-svn: 248060
-rw-r--r--lldb/test/test_results.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/test_results.py b/lldb/test/test_results.py
index 52787e91f4d..4ed0d53cdb7 100644
--- a/lldb/test/test_results.py
+++ b/lldb/test/test_results.py
@@ -78,6 +78,7 @@ class EventBuilder(object):
event.update({
"test_class": test_class_name,
"test_name": test_name,
+ "test_filename": inspect.getfile(test.__class__)
})
return event
OpenPOWER on IntegriCloud