[all-commits] [llvm/llvm-project] 17db2a: Re-enable lto.c test on ARM64

Florian Mayer via All-commits all-commits at lists.llvm.org
Tue Jul 25 17:29:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 17db2a1044b5ff57f128affaed06c7542b9aece1
      https://github.com/llvm/llvm-project/commit/17db2a1044b5ff57f128affaed06c7542b9aece1
  Author: Florian Mayer <fmayer at google.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
    M compiler-rt/test/hwasan/TestCases/lto.c

  Log Message:
  -----------
  Re-enable lto.c test on ARM64

Tested on Android and ARM Linux and it passes.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D156269


  Commit: fdac98a7f3bbe0cb553df60df8cca2e8f407fa51
      https://github.com/llvm/llvm-project/commit/fdac98a7f3bbe0cb553df60df8cca2e8f407fa51
  Author: Florian Mayer <fmayer at google.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
    M compiler-rt/test/hwasan/TestCases/Linux/aligned_alloc-alignment.cpp
    M compiler-rt/test/hwasan/TestCases/Linux/pvalloc-overflow.cpp
    M compiler-rt/test/hwasan/TestCases/Posix/posix_memalign-alignment.cpp
    M compiler-rt/test/hwasan/TestCases/allocator_returns_null.cpp
    M compiler-rt/test/hwasan/TestCases/check-interface.cpp
    M compiler-rt/test/hwasan/TestCases/deep-recursion.c
    M compiler-rt/test/hwasan/TestCases/double-free.c
    M compiler-rt/test/hwasan/TestCases/halt-on-error.cpp
    M compiler-rt/test/hwasan/TestCases/heap-buffer-overflow-into.c
    M compiler-rt/test/hwasan/TestCases/heap-buffer-overflow.c
    M compiler-rt/test/hwasan/TestCases/hwasan-print-shadow.cpp
    M compiler-rt/test/hwasan/TestCases/hwasan_symbolize.cpp
    M compiler-rt/test/hwasan/TestCases/libc_thread_freeres.c
    M compiler-rt/test/hwasan/TestCases/longjmp.c
    M compiler-rt/test/hwasan/TestCases/many-threads-uaf.c
    M compiler-rt/test/hwasan/TestCases/mem-intrinsics.c
    M compiler-rt/test/hwasan/TestCases/print-memory-usage.c
    M compiler-rt/test/hwasan/TestCases/pthread_create.c
    M compiler-rt/test/hwasan/TestCases/pthread_exit.c
    M compiler-rt/test/hwasan/TestCases/realloc-after-free.c
    M compiler-rt/test/hwasan/TestCases/rich-stack.c
    M compiler-rt/test/hwasan/TestCases/stack-history-length.c
    M compiler-rt/test/hwasan/TestCases/stack-oob.c
    M compiler-rt/test/hwasan/TestCases/stack-uar.c
    M compiler-rt/test/hwasan/TestCases/stack-uas.c
    M compiler-rt/test/hwasan/TestCases/tag-mismatch-border-address.c
    M compiler-rt/test/hwasan/TestCases/tail-magic.c
    M compiler-rt/test/hwasan/TestCases/thread-uaf.c
    M compiler-rt/test/hwasan/TestCases/uaf_with_rb_distance.c
    M compiler-rt/test/hwasan/TestCases/use-after-free-and-overflow.c
    M compiler-rt/test/hwasan/TestCases/use-after-free.c
    M compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-dtor-order.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-goto.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-if.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-inlined.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-loop-bug.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-loop-removed.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-loop.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-nobug.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-setjmp.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-temp.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-temp2.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-types.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope.cpp
    M compiler-rt/test/hwasan/TestCases/verbose_threads.c

  Log Message:
  -----------
  Remove stable-runtime from many tests

They pass on x86_64 host, arm64 host, and Android.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D156273


Compare: https://github.com/llvm/llvm-project/compare/eb52fee24838...fdac98a7f3bb


More information about the All-commits mailing list