Home
last modified time | relevance | path

Searched refs:expected_stdout (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py558 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))
Dexpect_nosetest.py41 expected_stdout = re.compile('a.c') variable in TestStdoutMatchADotC
/external/deqp-deps/SPIRV-Tools/test/tools/
Dexpect.py558 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))
Dexpect_nosetest.py41 expected_stdout = re.compile('a.c') variable in TestStdoutMatchADotC
/external/swiftshader/third_party/SPIRV-Tools/test/tools/opt/
Dflags.py51 expected_stdout = re.compile(r'.*The SPIR-V binary is read from <input>') variable in TestHelpFlag
/external/deqp-deps/SPIRV-Tools/test/tools/opt/
Dflags.py51 expected_stdout = re.compile(r'.*The SPIR-V binary is read from <input>') variable in TestHelpFlag