Searched refs:assertRegexpMatches (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestGdbRemoteModuleInfo.py | 33 self.assertRegexpMatches(spec, '"file_path":".*"') 34 self.assertRegexpMatches(spec, '"file_offset":\d+') 35 self.assertRegexpMatches(spec, '"file_size":\d+') 36 self.assertRegexpMatches(spec, '"triple":"\w*-\w*-.*"') 37 self.assertRegexpMatches(spec, '"uuid":"[A-Fa-f0-9]+"')
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/wrong_commands/ |
| H A D | TestWrongCommands.py | 21 self.assertRegexpMatches(result.GetError(), "Ambiguous command 'g'. Possible matches:") 22 self.assertRegexpMatches(result.GetError(), "gui") 23 self.assertRegexpMatches(result.GetError(), "gdb-remote")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/memory-region/ |
| H A D | TestMemoryRegion.py | 56 self.assertRegexpMatches(result.GetError(), 71 self.assertRegexpMatches(result.GetOutput(), "\\[0x0+-") 84 …self.assertRegexpMatches(result.GetError(), "Usage: memory region <address\-expression> \(or \-\-a…
|
| /llvm-project-15.0.7/lldb/test/API/linux/aarch64/tagged_memory_region/ |
| H A D | TestAArch64LinuxTaggedMemoryRegion.py | 56 self.assertRegexpMatches(result.GetError(), "Usage: memory region")
|
| /llvm-project-15.0.7/lldb/test/API/linux/aarch64/tagged_memory_access/ |
| H A D | TestAArch64LinuxTaggedMemoryAccess.py | 79 self.assertRegexpMatches(out, "data found at location: 0x[0-9A-Fa-f]+")
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/evaluate/ |
| H A D | TestVSCode_evaluate.py | 16 self.assertRegexpMatches(
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_case.py | 1168 self.assertRegexpMatches('asdfabasdf', r'ab+') 1169 self.assertRaises(self.failureException, self.assertRegexpMatches,
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | case.py | 1092 def assertRegexpMatches(self, text, expected_regexp, msg=None): member in TestCase
|