Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lldb
diff options
context:
space:
mode:
authorDave Lee <davelee.com@gmail.com>2022-10-27 18:48:12 +0300
committerDave Lee <davelee.com@gmail.com>2022-10-27 19:08:54 +0300
commit4e10b2bee71a45ffbf07fcce00d24ddf51867a0c (patch)
tree01ab5e00d0e8c9907eb5814ebdd7b61a2d7a68fd /lldb
parentae116f43ff140edfae166370ab6bc9ae3f556710 (diff)
[lldb][test] Remove explicit mydir definitions (NFC)
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/API/commands/expression/expr_inside_lambda/TestExprInsideLambdas.py2
-rw-r--r--lldb/test/API/lang/c/fpeval/TestFPEval.py2
-rw-r--r--lldb/test/API/lang/cpp/class-template-parameter-pack/TestTemplatePackArgs.py2
-rw-r--r--lldb/test/API/linux/aarch64/mte_core_file/TestAArch64LinuxMTEMemoryTagCoreFile.py2
4 files changed, 0 insertions, 8 deletions
diff --git a/lldb/test/API/commands/expression/expr_inside_lambda/TestExprInsideLambdas.py b/lldb/test/API/commands/expression/expr_inside_lambda/TestExprInsideLambdas.py
index aa7c01c055fc..e1e146ac4d11 100644
--- a/lldb/test/API/commands/expression/expr_inside_lambda/TestExprInsideLambdas.py
+++ b/lldb/test/API/commands/expression/expr_inside_lambda/TestExprInsideLambdas.py
@@ -11,8 +11,6 @@ from lldbsuite.test.lldbtest import *
class ExprInsideLambdaTestCase(TestBase):
- mydir = TestBase.compute_mydir(__file__)
-
def expectExprError(self, expr : str, expected : str):
frame = self.thread.GetFrameAtIndex(0)
value = frame.EvaluateExpression(expr)
diff --git a/lldb/test/API/lang/c/fpeval/TestFPEval.py b/lldb/test/API/lang/c/fpeval/TestFPEval.py
index 694d1ed7aa99..42ea02cc0012 100644
--- a/lldb/test/API/lang/c/fpeval/TestFPEval.py
+++ b/lldb/test/API/lang/c/fpeval/TestFPEval.py
@@ -7,8 +7,6 @@ from lldbsuite.test import lldbutil
class FPEvalTestCase(TestBase):
- mydir = TestBase.compute_mydir(__file__)
-
def setUp(self):
# Call super's setUp().
TestBase.setUp(self)
diff --git a/lldb/test/API/lang/cpp/class-template-parameter-pack/TestTemplatePackArgs.py b/lldb/test/API/lang/cpp/class-template-parameter-pack/TestTemplatePackArgs.py
index 180d3f503c4f..58b5881b47ee 100644
--- a/lldb/test/API/lang/cpp/class-template-parameter-pack/TestTemplatePackArgs.py
+++ b/lldb/test/API/lang/cpp/class-template-parameter-pack/TestTemplatePackArgs.py
@@ -10,8 +10,6 @@ from lldbsuite.test import lldbutil
class TemplatePackArgsTestCase(TestBase):
- mydir = TestBase.compute_mydir(__file__)
-
def test_template_argument_pack(self):
self.build()
(_, _, thread, _) = lldbutil.run_to_source_breakpoint(self,
diff --git a/lldb/test/API/linux/aarch64/mte_core_file/TestAArch64LinuxMTEMemoryTagCoreFile.py b/lldb/test/API/linux/aarch64/mte_core_file/TestAArch64LinuxMTEMemoryTagCoreFile.py
index d16916cb1b23..a174616cd89d 100644
--- a/lldb/test/API/linux/aarch64/mte_core_file/TestAArch64LinuxMTEMemoryTagCoreFile.py
+++ b/lldb/test/API/linux/aarch64/mte_core_file/TestAArch64LinuxMTEMemoryTagCoreFile.py
@@ -10,8 +10,6 @@ from lldbsuite.test.lldbtest import *
class AArch64LinuxMTEMemoryTagCoreFileTestCase(TestBase):
- mydir = TestBase.compute_mydir(__file__)
-
NO_DEBUG_INFO_TESTCASE = True
MTE_BUF_ADDR = hex(0xffff82c74000)