tsan: update the test since the bug is fixed
http://llvm.org/bugs/show_bug.cgi?id=19113 is fixed, so enable the better CHECK llvm-svn: 203784
This commit is contained in:
		
							parent
							
								
									a1b42ec0f2
								
							
						
					
					
						commit
						a02fac7bec
					
				| 
						 | 
					@ -49,9 +49,5 @@ int main() {
 | 
				
			||||||
  pthread_join(t[1], NULL);
 | 
					  pthread_join(t[1], NULL);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// CHECK: WARNING: ThreadSanitizer: data race
 | 
					// CHECK: WARNING: ThreadSanitizer: data race on vptr
 | 
				
			||||||
 | 
					 | 
				
			||||||
// but should be:
 | 
					 | 
				
			||||||
// WARNING: ThreadSanitizer: data race on vptr
 | 
					 | 
				
			||||||
// see http://llvm.org/bugs/show_bug.cgi?id=19113
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue