Searched refs:expected_stdout (Results 1 – 6 of 6) sorted by relevance
558 if self.expected_stdout is True:561 elif type(self.expected_stdout) == str:562 if self.expected_stdout != convert_to_unix_line_endings(status.stdout):565 ac=status.stdout, ex=self.expected_stdout))567 if not self.expected_stdout.search(571 ac=status.stdout, ex=self.expected_stdout.pattern))
41 expected_stdout = re.compile('a.c') variable in TestStdoutMatchADotC
51 expected_stdout = re.compile(r'.*The SPIR-V binary is read from <input>') variable in TestHelpFlag