Home
last modified time | relevance | path

Searched defs:skiplist (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/lib/
Dtst_supported_fs_types.c55 int tst_fs_in_skiplist(const char *fs_type, const char *const *skiplist) in tst_fs_in_skiplist()
137 const char **tst_get_supported_fs_types(const char *const *skiplist) in tst_get_supported_fs_types()
/third_party/ltp/testcases/lib/
Dtst_supported_fs.c25 const char *skiplist[] = {"tmpfs", NULL}; in main() local
/third_party/python/Lib/test/test_tools/
Dtest_sundry.py30 skiplist = denylist + allowlist + windows_only + other variable in TestSundryScripts