diff --git a/lldb/packages/Python/lldbsuite/test/test_result.py b/lldb/packages/Python/lldbsuite/test/test_result.py --- a/lldb/packages/Python/lldbsuite/test/test_result.py +++ b/lldb/packages/Python/lldbsuite/test/test_result.py @@ -112,7 +112,7 @@ def _getFileBasedCategories(self, test): """ Returns the list of categories to which this test case belongs by - collecting values of ".categories" files. We start at the folder the test is in + collecting values of "categories" files. We start at the folder the test is in and traverse the hierarchy upwards until the test-suite root directory. """ start_path = self._getTestPath(test) @@ -126,7 +126,7 @@ categories = set() while not os.path.samefile(folder, test_root): - categories_file_name = os.path.join(folder, ".categories") + categories_file_name = os.path.join(folder, "categories") if os.path.exists(categories_file_name): categories_file = open(categories_file_name, 'r') categories_str = categories_file.readline().strip() diff --git a/lldb/test/API/api/multiple-debuggers/.categories b/lldb/test/API/api/multiple-debuggers/categories rename from lldb/test/API/api/multiple-debuggers/.categories rename to lldb/test/API/api/multiple-debuggers/categories diff --git a/lldb/test/API/commands/command/.categories b/lldb/test/API/commands/command/categories rename from lldb/test/API/commands/command/.categories rename to lldb/test/API/commands/command/categories diff --git a/lldb/test/API/commands/expression/.categories b/lldb/test/API/commands/expression/categories rename from lldb/test/API/commands/expression/.categories rename to lldb/test/API/commands/expression/categories diff --git a/lldb/test/API/commands/expression/completion/.categories b/lldb/test/API/commands/expression/completion/categories rename from lldb/test/API/commands/expression/completion/.categories rename to lldb/test/API/commands/expression/completion/categories diff --git a/lldb/test/API/commands/expression/import-std-module/.categories b/lldb/test/API/commands/expression/import-std-module/categories rename from lldb/test/API/commands/expression/import-std-module/.categories rename to lldb/test/API/commands/expression/import-std-module/categories diff --git a/lldb/test/API/commands/frame/recognizer/.categories b/lldb/test/API/commands/frame/recognizer/categories rename from lldb/test/API/commands/frame/recognizer/.categories rename to lldb/test/API/commands/frame/recognizer/categories diff --git a/lldb/test/API/commands/watchpoints/.categories b/lldb/test/API/commands/watchpoints/categories rename from lldb/test/API/commands/watchpoints/.categories rename to lldb/test/API/commands/watchpoints/categories diff --git a/lldb/test/API/functionalities/abbreviation/.categories b/lldb/test/API/functionalities/abbreviation/categories rename from lldb/test/API/functionalities/abbreviation/.categories rename to lldb/test/API/functionalities/abbreviation/categories diff --git a/lldb/test/API/functionalities/alias/.categories b/lldb/test/API/functionalities/alias/categories rename from lldb/test/API/functionalities/alias/.categories rename to lldb/test/API/functionalities/alias/categories diff --git a/lldb/test/API/functionalities/asan/.categories b/lldb/test/API/functionalities/asan/categories rename from lldb/test/API/functionalities/asan/.categories rename to lldb/test/API/functionalities/asan/categories diff --git a/lldb/test/API/functionalities/backticks/.categories b/lldb/test/API/functionalities/backticks/categories rename from lldb/test/API/functionalities/backticks/.categories rename to lldb/test/API/functionalities/backticks/categories diff --git a/lldb/test/API/functionalities/completion/.categories b/lldb/test/API/functionalities/completion/categories rename from lldb/test/API/functionalities/completion/.categories rename to lldb/test/API/functionalities/completion/categories diff --git a/lldb/test/API/functionalities/darwin_log/.categories b/lldb/test/API/functionalities/darwin_log/categories rename from lldb/test/API/functionalities/darwin_log/.categories rename to lldb/test/API/functionalities/darwin_log/categories diff --git a/lldb/test/API/functionalities/data-formatter/.categories b/lldb/test/API/functionalities/data-formatter/categories rename from lldb/test/API/functionalities/data-formatter/.categories rename to lldb/test/API/functionalities/data-formatter/categories diff --git a/lldb/test/API/functionalities/data-formatter/data-formatter-objc/.categories b/lldb/test/API/functionalities/data-formatter/data-formatter-objc/categories rename from lldb/test/API/functionalities/data-formatter/data-formatter-objc/.categories rename to lldb/test/API/functionalities/data-formatter/data-formatter-objc/categories diff --git a/lldb/test/API/functionalities/load_unload/.categories b/lldb/test/API/functionalities/load_unload/categories rename from lldb/test/API/functionalities/load_unload/.categories rename to lldb/test/API/functionalities/load_unload/categories diff --git a/lldb/test/API/functionalities/load_using_paths/.categories b/lldb/test/API/functionalities/load_using_paths/categories rename from lldb/test/API/functionalities/load_using_paths/.categories rename to lldb/test/API/functionalities/load_using_paths/categories diff --git a/lldb/test/API/functionalities/mtc/.categories b/lldb/test/API/functionalities/mtc/categories rename from lldb/test/API/functionalities/mtc/.categories rename to lldb/test/API/functionalities/mtc/categories diff --git a/lldb/test/API/functionalities/thread/step_until/.categories b/lldb/test/API/functionalities/thread/step_until/categories rename from lldb/test/API/functionalities/thread/step_until/.categories rename to lldb/test/API/functionalities/thread/step_until/categories diff --git a/lldb/test/API/functionalities/tsan/.categories b/lldb/test/API/functionalities/tsan/categories rename from lldb/test/API/functionalities/tsan/.categories rename to lldb/test/API/functionalities/tsan/categories diff --git a/lldb/test/API/functionalities/ubsan/.categories b/lldb/test/API/functionalities/ubsan/categories rename from lldb/test/API/functionalities/ubsan/.categories rename to lldb/test/API/functionalities/ubsan/categories diff --git a/lldb/test/API/functionalities/wrong_commands/.categories b/lldb/test/API/functionalities/wrong_commands/categories rename from lldb/test/API/functionalities/wrong_commands/.categories rename to lldb/test/API/functionalities/wrong_commands/categories diff --git a/lldb/test/API/lang/c/step-target/.categories b/lldb/test/API/lang/c/step-target/categories rename from lldb/test/API/lang/c/step-target/.categories rename to lldb/test/API/lang/c/step-target/categories diff --git a/lldb/test/API/lang/cpp/char1632_t/.categories b/lldb/test/API/lang/cpp/char1632_t/categories rename from lldb/test/API/lang/cpp/char1632_t/.categories rename to lldb/test/API/lang/cpp/char1632_t/categories diff --git a/lldb/test/API/lang/cpp/wchar_t/.categories b/lldb/test/API/lang/cpp/wchar_t/categories rename from lldb/test/API/lang/cpp/wchar_t/.categories rename to lldb/test/API/lang/cpp/wchar_t/categories diff --git a/lldb/test/API/lang/objc/.categories b/lldb/test/API/lang/objc/categories rename from lldb/test/API/lang/objc/.categories rename to lldb/test/API/lang/objc/categories diff --git a/lldb/test/API/lang/objc/objc-dyn-sbtype/.categories b/lldb/test/API/lang/objc/objc-dyn-sbtype/categories rename from lldb/test/API/lang/objc/objc-dyn-sbtype/.categories rename to lldb/test/API/lang/objc/objc-dyn-sbtype/categories diff --git a/lldb/test/API/lang/objcxx/.categories b/lldb/test/API/lang/objcxx/categories rename from lldb/test/API/lang/objcxx/.categories rename to lldb/test/API/lang/objcxx/categories diff --git a/lldb/test/API/macosx/nslog/.categories b/lldb/test/API/macosx/nslog/categories rename from lldb/test/API/macosx/nslog/.categories rename to lldb/test/API/macosx/nslog/categories diff --git a/lldb/test/API/python_api/.categories b/lldb/test/API/python_api/categories rename from lldb/test/API/python_api/.categories rename to lldb/test/API/python_api/categories diff --git a/lldb/test/API/python_api/watchpoint/.categories b/lldb/test/API/python_api/watchpoint/categories rename from lldb/test/API/python_api/watchpoint/.categories rename to lldb/test/API/python_api/watchpoint/categories diff --git a/lldb/test/API/tools/lldb-server/.categories b/lldb/test/API/tools/lldb-server/categories rename from lldb/test/API/tools/lldb-server/.categories rename to lldb/test/API/tools/lldb-server/categories diff --git a/lldb/test/API/tools/lldb-vscode/.categories b/lldb/test/API/tools/lldb-vscode/categories rename from lldb/test/API/tools/lldb-vscode/.categories rename to lldb/test/API/tools/lldb-vscode/categories