Print this page
13111 Want futimes() and lutimes() functions
Change-ID: I3be82d4242255a4100f8c35db373eb9140402fc4

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-test-libctest.mf
          +++ new/usr/src/pkg/manifests/system-test-libctest.mf
↓ open down ↓ 6 lines elided ↑ open up ↑
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright (c) 2012 by Delphix. All rights reserved.
  14   14  # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
  15   15  # Copyright 2015 Garrett D'Amore <garrett@damore.org>
  16   16  # Copyright 2018 Joyent, Inc.
       17 +# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
  17   18  #
  18   19  
  19   20  set name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS)
  20   21  set name=pkg.description value="C library Unit Tests"
  21   22  set name=pkg.summary value="C Library Unit Test Suite"
  22   23  set name=info.classification \
  23   24      value=org.opensolaris.category.2008:Development/System
  24   25  set name=variant.arch value=$(ARCH)
  25   26  dir path=opt/libc-tests
  26   27  dir path=opt/libc-tests/bin
↓ open down ↓ 155 lines elided ↑ open up ↑
 182  183  file path=opt/libc-tests/tests/strcoll-strxfrm-6907.64 mode=0555
 183  184  file path=opt/libc-tests/tests/strerror mode=0555
 184  185  file path=opt/libc-tests/tests/symbols/setup mode=0555
 185  186  file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH) mode=0555
 186  187  file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH64) mode=0555
 187  188  file path=opt/libc-tests/tests/thread_name mode=0555
 188  189  file path=opt/libc-tests/tests/timespec_get.32 mode=0555
 189  190  file path=opt/libc-tests/tests/timespec_get.64 mode=0555
 190  191  file path=opt/libc-tests/tests/uchar.32 mode=0555
 191  192  file path=opt/libc-tests/tests/uchar.64 mode=0555
      193 +file path=opt/libc-tests/tests/utimes.32 mode=0555
      194 +file path=opt/libc-tests/tests/utimes.64 mode=0555
 192  195  file path=opt/libc-tests/tests/wcsncasecmp-7344.32 mode=0555
 193  196  file path=opt/libc-tests/tests/wcsncasecmp-7344.64 mode=0555
 194  197  file path=opt/libc-tests/tests/wcsncasecmp-7350.32 mode=0555
 195  198  file path=opt/libc-tests/tests/wcsncasecmp-7350.64 mode=0555
 196  199  file path=opt/libc-tests/tests/wcsncasecmp.32 mode=0555
 197  200  file path=opt/libc-tests/tests/wcsncasecmp.64 mode=0555
 198  201  file path=opt/libc-tests/tests/wcsrtombs_test mode=0555
 199  202  file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH) mode=0555
 200  203  file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH64) mode=0555
 201  204  file path=opt/libc-tests/tests/wctype_test mode=0555
↓ open down ↓ 45 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX