Searched refs:run_with_format (Results 1 – 1 of 1) sorted by relevance
16 def run_with_format(fmt, expected_output): function30 run_with_format('all', 'NOTICE.arch,file.c:123-func() msg')34 run_with_format('fm', 'func() msg')35 run_with_format('clfm', 'NOTICE.arch,func() msg')36 run_with_format('FLfm', 'file.c:123-func() msg')37 run_with_format('lm', 'NOTICE. msg')38 run_with_format('m', 'msg')
Completed in 3 milliseconds