xiaobai added inline comments.
================ Comment at: packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py:20 + # GetClangResourceDir doesn't work on windows yet + @expectedFailureAll(oslist=["windows"]) @no_debug_info_test ---------------- teemperor wrote: > Doesn't that mean that we no longer test any of the paths on windows? E.g. if > someone breaks `lldb.ePathTypeLLDBShlibDir` we will not see this test failing > on Windows. I would prefer of extracting the ClangDir test into it's own > method that we mark as failing. Technically it is being tested but it is expected to fail. That being said, I don't mind extracting the ClangDir test into its own method while I work on implementing it, but I don't think it needs its own test. Maybe after I implement `GetClangResourceDir` on windows I can merge the tests? :P CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58748/new/ https://reviews.llvm.org/D58748 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits