From 2deb848cf616c4c815a37988fe2c8c422b885e3e Mon Sep 17 00:00:00 2001 From: Adam Muhle Date: Tue, 26 Feb 2013 08:14:03 -0600 Subject: IBSCOM error path support This commit updates IBSCOM to have error path support. It also updates the good-path test cases since there is limited good path support in simics. Full enablement will be done later. Change-Id: I5f9d66165db119473f606303a1026c8c71988785 RTC: 34743 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3972 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell Reviewed-by: Douglas R. Gilbert Reviewed-by: A. Patrick Williams III --- src/build/tools/verify-commit | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/build/tools/verify-commit') diff --git a/src/build/tools/verify-commit b/src/build/tools/verify-commit index 627f93c95..4029c0441 100755 --- a/src/build/tools/verify-commit +++ b/src/build/tools/verify-commit @@ -125,6 +125,8 @@ sub verifyFileLine { # Allow trace statements to slide. if (($line =~ m/TRAC[DSF]/) || + ($line =~m/TS_FAIL/) || + ($line =~m/printk/) || ($line =~ m/FAPI_(INF|IMP|ERR|DBG|SCAN)/)) { } -- cgit v1.2.1