You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_dynamic_resize/TestSVEThreadedDynamic.py
+3-1
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,12 @@
14
14
fromlldbsuite.test.lldbtestimport*
15
15
fromlldbsuite.testimportlldbutil
16
16
17
+
17
18
classMode(Enum):
18
19
SVE=0
19
20
SSVE=1
20
21
22
+
21
23
classRegisterCommandsTestCase(TestBase):
22
24
defget_supported_vg(self):
23
25
# Changing VL trashes the register state, so we need to run the program
@@ -147,7 +149,7 @@ def run_sve_test(self, mode):
147
149
self.runCmd("process continue", RUN_SUCCEEDED)
148
150
149
151
# If we start the checks too quickly, thread 3 may not have started.
Copy file name to clipboardExpand all lines: lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/TestSVERegisters.py
0 commit comments