Skip to content
  1. Aug 18, 2021
  2. Aug 12, 2021
  3. Aug 11, 2021
    • David Spickett's avatar
      [compiler-rt][fuzzer] Xfail flags test on AArch64 Linux · 683147ff
      David Spickett authored
      This fails with:
      /tmp/FlagsTest-5761bc.o: In function `sancov.module_ctor_8bit_counters':
      FlagsTest.cpp:(.text.sancov.module_ctor_8bit_counters[sancov.module_ctor_8bit_counters]+0x14): undefined reference to `__start___sancov_cntrs'
      FlagsTest.cpp:(.text.sancov.module_ctor_8bit_counters[sancov.module_ctor_8bit_counters]+0x18): undefined reference to `__stop___sancov_cntrs'
      <...>
      
      Since https://reviews.llvm.org/D107374. However the changes
      there don't seem to be the real fault so xfail while I look into it.
      683147ff
  4. Sep 21, 2018
    • Jeremy Morse's avatar
      [libfuzzer] Fix a test's run line · b52bd9ee
      Jeremy Morse authored
      r342698 removed the 'UNSUPPORTED: windows' flags from a number of fuzzer
      tests, however too many lines were removed from 'fuzzer-flags.test',
      including the run-line that generates the test binary, which breaks that
      test for me (and the clang-x64-ninja-win7 buildbot). This patch just
      re-adds that line.
      
      llvm-svn: 342720
      b52bd9ee
    • Jonathan Metzman's avatar
      [fuzzer] Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAlias.cpp · 0744d3c5
      Jonathan Metzman authored
      Summary:
      Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAlias.cpp
      to get externally defined functions (eg: LLVMFuzzerInitialize,
      LLVMFuzzerCustomMutator, etc) working again.
      
      Also enable tests that depended on these functions (on windows)
      
      Reviewers: rnk, morehouse
      
      Reviewed By: rnk, morehouse
      
      Subscribers: rnk, morehouse, mgorny
      
      Differential Revision: https://reviews.llvm.org/D51700
      
      llvm-svn: 342698
      0744d3c5
  5. Sep 04, 2018
    • Matt Morehouse's avatar
      [libFuzzer] Enable tests on Windows · 24568789
      Matt Morehouse authored
      Summary:
      Enable tests on Windows and make check-fuzzer pass on it.  Make
      check-fuzzer pass on Windows by fixing libFuzzer, fixing tests, and by
      disabling tests on Windows. Most of these are disabled temporarily as
      support for the tests and the features they test will be added
      incrementally.  Other tests will not be enabled since they require
      things that are not on Windows (eg: afl_driver tests).  Every test
      that was explicitly disabled on Windows has a comment explaining why
      (unless obvious like merge-posix.test).
      
      The lit.cfg file was modified to support running tests on windows.
      fuzzer-dirs.test was fixed by making the Windows implementation print
      the same error message as the posix version.
      merge-control-file.test was fixed by making the test binary end with
      the ".exe" extension (on all platforms).
      
      Patch By: metzman
      
      Reviewers: morehouse
      
      Reviewed By: morehouse
      
      Subscribers: srhines, mgorny
      
      Differential Revision: https://reviews.llvm.org/D51549
      
      llvm-svn: 341385
      24568789
  6. May 11, 2018
  7. Oct 13, 2017
  8. Sep 16, 2017
  9. Aug 22, 2017
Loading