mirror of
				https://github.com/go-delve/delve.git
				synced 2025-11-01 03:42:59 +08:00 
			
		
		
		
	service/test: disable TestClientServer_chanGoroutines with rr backend (#3492)
It doesn't work with rr because it uses runtime.Breakpoint to stop.
This commit is contained in:
		 Alessandro Arzilli
					Alessandro Arzilli
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							20350611ce
						
					
				
				
					commit
					9986a9845f
				
			| @ -3067,7 +3067,6 @@ var waitReasonStrings = [...]string{ | |||||||
| } | } | ||||||
|  |  | ||||||
| func TestClientServer_chanGoroutines(t *testing.T) { | func TestClientServer_chanGoroutines(t *testing.T) { | ||||||
| 	protest.AllowRecording(t) |  | ||||||
| 	withTestClient2("changoroutines", t, func(c service.Client) { | 	withTestClient2("changoroutines", t, func(c service.Client) { | ||||||
| 		state := <-c.Continue() | 		state := <-c.Continue() | ||||||
| 		assertNoError(state.Err, t, "Continue()") | 		assertNoError(state.Err, t, "Continue()") | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user