Guest User

Untitled

a guest
Jan 21st, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.38 KB | None | 0 0
  1. ********************
  2. Testing: 0
  3. FAIL: AddressSanitizer-i386-windows :: TestCases/Windows/integer_divide_by_zero.cpp (25 of 2491)
  4. ******************** TEST 'AddressSanitizer-i386-windows :: TestCases/Windows/integer_divide_by_zero.cpp' FAILED ********************
  5. Exit Code: 1
  6.  
  7. Command Output (stdout):
  8. --
  9. # RUN: at line 1
  10. C:/Users/might/repos/build/./bin/clang-cl.exe -fsanitize=address -Wno-deprecated-declarations -WX -D_HAS_EXCEPTIONS=0 -gline-tables-only -gcodeview -gcolumn-info -Od C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\integer_divide_by_zero.cpp -FeC:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\integer_divide_by_zero.cpp.tmp
  11. # executed command: C:/Users/might/repos/build/./bin/clang-cl.exe -fsanitize=address -Wno-deprecated-declarations -WX -D_HAS_EXCEPTIONS=0 -gline-tables-only -gcodeview -gcolumn-info -Od 'C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\integer_divide_by_zero.cpp' '-FeC:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\integer_divide_by_zero.cpp.tmp'
  12. # RUN: at line 2
  13. env ASAN_OPTIONS=handle_sigfpe=1 not C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\integer_divide_by_zero.cpp.tmp 2>&1 | FileCheck C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\integer_divide_by_zero.cpp
  14. # executed command: env ASAN_OPTIONS=handle_sigfpe=1 not 'C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\integer_divide_by_zero.cpp.tmp'
  15. # executed command: FileCheck 'C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\integer_divide_by_zero.cpp'
  16. # .---command stderr------------
  17. # | C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\integer_divide_by_zero.cpp:16:11: error: CHECK: expected string not found in input
  18. # | // CHECK: ERROR: AddressSanitizer: int-divide-by-zero on unknown address [[ADDR:0x[^ ]*]]
  19. # | ^
  20. # | <stdin>:1:12: note: scanning from here
  21. # | before ud2a
  22. # | ^
  23. # |
  24. # | Input file: <stdin>
  25. # | Check file: C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\integer_divide_by_zero.cpp
  26. # |
  27. # | -dump-input=help explains the following input dump.
  28. # |
  29. # | Input was:
  30. # | <<<<<<
  31. # | 1: before ud2a
  32. # | check:16 X error: no match found
  33. # | >>>>>>
  34. # `-----------------------------
  35. # error: command failed with exit status: 1
  36.  
  37. --
  38.  
  39. ********************
  40. Testing: 0
  41. FAIL: AddressSanitizer-i386-windows :: TestCases/Windows/dll_null_deref.cpp (26 of 2491)
  42. ******************** TEST 'AddressSanitizer-i386-windows :: TestCases/Windows/dll_null_deref.cpp' FAILED ********************
  43. Exit Code: 2
  44.  
  45. Command Output (stdout):
  46. --
  47. # RUN: at line 1
  48. C:/Users/might/repos/build/./bin/clang-cl.exe -fsanitize=address -Wno-deprecated-declarations -WX -D_HAS_EXCEPTIONS=0 -gline-tables-only -gcodeview -gcolumn-info -Od C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows/dll_host.cpp -FeC:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp
  49. # executed command: C:/Users/might/repos/build/./bin/clang-cl.exe -fsanitize=address -Wno-deprecated-declarations -WX -D_HAS_EXCEPTIONS=0 -gline-tables-only -gcodeview -gcolumn-info -Od 'C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows/dll_host.cpp' '-FeC:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp'
  50. # RUN: at line 2
  51. C:/Users/might/repos/build/./bin/clang-cl.exe -fsanitize=address -Wno-deprecated-declarations -WX -D_HAS_EXCEPTIONS=0 -gline-tables-only -gcodeview -gcolumn-info -LD -Od C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\dll_null_deref.cpp -FeC:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp.dll
  52. # executed command: C:/Users/might/repos/build/./bin/clang-cl.exe -fsanitize=address -Wno-deprecated-declarations -WX -D_HAS_EXCEPTIONS=0 -gline-tables-only -gcodeview -gcolumn-info -LD -Od 'C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\dll_null_deref.cpp' '-FeC:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp.dll'
  53. # .---command stdout------------
  54. # | Creating library C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp.lib and object C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp.exp
  55. # `-----------------------------
  56. # RUN: at line 3
  57. not C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp.dll 2>&1 | FileCheck C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\dll_null_deref.cpp
  58. # executed command: not 'C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp' 'C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp.dll'
  59. # executed command: FileCheck 'C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\dll_null_deref.cpp'
  60. # .---command stderr------------
  61. # | FileCheck error: '<stdin>' is empty.
  62. # | FileCheck command line: filecheck.exe C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\dll_null_deref.cpp
  63. # `-----------------------------
  64. # error: command failed with exit status: 2
  65.  
  66. --
  67.  
  68. ********************
  69. Testing: 0
  70. FAIL: libFuzzer-i386-default-Windows :: standalone.test (27 of 2491)
  71. ******************** TEST 'libFuzzer-i386-default-Windows :: standalone.test' FAILED ********************
  72. Exit Code: 1
  73.  
  74. Command Output (stdout):
  75. --
  76. # RUN: at line 1
  77. C:/Users/might/repos/build/./bin/clang.exe -O2 -gline-tables-only -fsanitize=address -IC:/Users/might/repos/llvm-project/compiler-rt\lib\fuzzer -D_DISABLE_VECTOR_ANNOTATION -D_DISABLE_STRING_ANNOTATION C:/Users/might/repos/llvm-project/compiler-rt\lib\fuzzer/standalone/StandaloneFuzzTargetMain.c -c -o C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp_1.o
  78. # executed command: C:/Users/might/repos/build/./bin/clang.exe -O2 -gline-tables-only -fsanitize=address '-IC:/Users/might/repos/llvm-project/compiler-rt\lib\fuzzer' -D_DISABLE_VECTOR_ANNOTATION -D_DISABLE_STRING_ANNOTATION 'C:/Users/might/repos/llvm-project/compiler-rt\lib\fuzzer/standalone/StandaloneFuzzTargetMain.c' -c -o 'C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp_1.o'
  79. # .---command stderr------------
  80. # | C:/Users/might/repos/llvm-project/compiler-rt\lib\fuzzer/standalone/StandaloneFuzzTargetMain.c:28:15: warning: 'fopen' is deprecated: This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
  81. # | 28 | FILE *f = fopen(argv[i], "r");
  82. # | | ^
  83. # | C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt\stdio.h:212:20: note: 'fopen' has been explicitly marked deprecated here
  84. # | 212 | _Check_return_ _CRT_INSECURE_DEPRECATE(fopen_s)
  85. # | | ^
  86. # | C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.41.34120\include\vcruntime.h:356:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
  87. # | 356 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
  88. # | | ^
  89. # | C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.41.34120\include\vcruntime.h:346:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
  90. # | 346 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
  91. # | | ^
  92. # | 1 warning generated.
  93. # `-----------------------------
  94. # RUN: at line 2
  95. C:/Users/might/repos/build/./bin/clang.exe --driver-mode=g++ -O2 -gline-tables-only -fsanitize=address -IC:/Users/might/repos/llvm-project/compiler-rt\lib\fuzzer -D_DISABLE_VECTOR_ANNOTATION -D_DISABLE_STRING_ANNOTATION C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer/InitializeTest.cpp -c -o C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp_2.o
  96. # executed command: C:/Users/might/repos/build/./bin/clang.exe --driver-mode=g++ -O2 -gline-tables-only -fsanitize=address '-IC:/Users/might/repos/llvm-project/compiler-rt\lib\fuzzer' -D_DISABLE_VECTOR_ANNOTATION -D_DISABLE_STRING_ANNOTATION 'C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer/InitializeTest.cpp' -c -o 'C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp_2.o'
  97. # RUN: at line 4
  98. C:/Users/might/repos/build/./bin/clang.exe --driver-mode=g++ -O2 -gline-tables-only -fsanitize=address -IC:/Users/might/repos/llvm-project/compiler-rt\lib\fuzzer -D_DISABLE_VECTOR_ANNOTATION -D_DISABLE_STRING_ANNOTATION C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp_1.o C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp_2.o -o C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp-StandaloneInitializeTest
  99. # executed command: C:/Users/might/repos/build/./bin/clang.exe --driver-mode=g++ -O2 -gline-tables-only -fsanitize=address '-IC:/Users/might/repos/llvm-project/compiler-rt\lib\fuzzer' -D_DISABLE_VECTOR_ANNOTATION -D_DISABLE_STRING_ANNOTATION 'C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp_1.o' 'C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp_2.o' -o 'C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp-StandaloneInitializeTest'
  100. # RUN: at line 5
  101. C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp-StandaloneInitializeTest C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer/hi.txt C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer/dict1.txt 2>&1 | FileCheck C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer\standalone.test
  102. # executed command: 'C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp-StandaloneInitializeTest' 'C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer/hi.txt' 'C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer/dict1.txt'
  103. # note: command had no output on stdout or stderr
  104. # error: command failed with exit status: 0xc0000409
  105. # executed command: FileCheck 'C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer\standalone.test'
  106. # .---command stderr------------
  107. # | C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer\standalone.test:8:8: error: CHECK: expected string not found in input
  108. # | CHECK: Done: {{.*}}dict1.txt: (61 bytes)
  109. # | ^
  110. # | <stdin>:4:82: note: scanning from here
  111. # | Done: C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer/hi.txt: (3 bytes)
  112. # | ^
  113. # | <stdin>:5:62: note: possible intended match here
  114. # | Running: C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer/dict1.txt
  115. # | ^
  116. # |
  117. # | Input file: <stdin>
  118. # | Check file: C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer\standalone.test
  119. # |
  120. # | -dump-input=help explains the following input dump.
  121. # |
  122. # | Input was:
  123. # | <<<<<<
  124. # | 1: StandaloneFuzzTargetMain: running 2 inputs
  125. # | 2: LLVMFuzzerInitialize: C:\Users\might\repos\build\projects\compiler-rt\test\fuzzer\I386DefaultWindowsConfig\Output\standalone.test.tmp-StandaloneInitializeTest
  126. # | 3: Running: C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer/hi.txt
  127. # | 4: Done: C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer/hi.txt: (3 bytes)
  128. # | check:8'0 X error: no match found
  129. # | 5: Running: C:\Users\might\repos\llvm-project\compiler-rt\test\fuzzer/dict1.txt
  130. # | check:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  131. # | check:8'1 ? possible intended match
  132. # | 6: Assertion failed: n_read == len, file C:/Users/might/repos/llvm-project/compiler-rt\lib\fuzzer/standalone/StandaloneFuzzTargetMain.c, line 36
  133. # | check:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  134. # | >>>>>>
  135. # `-----------------------------
  136. # error: command failed with exit status: 1
Advertisement
Add Comment
Please, Sign In to add comment