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

Split Close
Expand all
Collapse all
          --- old/usr/src/test/libc-tests/runfiles/default.run
          +++ new/usr/src/test/libc-tests/runfiles/default.run
↓ open down ↓ 5 lines elided ↑ open up ↑
   6    6  #
   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 Garrett D'Amore <garrett@damore.org>
  15   15  # Copyright 2019 Joyent, Inc.
       16 +# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
  16   17  #
  17   18  
  18   19  [DEFAULT]
  19   20  pre =
  20   21  verbose = False
  21   22  quiet = False
  22   23  timeout = 120
  23   24  post =
  24   25  outputdir = /var/tmp/test_results
  25   26  
↓ open down ↓ 83 lines elided ↑ open up ↑
 109  110  [/opt/libc-tests/tests/psignal]
 110  111  [/opt/libc-tests/tests/quick_exit]
 111  112  [/opt/libc-tests/tests/set_constraint_handler_s.32]
 112  113  [/opt/libc-tests/tests/set_constraint_handler_s.64]
 113  114  [/opt/libc-tests/tests/strerror]
 114  115  [/opt/libc-tests/tests/thread_name]
 115  116  [/opt/libc-tests/tests/timespec_get.32]
 116  117  [/opt/libc-tests/tests/timespec_get.64]
 117  118  [/opt/libc-tests/tests/uchar.32]
 118  119  [/opt/libc-tests/tests/uchar.64]
      120 +[/opt/libc-tests/tests/utimes.32]
      121 +[/opt/libc-tests/tests/utimes.64]
 119  122  
 120  123  [/opt/libc-tests/tests/pthread_attr_get_np]
 121  124  
 122  125  [/opt/libc-tests/tests/symbols]
 123  126  pre = setup
 124  127  tests = [
 125  128          'assert_h',
 126  129          'ctype_h',
 127  130          'dirent_h',
 128  131          'fcntl_h',
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX