They pass on x86_64 host, arm64 host, and Android.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156273
Remove stable-runtime from many tests ClosedPublic Authored by fmayer on Jul 25 2023, 4:22 PM.
Details
Summary They pass on x86_64 host, arm64 host, and Android.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 25 2023, 5:12 PM This revision was landed with ongoing or failed builds.Jul 25 2023, 5:29 PM Closed by commit rGfdac98a7f3bb: Remove stable-runtime from many tests (authored by fmayer). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 544158 compiler-rt/test/hwasan/TestCases/Linux/aligned_alloc-alignment.cpp
compiler-rt/test/hwasan/TestCases/Linux/pvalloc-overflow.cpp
compiler-rt/test/hwasan/TestCases/Posix/posix_memalign-alignment.cpp
compiler-rt/test/hwasan/TestCases/allocator_returns_null.cpp
compiler-rt/test/hwasan/TestCases/check-interface.cpp
compiler-rt/test/hwasan/TestCases/deep-recursion.c
compiler-rt/test/hwasan/TestCases/double-free.c
compiler-rt/test/hwasan/TestCases/halt-on-error.cpp
compiler-rt/test/hwasan/TestCases/heap-buffer-overflow-into.c
compiler-rt/test/hwasan/TestCases/heap-buffer-overflow.c
compiler-rt/test/hwasan/TestCases/hwasan-print-shadow.cpp
compiler-rt/test/hwasan/TestCases/hwasan_symbolize.cpp
compiler-rt/test/hwasan/TestCases/libc_thread_freeres.c
compiler-rt/test/hwasan/TestCases/longjmp.c
compiler-rt/test/hwasan/TestCases/many-threads-uaf.c
compiler-rt/test/hwasan/TestCases/mem-intrinsics.c
compiler-rt/test/hwasan/TestCases/print-memory-usage.c
compiler-rt/test/hwasan/TestCases/pthread_create.c
compiler-rt/test/hwasan/TestCases/pthread_exit.c
compiler-rt/test/hwasan/TestCases/realloc-after-free.c
compiler-rt/test/hwasan/TestCases/rich-stack.c
compiler-rt/test/hwasan/TestCases/stack-history-length.c
compiler-rt/test/hwasan/TestCases/stack-oob.c
compiler-rt/test/hwasan/TestCases/stack-uar.c
compiler-rt/test/hwasan/TestCases/stack-uas.c
compiler-rt/test/hwasan/TestCases/tag-mismatch-border-address.c
compiler-rt/test/hwasan/TestCases/tail-magic.c
compiler-rt/test/hwasan/TestCases/thread-uaf.c
compiler-rt/test/hwasan/TestCases/uaf_with_rb_distance.c
compiler-rt/test/hwasan/TestCases/use-after-free-and-overflow.c
compiler-rt/test/hwasan/TestCases/use-after-free.c
compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope-dtor-order.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope-goto.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope-if.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope-inlined.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope-loop-bug.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope-loop-removed.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope-loop.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope-nobug.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope-setjmp.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope-temp.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope-temp2.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope-types.cpp
compiler-rt/test/hwasan/TestCases/use-after-scope.cpp
compiler-rt/test/hwasan/TestCases/verbose_threads.c
|