[lldb, test] Fix typos in the lldb tests
authorVenkata Ramanaiah Nalamothu <VenkataRamanaiah.Nalamothu@amd.com>
Thu, 2 Jun 2022 06:32:44 +0000 (12:02 +0530)
committerVenkata Ramanaiah Nalamothu <VenkataRamanaiah.Nalamothu@amd.com>
Thu, 2 Jun 2022 07:15:57 +0000 (12:45 +0530)
Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D126596

13 files changed:
lldb/test/API/commands/expression/dont_allow_jit/TestAllowJIT.py
lldb/test/API/commands/frame/language/TestGuessLanguage.py
lldb/test/API/commands/frame/var/TestFrameVar.py
lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py
lldb/test/API/commands/target/stop-hooks/TestStopHooks.py
lldb/test/API/functionalities/history/TestHistoryRecall.py
lldb/test/API/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py
lldb/test/API/functionalities/var_path/TestVarPath.py
lldb/test/API/lang/c/find_struct_type/TestFindStructTypes.py
lldb/test/API/lang/cpp/dynamic-value-same-basename/TestDynamicValueSameBase.py
lldb/test/API/macosx/save_crashlog/TestSaveCrashlog.py
lldb/test/API/macosx/version_zero/TestGetVersionZeroVersion.py
lldb/test/API/sample_test/TestSampleTest.py

index 7bba9c8..bd62e30 100644 (file)
@@ -13,7 +13,7 @@ class TestAllowJIT(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
index 1adab53..231f1d4 100644 (file)
@@ -14,7 +14,7 @@ class TestFrameGuessLanguage(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
index c325c65..d142e35 100644 (file)
@@ -13,7 +13,7 @@ class TestFrameVar(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
index 53c2c2e..017aee9 100644 (file)
@@ -13,7 +13,7 @@ class TestStopHooks(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
index 6f5df86..b9a6e53 100644 (file)
@@ -13,7 +13,7 @@ class TestStopHooks(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
index 4be4bdd..b3a012d 100644 (file)
@@ -13,7 +13,7 @@ class TestHistoryRecall(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
index 55f0f86..ec89fa7 100644 (file)
@@ -10,7 +10,7 @@ from lldbsuite.test.lldbtest import *
 class TestArtificialFrameThreadStepOut1(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
index ca05e4a..672747a 100644 (file)
@@ -13,7 +13,7 @@ class TestVarPath(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
index 90d8530..dcde84b 100644 (file)
@@ -13,7 +13,7 @@ class TestFindTypesOnStructType(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
index 546fd11..7af4db6 100644 (file)
@@ -14,7 +14,7 @@ class DynamicValueSameBaseTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
index c862944..e267920 100644 (file)
@@ -14,7 +14,7 @@ class TestSaveCrashlog(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
index af69425..7778ab0 100644 (file)
@@ -14,7 +14,7 @@ class TestGetVersionForZero(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
index ca36196..6d53f61 100644 (file)
@@ -13,7 +13,7 @@ class RenameThisSampleTestTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    # If your test case doesn't stress debug info, the
+    # If your test case doesn't stress debug info, then
     # set this to true.  That way it won't be run once for
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True