[all-commits] [llvm/llvm-project] dbca7b: [libc] disable syscall test without fullbuild

michaelrj-google via All-commits all-commits at lists.llvm.org
Fri Sep 30 15:57:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbca7b4b2e6329fea90f9af7653fa0df977f0d77
      https://github.com/llvm/llvm-project/commit/dbca7b4b2e6329fea90f9af7653fa0df977f0d77
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-09-30 (Fri, 30 Sep 2022)

  Changed paths:
    M libc/test/src/unistd/CMakeLists.txt

  Log Message:
  -----------
  [libc] disable syscall test without fullbuild

Our syscall implementation depends on a specific macro that's only
defined in our headers. If we're not using our headers, then the test
doesn't work. I've disabled the test in this case because there's no
point in testing the system libc's syscall implementation.

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




More information about the All-commits mailing list