[all-commits] [llvm/llvm-project] a6f558: Disable resize_tls_dynamic test for HWASan

thurstond via All-commits all-commits at lists.llvm.org
Tue Mar 28 14:02:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a6f5585a94a0e6ac656568a98ccb6c9736d828d1
      https://github.com/llvm/llvm-project/commit/a6f5585a94a0e6ac656568a98ccb6c9736d828d1
  Author: Thurston Dang <thurston at google.com>
  Date:   2023-03-28 (Tue, 28 Mar 2023)

  Changed paths:
    M compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp

  Log Message:
  -----------
  Disable resize_tls_dynamic test for HWASan

The test is not applicable because HWASan does not intercept __tls_get_addr.

This is pre-emptive cleanup, to get ready for Kirill's patch to enable sanitizer common tests for HWASan (https://reviews.llvm.org/D147067).

Note that there is an outstanding dynamic TLS bug for sanitizers - https://github.com/google/sanitizers/issues/1409
- but that isn't applicable here due to the lack of interception.

Test: LIT_FILTER=resize_tls_dynamic ninja check-sanitizer

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




More information about the All-commits mailing list