Searched refs:all_categories (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dtest_categories.py25 all_categories = { variable
87 if category not in all_categories and not exact_match:
88 category = unique_string_match(category, all_categories)
89 if (category not in all_categories) or category is None:
94 print("if you have added a new category, please edit test_categories.py, adding your new category to all_categories")
96 str(list(all_categories.keys())))
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py42 all_categories = set(["debugserver", "llgs"])
44 getattr(attrvalue, "categories", [])) & all_categories
46 categories = all_categories

Completed in 129 milliseconds