[all-commits] [llvm/llvm-project] 3c7af1: [libc] Fix stdio tests after #143802 (#143810)

Michael Jones via All-commits all-commits at lists.llvm.org
Wed Jun 11 16:52:42 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c7af175e51c3ab08ac3c442146c2b822f38c01e
      https://github.com/llvm/llvm-project/commit/3c7af175e51c3ab08ac3c442146c2b822f38c01e
  Author: Michael Jones <michaelrj at google.com>
  Date:   2025-06-11 (Wed, 11 Jun 2025)

  Changed paths:
    M libc/docs/configure.rst
    M libc/test/src/stdio/fgetc_test.cpp
    M libc/test/src/stdio/fgetc_unlocked_test.cpp
    M libc/test/src/stdio/fgets_test.cpp
    M libc/test/src/stdio/setvbuf_test.cpp

  Log Message:
  -----------
  [libc] Fix stdio tests after #143802 (#143810)

In #143802 the stdio test cleanup missed a few places where errno was
being set to a failing value, and one where the framework needed to
included.



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