This is an archive of the discontinued LLVM Phabricator instance.

[lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class name
ClosedPublic

Authored by stella.stamenova on Jul 12 2018, 11:30 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

zturner accepted this revision.Jul 12 2018, 11:32 AM
This revision is now accepted and ready to land.Jul 12 2018, 11:32 AM
This revision was automatically updated to reflect the committed changes.