File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
lldb/test/API/functionalities/step_scripted Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ def setUp(self):
1616 self .main_source_file = lldb .SBFileSpec ("main.c" )
1717 self .runCmd ("command script import Steps.py" )
1818
19+ @expectedFailureAll
1920 def test_standard_step_out (self ):
2021 """Tests stepping with the scripted thread plan laying over a standard
2122 thread plan for stepping out."""
2223 self .build ()
2324 self .step_out_with_scripted_plan ("Steps.StepOut" )
2425
26+ @expectedFailureAll
2527 def test_scripted_step_out (self ):
2628 """Tests stepping with the scripted thread plan laying over an another
2729 scripted thread plan for stepping out."""
@@ -62,10 +64,12 @@ def test_misspelled_plan_name(self):
6264 # Make sure we didn't let the process run:
6365 self .assertEqual (stop_id , process .GetStopID (), "Process didn't run" )
6466
67+ @expectedFailureAll
6568 def test_checking_variable (self ):
6669 """Test that we can call SBValue API's from a scripted thread plan - using SBAPI's to step"""
6770 self .do_test_checking_variable (False )
6871
72+ @expectedFailureAll
6973 def test_checking_variable_cli (self ):
7074 """Test that we can call SBValue API's from a scripted thread plan - using cli to step"""
7175 self .do_test_checking_variable (True )
You can’t perform that action at this time.
0 commit comments