[all-commits] [llvm/llvm-project] 8fe5ac: [Test][Darwin] Disable test on watchos due to memo...

thetruestblue via All-commits all-commits at lists.llvm.org
Mon Apr 14 16:44:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8fe5ac896f049020c739769c5186b472c639fd30
      https://github.com/llvm/llvm-project/commit/8fe5ac896f049020c739769c5186b472c639fd30
  Author: thetruestblue <bblueconway at gmail.com>
  Date:   2025-04-14 (Mon, 14 Apr 2025)

  Changed paths:
    M compiler-rt/test/asan/TestCases/Posix/mmap_limit_mb.cpp

  Log Message:
  -----------
  [Test][Darwin] Disable test on watchos due to memory restraints (#135671)

Because of the nature of this test (mmap stress-test) it tests too large
of memory allocations to be stable on watchos. WatchOS has memory limits
that can lead to the termination of this process before it reaches the
limit set by the flag. Typical only on devices that are under heavy
load. disable on watchOS.

rdar://147222346



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list