[lldbsuite] Each lldb suite test must have a unique class name

A couple of new tests have been added that use existing class names. This causes failures on Windows if the tests run at the same time and on any platform it results in the logs being overwritten.

llvm-svn: 347717
This commit is contained in:
Stella Stamenova 2018-11-27 22:18:02 +00:00
parent 68ed93d252
commit fdfcd719a2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
class ExprXValuePrintingTestCase(TestBase):
class ScopedEnumType(TestBase):
mydir = TestBase.compute_mydir(__file__)

View File

@ -14,7 +14,7 @@ from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
class PythonSynthDataFormatterTestCase(TestBase):
class DataFormatterVarScriptFormatting(TestBase):
mydir = TestBase.compute_mydir(__file__)