[libc-commits] [PATCH] D151129: [libc] Make ErrnoSetterMatcher ignore matching errno on GPU.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu May 25 10:22:50 PDT 2023


sivachandra updated this revision to Diff 525695.
sivachandra added a comment.

Add EILSEQ to the list of generic error number macros.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151129/new/

https://reviews.llvm.org/D151129

Files:
  libc/cmake/modules/LLVMLibCTestRules.cmake
  libc/include/llvm-libc-macros/generic-error-number-macros.h
  libc/test/CMakeLists.txt
  libc/test/ErrnoSetterMatcher.h
  libc/test/UnitTest/CMakeLists.txt
  libc/test/UnitTest/ErrnoSetterMatcher.h
  libc/test/src/fcntl/creat_test.cpp
  libc/test/src/fcntl/openat_test.cpp
  libc/test/src/sched/affinity_test.cpp
  libc/test/src/sched/cpu_count_test.cpp
  libc/test/src/signal/kill_test.cpp
  libc/test/src/signal/sigaction_test.cpp
  libc/test/src/signal/sigaddset_test.cpp
  libc/test/src/signal/sigaltstack_test.cpp
  libc/test/src/signal/sigdelset_test.cpp
  libc/test/src/signal/sigfillset_test.cpp
  libc/test/src/signal/signal_test.cpp
  libc/test/src/signal/sigprocmask_test.cpp
  libc/test/src/stdio/remove_test.cpp
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/atof_test.cpp
  libc/test/src/stdlib/strtod_test.cpp
  libc/test/src/sys/mman/linux/madvise_test.cpp
  libc/test/src/sys/mman/linux/mmap_test.cpp
  libc/test/src/sys/mman/linux/mprotect_test.cpp
  libc/test/src/sys/mman/linux/posix_madvise_test.cpp
  libc/test/src/sys/random/linux/getrandom_test.cpp
  libc/test/src/sys/resource/getrlimit_setrlimit_test.cpp
  libc/test/src/sys/select/select_failure_test.cpp
  libc/test/src/sys/sendfile/sendfile_test.cpp
  libc/test/src/sys/stat/chmod_test.cpp
  libc/test/src/sys/stat/fchmod_test.cpp
  libc/test/src/sys/stat/fchmodat_test.cpp
  libc/test/src/sys/stat/fstat_test.cpp
  libc/test/src/sys/stat/lstat_test.cpp
  libc/test/src/sys/stat/mkdirat_test.cpp
  libc/test/src/sys/stat/stat_test.cpp
  libc/test/src/sys/utsname/uname_test.cpp
  libc/test/src/sys/wait/wait4_test.cpp
  libc/test/src/sys/wait/waitpid_test.cpp
  libc/test/src/termios/termios_test.cpp
  libc/test/src/time/difftime_test.cpp
  libc/test/src/time/gettimeofday_test.cpp
  libc/test/src/time/gmtime_test.cpp
  libc/test/src/time/mktime_test.cpp
  libc/test/src/time/nanosleep_test.cpp
  libc/test/src/unistd/access_test.cpp
  libc/test/src/unistd/chdir_test.cpp
  libc/test/src/unistd/dup2_test.cpp
  libc/test/src/unistd/dup3_test.cpp
  libc/test/src/unistd/dup_test.cpp
  libc/test/src/unistd/fchdir_test.cpp
  libc/test/src/unistd/ftruncate_test.cpp
  libc/test/src/unistd/isatty_test.cpp
  libc/test/src/unistd/link_test.cpp
  libc/test/src/unistd/linkat_test.cpp
  libc/test/src/unistd/lseek_test.cpp
  libc/test/src/unistd/pread_pwrite_test.cpp
  libc/test/src/unistd/read_write_test.cpp
  libc/test/src/unistd/readlink_test.cpp
  libc/test/src/unistd/readlinkat_test.cpp
  libc/test/src/unistd/rmdir_test.cpp
  libc/test/src/unistd/symlink_test.cpp
  libc/test/src/unistd/symlinkat_test.cpp
  libc/test/src/unistd/syscall_test.cpp
  libc/test/src/unistd/truncate_test.cpp
  libc/test/src/unistd/unlink_test.cpp
  libc/test/src/unistd/unlinkat_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151129.525695.patch
Type: text/x-patch
Size: 36433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230525/4d8da329/attachment-0001.bin>


More information about the libc-commits mailing list