mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-10-31 08:14:41 +00:00 
			
		
		
		
	Revert "qualify-clang.sh: skip a fuzzer test in i386 because of https://bugs.llvm.org/show_bug.cgi?id=43677"
This reverts commit f81965c320.
			
			
This commit is contained in:
		
							parent
							
								
									f81965c320
								
							
						
					
					
						commit
						4a3fe9fff1
					
				
							
								
								
									
										7
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							| @ -1,10 +1,3 @@ | ||||
| llvm-toolchain-11 (1:11.0.0-5) unstable; urgency=medium | ||||
| 
 | ||||
|   * qualify-clang.sh: skip a fuzzer test in i386 because of | ||||
|     https://bugs.llvm.org/show_bug.cgi?id=43677 | ||||
| 
 | ||||
|  -- Sylvestre Ledru <sylvestre@debian.org>  Mon, 02 Nov 2020 12:44:42 +0100 | ||||
| 
 | ||||
| llvm-toolchain-11 (1:11.0.0-4) unstable; urgency=medium | ||||
| 
 | ||||
|   * Cherry-pick some fixes from | ||||
|  | ||||
							
								
								
									
										11
									
								
								debian/qualify-clang.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								debian/qualify-clang.sh
									
									
									
									
										vendored
									
									
								
							| @ -592,14 +592,9 @@ if ! ./a.out 2>&1 | grep -q -E "(Test unit written|PreferSmall)"; then | ||||
|     exit 42 | ||||
| fi | ||||
| 
 | ||||
| # do not fail on i386 because of: | ||||
| # https://bugs.llvm.org/show_bug.cgi?id=43677 | ||||
| # https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/-/commit/9d4d39eef90f5106080ab7f4394a5a4d743cac05 | ||||
| if [ $DEB_HOST_ARCH != "i386" ]; then | ||||
|     clang++-$VERSION -fsanitize=address,fuzzer test_fuzzer.cc | ||||
|     if ! ./a.out 2>&1 | grep -q "libFuzzer: deadly signal"; then | ||||
|         echo "fuzzer failed" | ||||
|     fi | ||||
| clang++-$VERSION -fsanitize=address,fuzzer test_fuzzer.cc | ||||
| if ! ./a.out 2>&1 | grep -q "libFuzzer: deadly signal"; then | ||||
|     echo "fuzzer failed" | ||||
| fi | ||||
| 
 | ||||
| echo 'int main(int argc, char **argv) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Adrian Bunk
						Adrian Bunk