[all-commits] [llvm/llvm-project] b0567b: [ASan] Mark test as UNSUPPORTED for iOS simulator

Julian Lettner via All-commits all-commits at lists.llvm.org
Mon Nov 18 08:05:40 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b0567be2b48a8f55e8fe747bd21f24745f9bf9c9
      https://github.com/llvm/llvm-project/commit/b0567be2b48a8f55e8fe747bd21f24745f9bf9c9
  Author: Julian Lettner <julian.lettner at apple.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

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

  Log Message:
  -----------
  [ASan] Mark test as UNSUPPORTED for iOS simulator

coverage-fork.cpp uses `fork()` which requires additional permissions
in the iOS simulator sandbox.  We cannot use `sandbox-exec` to grant
these permissions since this is a Posix (not Darwin) test.




More information about the All-commits mailing list