[all-commits] [llvm/llvm-project] a484c9: [libc][obvious] fix errno for 32 bit long test

michaelrj-google via All-commits all-commits at lists.llvm.org
Thu Dec 22 12:02:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a484c9bd2ea99c9be90cac4dfefef56d71e62efa
      https://github.com/llvm/llvm-project/commit/a484c9bd2ea99c9be90cac4dfefef56d71e62efa
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-12-22 (Thu, 22 Dec 2022)

  Changed paths:
    M libc/test/src/stdlib/StrtolTest.h

  Log Message:
  -----------
  [libc][obvious] fix errno for 32 bit long test

one of the tests in StrtolTest.h is intended to detect that 32 bit longs
are handled correctly, but it wasn't using the correct value for errno
causing failures.

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




More information about the All-commits mailing list