Home
last modified time | relevance | path

Searched refs:TestError (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DDecParserTest.py92 def TestError(Path, TestString): function
119 assert TestTemplate(TestString, TestError)
125 assert TestTemplate(TestString, TestError)
167 assert TestTemplate(TestString, TestError)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c16 static PyObject *TestError; /* set to exception object in init */ variable
26 PyErr_SetString(TestError, "internal error msg too large"); in raiseTestError()
29 PyErr_SetString(TestError, buf); in raiseTestError()
48 PyErr_SetString(TestError, buf); in sizeof_error()
104 PyErr_SetString(TestError, in test_list_api()
153 TestError, in test_dict_inner()
241 TestError, in test_lazy_hash_inheritance()
248 TestError, in test_lazy_hash_inheritance()
258 TestError, in test_lazy_hash_inheritance()
266 TestError, in test_lazy_hash_inheritance()
[all …]