equal
deleted
inserted
replaced
75 interspersed with whatlog tags relating to other components). |
75 interspersed with whatlog tags relating to other components). |
76 Raptor must cope with that and must *not* report missing files under |
76 Raptor must cope with that and must *not* report missing files under |
77 the wrong component name.""" |
77 the wrong component name.""" |
78 t.command = "sbs_filter --filters=FilterWhatComp < smoke_suite/test_resources/logexamples/what_component_repeated.log" |
78 t.command = "sbs_filter --filters=FilterWhatComp < smoke_suite/test_resources/logexamples/what_component_repeated.log" |
79 t.targets = [] |
79 t.targets = [] |
80 t.mustmatch = [ |
80 t.mustmatch = [] |
81 "Chdir y:.ext.app.emailwizard", |
81 t.mustmatch_multiline = [ |
82 ".*epoc32.data.something", |
82 "Chdir y:.ext.app.emailwizard.*epoc32.data.something.*"+ |
83 "Chdir y:.sf.mw.gsprofilesrv.ftuwizardmodel.*", |
83 "Chdir y:.sf.mw.gsprofilesrv.ftuwizardmodel.*epoc32.release.armv5.something.*"+ |
84 ".*epoc32.release.armv5.something", |
84 "Chdir y:.ext.app.emailwizard.*epoc32.data.something_else" |
85 "Chdir y:.ext.app.emailwizard.*" |
|
86 ] |
85 ] |
87 |
86 |
88 t.mustnotmatch = [] |
87 t.mustnotmatch = [] |
89 t.warnings = 0 |
88 t.warnings = 0 |
90 t.run() |
89 t.run() |