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