[all-commits] [llvm/llvm-project] 80ac0b: Fix up fuzzing test on Windows.

Mitch Phillips via All-commits all-commits at lists.llvm.org
Fri May 20 11:27:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80ac0b9bc8865e6cf6bdc9436405dae1a4ec0e38
      https://github.com/llvm/llvm-project/commit/80ac0b9bc8865e6cf6bdc9436405dae1a4ec0e38
  Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
  Date:   2022-05-20 (Fri, 20 May 2022)

  Changed paths:
    M compiler-rt/test/fuzzer/merge_two_step.test

  Log Message:
  -----------
  Fix up fuzzing test on Windows.

3bd112c720dc fixed the fuzzing test on Linux, which, after
https://reviews.llvm.org/D125933, has one less branch. Turns out, on
Windows, that it still has the extra branch. I'm guessing that's because
exit() isn't known to be noreturn on Windows or something.

Either way, just make the test more tolerant.




More information about the All-commits mailing list