[all-commits] [llvm/llvm-project] 23cd8d: Try to fix compiler-rt tests after 87dbdd2e3bb63b ...

Nico Weber via All-commits all-commits at lists.llvm.org
Tue Feb 9 06:29:23 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23cd8d51ad519261137a40a5bbac6e537ee7ba25
      https://github.com/llvm/llvm-project/commit/23cd8d51ad519261137a40a5bbac6e537ee7ba25
  Author: Nico Weber <thakis at chromium.org>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M compiler-rt/test/asan/TestCases/large_func_test.cpp
    M compiler-rt/test/asan/TestCases/strncpy-overflow.cpp
    M compiler-rt/test/asan/TestCases/use-after-delete.cpp
    M compiler-rt/test/asan/TestCases/use-after-free-right.cpp
    M compiler-rt/test/asan/TestCases/use-after-free.cpp

  Log Message:
  -----------
  Try to fix compiler-rt tests after 87dbdd2e3bb63b on mac and win

These tests use `--check-prefix=CHECK-%os` but then didn't have
a CHECK line for every os.

In most tests, the linux expectations were sufficient (they match
the "wrap_" prefix with .*), so just remove the check-prefix there.
In the places where this didn't easily work, make sure there are
at least CHECK-Windows and CHECK-Darwin lines.




More information about the All-commits mailing list