Searched refs:run_with_format (Results 1 – 1 of 1) sorted by relevance
110 def run_with_format(fmt, expected_output): function124 run_with_format('all', 'NOTICE.arch,file.c:123-func() msg')128 run_with_format('fm', 'func() msg')129 run_with_format('clfm', 'NOTICE.arch,func() msg')130 run_with_format('FLfm', 'file.c:123-func() msg')131 run_with_format('lm', 'NOTICE. msg')132 run_with_format('m', 'msg')