Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/settings/quoting/
DTestQuoting.py29 self.expect_args("a b c", "a\0b\0c\0")
31 self.expect_args("'a b c'", "a b c\0")
33 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\\" c"', 'a b" c\0')
38 self.expect_args('"a b\\\\" c', 'a b\\\0c\0')
40 self.expect_args('"a\'b"', "a'b\0")
42 self.expect_args("'a\"b'", 'a"b\0')
44 self.expect_args('"a b"c\'d e\'', 'a bcd e\0')
46 self.expect_args("a\\'b", "a'b\0")
[all …]
/external/llvm-project/lldb/test/API/test_utils/
DTestPExpectTest.py17 def assert_expect_fails_with(self, cmd, expect_args, expected_msg): argument
19 self.expect(cmd, **expect_args)
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply.pass.cpp138 TypeID const* const expect_args = &makeArgumentID<ExpectArgs...>(); in check_apply_quals_and_types() local
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()
162 assert(ret.arg_types == expect_args); in check_apply_quals_and_types()
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply.pass.cpp137 TypeID const* const expect_args = &makeArgumentID<ExpectArgs...>(); in check_apply_quals_and_types() local
143 assert(ret.arg_types == expect_args); in check_apply_quals_and_types()
149 assert(ret.arg_types == expect_args); in check_apply_quals_and_types()
155 assert(ret.arg_types == expect_args); in check_apply_quals_and_types()
161 assert(ret.arg_types == expect_args); in check_apply_quals_and_types()
/external/llvm-project/lldb/test/API/assert_messages_test/
DTestAssertMessages.py17 def assert_expect_fails_with(self, cmd, expect_args, expected_msg): argument
20 self.expect(cmd, **expect_args)