[igt-dev] [PATCH CI i-g-t 1/1] HAX: Run without --piglit-style-dmesg

Petri Latvala petri.latvala at intel.com
Tue Oct 9 08:41:49 UTC 2018


Cc: Martin Peres <martin.peres at linux.intel.com>
---
 runner/resultgen.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/runner/resultgen.c b/runner/resultgen.c
index 9fc54cdc..07d86b67 100644
--- a/runner/resultgen.c
+++ b/runner/resultgen.c
@@ -507,7 +507,7 @@ static int init_regex_whitelist(struct settings *settings)
 	static int status = -1;
 
 	if (status == -1) {
-		const char *regex = settings->piglit_style_dmesg ?
+		const char *regex = (false && settings->piglit_style_dmesg) ?
 			igt_piglit_style_dmesg_blacklist :
 			igt_dmesg_whitelist;
 
@@ -635,7 +635,7 @@ static bool fill_from_dmesg(int fd,
 			current_test = get_or_create_json_object(tests, piglit_name);
 		}
 
-		if (settings->piglit_style_dmesg) {
+		if (false && settings->piglit_style_dmesg) {
 			if ((flags & 0x07) <= 5 && continuation != 'c' &&
 			    regexec(&re, message, (size_t)0, NULL, 0) != REG_NOMATCH) {
 				append_line(&warnings, &warningslen, formatted);
-- 
2.18.0



More information about the igt-dev mailing list