mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Merged revisions 76182 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76182 | mark.dickinson | 2009-11-09 19:54:51 +0000 (Mon, 09 Nov 2009) | 1 line Add extra information to a test_signal failure message to aid diagnosis of buildbot failure. ........
This commit is contained in:
		
							parent
							
								
									ad731b9af9
								
							
						
					
					
						commit
						28cee96ee1
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -367,7 +367,9 @@ def test_itimer_virtual(self): | |||
|             if signal.getitimer(self.itimer) == (0.0, 0.0): | ||||
|                 break # sig_vtalrm handler stopped this itimer | ||||
|         else: | ||||
|             self.fail('timeout waiting for sig_vtalrm signal') | ||||
|             self.fail('timeout waiting for sig_vtalrm signal; ' | ||||
|                       'signal.getitimer(self.itimer) gives: %s' % | ||||
|                        (signal.getitimer(self.itimer),)) | ||||
| 
 | ||||
|         # virtual itimer should be (0.0, 0.0) now | ||||
|         self.assertEquals(signal.getitimer(self.itimer), (0.0, 0.0)) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Mark Dickinson
						Mark Dickinson