Add Travis builds with undefined behavior sanitizer
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
		
				
					committed by
					
						
						Andy Polyakov
					
				
			
			
				
	
			
			
			
						parent
						
							043b93d732
						
					
				
				
					commit
					c880b3e314
				
			@@ -36,13 +36,13 @@ matrix:
 | 
				
			|||||||
          env: CONFIG_OPTS="-fsanitize=address"
 | 
					          env: CONFIG_OPTS="-fsanitize=address"
 | 
				
			||||||
        - os: linux
 | 
					        - os: linux
 | 
				
			||||||
          compiler: clang-3.6
 | 
					          compiler: clang-3.6
 | 
				
			||||||
          env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address"
 | 
					          env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined"
 | 
				
			||||||
        - os: linux
 | 
					        - os: linux
 | 
				
			||||||
          compiler: gcc-5
 | 
					          compiler: gcc-5
 | 
				
			||||||
          env: CONFIG_OPTS="-fsanitize=address"
 | 
					          env: CONFIG_OPTS="-fsanitize=address"
 | 
				
			||||||
        - os: linux
 | 
					        - os: linux
 | 
				
			||||||
          compiler: gcc-5
 | 
					          compiler: gcc-5
 | 
				
			||||||
          env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address"
 | 
					          env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined"
 | 
				
			||||||
    exclude:
 | 
					    exclude:
 | 
				
			||||||
        - os: osx
 | 
					        - os: osx
 | 
				
			||||||
          compiler: clang-3.6
 | 
					          compiler: clang-3.6
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user