Home
last modified time | relevance | path

Searched refs:expect_args (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/settings/quoting/
H A DTestQuoting.py26 self.expect_args("a b c", "a\0b\0c\0")
28 self.expect_args("'a b c'", "a b c\0")
30 self.expect_args('"a b c"', "a b c\0")
32 self.expect_args("'a b\\' c", "a b\\\0c\0")
34 self.expect_args('"a b\\" c"', 'a b" c\0')
35 self.expect_args('"a b\\\\" c', 'a b\\\0c\0')
37 self.expect_args('"a\'b"', "a'b\0")
39 self.expect_args("'a\"b'", 'a"b\0')
43 self.expect_args("a\\'b", "a'b\0")
44 self.expect_args('a\\"b', 'a"b\0')
[all …]
/llvm-project-15.0.7/lldb/test/API/test_utils/
H A DTestPExpectTest.py10 def assert_expect_fails_with(self, cmd, expect_args, expected_msg): argument
12 self.expect(cmd, **expect_args)
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply.pass.cpp132 TypeID const* const expect_args = &makeArgumentID<ExpectArgs...>(); in check_apply_quals_and_types() local
138 assert(ret.arg_types == expect_args); in check_apply_quals_and_types()
144 assert(ret.arg_types == expect_args); in check_apply_quals_and_types()
150 assert(ret.arg_types == expect_args); in check_apply_quals_and_types()
156 assert(ret.arg_types == expect_args); in check_apply_quals_and_types()
/llvm-project-15.0.7/lldb/test/API/assert_messages_test/
H A DTestAssertMessages.py16 def assert_expect_fails_with(self, cmd, expect_args, expected_msg): argument
19 self.expect(cmd, **expect_args)