File tree Expand file tree Collapse file tree 5 files changed +0
-7
lines changed
commands/register/register/register_command
functionalities/inferior-crashing Expand file tree Collapse file tree 5 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -120,15 +120,13 @@ def test_convenience_registers(self):
120
120
121
121
@skipIfiOSSimulator
122
122
@skipIf (archs = no_match (['amd64' , 'x86_64' ]))
123
- @expectedFailureAll (oslist = ["windows" ], bugnumber = "llvm.org/pr37683" )
124
123
def test_convenience_registers_with_process_attach (self ):
125
124
"""Test convenience registers after a 'process attach'."""
126
125
self .build ()
127
126
self .convenience_registers_with_process_attach (test_16bit_regs = False )
128
127
129
128
@skipIfiOSSimulator
130
129
@skipIf (archs = no_match (['amd64' , 'x86_64' ]))
131
- @expectedFailureAll (oslist = ["windows" ], bugnumber = "llvm.org/pr37683" )
132
130
def test_convenience_registers_16bit_with_process_attach (self ):
133
131
"""Test convenience registers after a 'process attach'."""
134
132
self .build ()
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ def test_inferior_crashing(self):
20
20
self .build ()
21
21
self .inferior_crashing ()
22
22
23
- @expectedFailureAll (oslist = ["windows" ], bugnumber = "llvm.org/pr24778" )
24
23
def test_inferior_crashing_register (self ):
25
24
"""Test that lldb reliably reads registers from the inferior after crashing (command)."""
26
25
self .build ()
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ def test_inferior_crashing(self):
19
19
self .build ()
20
20
self .inferior_crashing ()
21
21
22
- @expectedFailureAll (oslist = ["windows" ], bugnumber = "llvm.org/pr24778" )
23
22
def test_inferior_crashing_register (self ):
24
23
"""Test that lldb reliably reads registers from the inferior after crashing (command)."""
25
24
self .build ()
@@ -36,7 +35,6 @@ def test_inferior_crashing_expr(self):
36
35
self .build ()
37
36
self .inferior_crashing_expr ()
38
37
39
- @expectedFailureAll (oslist = ["windows" ], bugnumber = "llvm.org/pr24778" )
40
38
def test_inferior_crashing_step (self ):
41
39
"""Test that stepping after a crash behaves correctly."""
42
40
self .build ()
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ def test_recursive_inferior_crashing(self):
20
20
self .build ()
21
21
self .recursive_inferior_crashing ()
22
22
23
- @expectedFailureAll (oslist = ["windows" ], bugnumber = "llvm.org/pr24778" )
24
23
def test_recursive_inferior_crashing_register (self ):
25
24
"""Test that lldb reliably reads registers from the inferior after crashing (command)."""
26
25
self .build ()
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ class CrashingRecursiveInferiorStepTestCase(TestBase):
12
12
13
13
mydir = TestBase .compute_mydir (__file__ )
14
14
15
- @expectedFailureAll (oslist = ["windows" ], bugnumber = "llvm.org/pr24778" )
16
15
def test_recursive_inferior_crashing_step (self ):
17
16
"""Test that stepping after a crash behaves correctly."""
18
17
self .build ()
You can’t perform that action at this time.
0 commit comments