[test] TestSharedPtr -> TestSharedPtrDbgInfoContent

Two tests cannot share the same name, because they will generate an
identical trace file. When that happens, this can lead to a race
condition where dotest fails when trying to move both files into the
trace directory, because the file has already been moved. Additionally,
the trace will have been overwritten by the test that finishes last.

llvm-svn: 359807
This commit is contained in:
Jonas Devlieghere 2019-05-02 17:35:18 +00:00
parent fa3c328c51
commit 291a0b89fa
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
class TestSharedPtr(TestBase):
class TestSharedPtrDbgInfoContent(TestBase):
mydir = TestBase.compute_mydir(__file__)