Searched defs:s_aTests (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp51 } const s_aTests[] = local
98 for (uint32_t i = 0; i < RT_ELEMENTS(s_aTests); i++)
101 int rc = RTPathParse(s_aTests[i].pszPath, &u.Parsed, sizeof(u), s_aTests[i].fFlags);
103 || s_aTests[i].cComps != u.Parsed.cComps
104 || s_aTests[i].fProps != u.Parsed.fProps
105 || s_aTests[i].offSuffix != u.Parsed.offSuffix
106 || s_aTests[i].cchPath != u.Parsed.cchPath)
108 RTTestFailed(hTest, "i=%d rc=%Rrc %s", i, rc, s_aTests[i].pszPath);
115 s_aTests[
[all...]

Completed in 42 milliseconds