[all-commits] [llvm/llvm-project] 1f8031: [android] Fix some tests for AOSP-master devices.

Mitch Phillips via All-commits all-commits at lists.llvm.org
Tue Jan 5 12:54:54 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f8031cd74887025a5de1e7129718186369db769
      https://github.com/llvm/llvm-project/commit/1f8031cd74887025a5de1e7129718186369db769
  Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
  Date:   2021-01-05 (Tue, 05 Jan 2021)

  Changed paths:
    M compiler-rt/test/cfi/cross-dso/target_out_of_bounds.cpp
    M compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp
    M compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp

  Log Message:
  -----------
  [android] Fix some tests for AOSP-master devices.

Some tests are broken at API level 30 on AOSP-master devices. When we
change the buildbuit to API level 30, the following tests get enabled.
They're currently broken due to various issues, and so fix up those
issues.

Reviewed By: oontvoo, eugenis

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




More information about the All-commits mailing list