It looks like the test file was copied from TestCPPStaticMethods.py because they have the same name. This means that the two tests will try to write to the same output files and will either overwrite each other's output or occasionally cause failures because they can't both access the same file.
Details
Details
- Reviewers
asmith zturner - Commits
- rG7b68fa7fcd0c: [lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class name
rLLDB336960: [lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class name
rL336960: [lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class name
Diff Detail
Diff Detail
- Repository
- rL LLVM