Lines Matching full:msg
150 msg = match.group(0)
151 result = [msg]
152 print("Found message:", msg)
178 for msg in result:
179 print("Found stack trace function:", msg)
200 return all(msg in crash_output.decode("utf-8") for msg in self.expected_output)
220 for msg in self.expected_output:
221 output += "grep -F %s t.log || exit 1\n" % shlex.quote(msg)
284 def try_remove_args(self, args, msg=None, extra_arg=None, **kwargs):
293 if msg:
294 verbose_print(msg)
324 msg="Removed -fcolor-diagnostics",
331 msg="Removed debug info options",
336 new_args, msg="Removed --show-includes", opts_startswith=["--show-includes"]
342 msg="Replaced -W options with -w",
348 msg="Replaced optimization level with -O0",
355 new_args, msg="Added -emit-llvm", extra_arg="-emit-llvm"
358 new_args, msg="Added -fsyntax-only", extra_arg="-fsyntax-only"
364 msg="Added -Werror=implicit-int",
382 new_args, msg="Removed -D options", opts_startswith=["-D"]
385 new_args, msg="Removed -D options", opts_one_arg_startswith=["-D"]
388 new_args, msg="Removed -I options", opts_startswith=["-I"]
391 new_args, msg="Removed -I options", opts_one_arg_startswith=["-I"]
394 new_args, msg="Removed -W options", opts_startswith=["-W"]
399 new_args, msg="Removed -mllvm", opts_one_arg_startswith=["-mllvm"]