Searched refs:expected_stdout (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | expect.py | 575 To mix in this class, subclasses need to provide expected_stdout as the 578 For expected_stdout, if it's True, then they expect something on stdout but 582 expected_stdout.search(status.stdout) to be true. 589 if self.expected_stdout is True: 592 elif type(self.expected_stdout) == str: 593 if self.expected_stdout != convert_to_unix_line_endings(status.stdout): 596 ac=status.stdout, ex=self.expected_stdout)) 599 if not self.expected_stdout.search(converted): 602 ac=status.stdout, ex=self.expected_stdout.pattern)) 643 To mix in this class, subclasses need to provide expected_stdout a [all...] |
H A D | expect_unittest.py | 23 expected_stdout = re.compile('a.c') variable in TestStdoutMatchADotC
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | expect.py | 575 To mix in this class, subclasses need to provide expected_stdout as the 578 For expected_stdout, if it's True, then they expect something on stdout but 582 expected_stdout.search(status.stdout) to be true. 589 if self.expected_stdout is True: 592 elif type(self.expected_stdout) == str: 593 if self.expected_stdout != convert_to_unix_line_endings(status.stdout): 596 ac=status.stdout, ex=self.expected_stdout)) 599 if not self.expected_stdout.search(converted): 602 ac=status.stdout, ex=self.expected_stdout.pattern)) 643 To mix in this class, subclasses need to provide expected_stdout a [all...] |
H A D | expect_unittest.py | 23 expected_stdout = re.compile('a.c') variable in TestStdoutMatchADotC
|
/third_party/spirv-tools/test/tools/ |
H A D | expect.py | 590 To mix in this class, subclasses need to provide expected_stdout as the 593 For expected_stdout, if it's True, then they expect something on stdout but 597 expected_stdout.search(status.stdout) to be true. 604 if self.expected_stdout is True: 607 elif type(self.expected_stdout) == str: 608 if self.expected_stdout != convert_to_unix_line_endings(status.stdout): 611 ac=status.stdout, ex=self.expected_stdout)) 614 if not self.expected_stdout.search(converted): 617 ac=status.stdout, ex=self.expected_stdout.pattern)) 658 To mix in this class, subclasses need to provide expected_stdout a [all...] |
H A D | expect_unittest.py | 23 expected_stdout = re.compile('a.c') variable in TestStdoutMatchADotC
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/opt/ |
H A D | flags.py | 51 expected_stdout = re.compile(r'.*The SPIR-V binary is read from <input>') variable in TestHelpFlag
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/opt/ |
H A D | flags.py | 51 expected_stdout = re.compile(r'.*The SPIR-V binary is read from <input>') variable in TestHelpFlag
|
/third_party/spirv-tools/test/tools/opt/ |
H A D | flags.py | 51 expected_stdout = re.compile(r'.*The SPIR-V binary is read from <input>') variable in TestHelpFlag
|
Completed in 7 milliseconds