[test] XFail TestStepNoDebug based on arch rather than OS
This commit is contained in:
		
							parent
							
								
									38135b2a7f
								
							
						
					
					
						commit
						c7eb06a880
					
				| 
						 | 
				
			
			@ -48,7 +48,7 @@ class StepAvoidsNoDebugTestCase(TestBase):
 | 
			
		|||
            "3.9"],
 | 
			
		||||
        archs=["i386"],
 | 
			
		||||
        bugnumber="llvm.org/pr28549")
 | 
			
		||||
    @expectedFailureAll(oslist=["ios", "tvos", "bridgeos"], bugnumber="<rdar://problem/34026777>")  # lldb doesn't step past last source line in function on arm64
 | 
			
		||||
    @expectedFailureAll(archs=["arm64"], bugnumber="<rdar://problem/34026777>")  # lldb doesn't step past last source line in function on arm64
 | 
			
		||||
    @expectedFailureAll(archs=["aarch64"], oslist=["linux"],
 | 
			
		||||
                        bugnumber="llvm.org/pr44057")
 | 
			
		||||
    def test_step_in_with_python(self):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue