aboutsummaryrefslogtreecommitdiff
path: root/dejagnu
diff options
context:
space:
mode:
authorYunlian Jiang <yunlian@google.com>2013-12-20 14:10:16 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-12-20 23:56:43 +0000
commitdffb0a9cedf0b6f12bef52a2db69524728877bd4 (patch)
treeaf381e577b46052c05ab07bed3ccb042bef6a724 /dejagnu
parent384d5f8f3eeb04d5063607c691b3732f0489934f (diff)
downloadtoolchain-utils-dffb0a9cedf0b6f12bef52a2db69524728877bd4.tar.gz
add gdb dejagnu test adaptor
BUG=None TEST=Manually tested. Change-Id: I644f5a62bc69bce8af74d5429948b3ab7253c419 Reviewed-on: https://chrome-internal-review.googlesource.com/150704 Reviewed-by: Han Shen <shenhan@google.com> Commit-Queue: Yunlian Jiang <yunlian@google.com> Tested-by: Yunlian Jiang <yunlian@google.com>
Diffstat (limited to 'dejagnu')
-rwxr-xr-xdejagnu/gdb_dejagnu.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/dejagnu/gdb_dejagnu.py b/dejagnu/gdb_dejagnu.py
index a7897dcf..44b3c092 100755
--- a/dejagnu/gdb_dejagnu.py
+++ b/dejagnu/gdb_dejagnu.py
@@ -340,7 +340,8 @@ def Main(argv):
executer.PrepareGdbserver()
executer.MakeCheck()
print executer.ResultValidate()
- # ret = executer.ValidateFailures()
+ ret = executer.ResultValidate()
+
except Exception as e:
# At least log the exception on console.
print e