Guest User

failed x86 windows test

a guest
Jan 21st, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. ********************
  2. Testing:
  3. FAIL: AddressSanitizer-i386-windows-dynamic :: TestCases/Windows/dll_null_deref.cpp (2 of 2491)
  4. ******************** TEST 'AddressSanitizer-i386-windows-dynamic :: TestCases/Windows/dll_null_deref.cpp' FAILED ********************
  5. Exit Code: 2
  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 -MD -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\I386WindowsDynamicConfig\TestCases\Windows\Output\dll_null_deref.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 -MD -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\I386WindowsDynamicConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp'
  12. # RUN: at line 2
  13. 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 -MD -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\I386WindowsDynamicConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp.dll
  14. # 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 -MD -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\I386WindowsDynamicConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp.dll'
  15. # .---command stdout------------
  16. # | Creating library C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsDynamicConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp.lib and object C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsDynamicConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp.exp
  17. # `-----------------------------
  18. # RUN: at line 3
  19. not C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsDynamicConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsDynamicConfig\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
  20. # executed command: not 'C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsDynamicConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp' 'C:\Users\might\repos\build\projects\compiler-rt\test\asan\I386WindowsDynamicConfig\TestCases\Windows\Output\dll_null_deref.cpp.tmp.dll'
  21. # executed command: FileCheck 'C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\dll_null_deref.cpp'
  22. # .---command stderr------------
  23. # | FileCheck error: '<stdin>' is empty.
  24. # | FileCheck command line: filecheck.exe C:\Users\might\repos\llvm-project\compiler-rt\test\asan\TestCases\Windows\dll_null_deref.cpp
  25. # `-----------------------------
  26. # error: command failed with exit status: 2
  27.  
  28. --
Advertisement
Add Comment
Please, Sign In to add comment