Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/43825 )

Change subject: test change to get information about a kokoro failure.
......................................................................

test change to get information about a kokoro failure.

Change-Id: Idc07a207a6669882c179f6c9ec468071fbfa39f0
---
M ext/testlib/result.py
1 file changed, 3 insertions(+), 0 deletions(-)



diff --git a/ext/testlib/result.py b/ext/testlib/result.py
index 5c60342..289aa4b 100644
--- a/ext/testlib/result.py
+++ b/ext/testlib/result.py
@@ -40,6 +40,7 @@

 import os
 import pickle
+from pprint import pprint
 import xml.sax.saxutils

 from testlib.configuration import config
@@ -74,6 +75,8 @@

     @property
     def time(self):
+        if not hasattr(self._metadata, 'time'):
+            pprint(dir(self._metadata))
         return self._metadata.time



--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/43825
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Idc07a207a6669882c179f6c9ec468071fbfa39f0
Gerrit-Change-Number: 43825
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to