public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH CI i-g-t 1/1] HAX: Run without --piglit-style-dmesg
@ 2018-10-09  8:41 Petri Latvala
  2018-10-09  9:20 ` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [CI,i-g-t,1/1] " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Petri Latvala @ 2018-10-09  8:41 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala, Martin Peres

Cc: Martin Peres <martin.peres@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

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-07 13:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-09  8:41 [igt-dev] [PATCH CI i-g-t 1/1] HAX: Run without --piglit-style-dmesg Petri Latvala
2018-10-09  9:20 ` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [CI,i-g-t,1/1] " Patchwork
2018-10-09 10:16 ` [igt-dev] ✗ Fi.CI.IGT: " Patchwork
2018-10-17 15:03 ` [igt-dev] ✗ Fi.CI.BAT: " Patchwork
2019-01-07 13:23 ` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [CI,i-g-t,1/1] HAX: Run without --piglit-style-dmesg (rev2) Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox