File tree 1 file changed +4
-0
lines changed
lldb/test/API/functionalities/step_scripted 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ def setUp(self):
16
16
self .main_source_file = lldb .SBFileSpec ("main.c" )
17
17
self .runCmd ("command script import Steps.py" )
18
18
19
+ @expectedFailureAll
19
20
def test_standard_step_out (self ):
20
21
"""Tests stepping with the scripted thread plan laying over a standard
21
22
thread plan for stepping out."""
22
23
self .build ()
23
24
self .step_out_with_scripted_plan ("Steps.StepOut" )
24
25
26
+ @expectedFailureAll
25
27
def test_scripted_step_out (self ):
26
28
"""Tests stepping with the scripted thread plan laying over an another
27
29
scripted thread plan for stepping out."""
@@ -62,10 +64,12 @@ def test_misspelled_plan_name(self):
62
64
# Make sure we didn't let the process run:
63
65
self .assertEqual (stop_id , process .GetStopID (), "Process didn't run" )
64
66
67
+ @expectedFailureAll
65
68
def test_checking_variable (self ):
66
69
"""Test that we can call SBValue API's from a scripted thread plan - using SBAPI's to step"""
67
70
self .do_test_checking_variable (False )
68
71
72
+ @expectedFailureAll
69
73
def test_checking_variable_cli (self ):
70
74
"""Test that we can call SBValue API's from a scripted thread plan - using cli to step"""
71
75
self .do_test_checking_variable (True )
You can’t perform that action at this time.
0 commit comments