Skip to content

Commit 547c395

Browse files
committed
Revert "[lldb/Test] Temporarily XFAIL TestStepScripted.py"
Also revert this patch until Ismail can re-land. This reverts commit febb4c4.
1 parent 5dce635 commit 547c395

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/test/API/functionalities/step_scripted/TestStepScripted.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ def setUp(self):
1616
self.main_source_file = lldb.SBFileSpec("main.c")
1717
self.runCmd("command script import Steps.py")
1818

19-
@expectedFailureAll
2019
def test_standard_step_out(self):
2120
"""Tests stepping with the scripted thread plan laying over a standard
2221
thread plan for stepping out."""
2322
self.build()
2423
self.step_out_with_scripted_plan("Steps.StepOut")
2524

26-
@expectedFailureAll
2725
def test_scripted_step_out(self):
2826
"""Tests stepping with the scripted thread plan laying over an another
2927
scripted thread plan for stepping out."""
@@ -64,12 +62,10 @@ def test_misspelled_plan_name(self):
6462
# Make sure we didn't let the process run:
6563
self.assertEqual(stop_id, process.GetStopID(), "Process didn't run")
6664

67-
@expectedFailureAll
6865
def test_checking_variable(self):
6966
"""Test that we can call SBValue API's from a scripted thread plan - using SBAPI's to step"""
7067
self.do_test_checking_variable(False)
7168

72-
@expectedFailureAll
7369
def test_checking_variable_cli(self):
7470
"""Test that we can call SBValue API's from a scripted thread plan - using cli to step"""
7571
self.do_test_checking_variable(True)

0 commit comments

Comments
 (0)