Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

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 ↓ 4 lines elided ↑ open up ↑
   5    5  # 1.0 of the CDDL.
   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      -# Copyright 2017 Joyent, Inc.
       15 +# Copyright 2018 Joyent, Inc.
  16   16  #
  17   17  
  18   18  [DEFAULT]
  19   19  pre =
  20   20  verbose = False
  21   21  quiet = False
  22   22  timeout = 60
  23   23  post =
  24   24  outputdir = /var/tmp/test_results
  25   25  
↓ open down ↓ 55 lines elided ↑ open up ↑
  81   81  [/opt/libc-tests/tests/memset_s.64]
  82   82  [/opt/libc-tests/tests/printf-6961.64]
  83   83  [/opt/libc-tests/tests/printf-9511.32]
  84   84  [/opt/libc-tests/tests/printf-9511.64]
  85   85  [/opt/libc-tests/tests/priv_gettext]
  86   86  [/opt/libc-tests/tests/psignal]
  87   87  [/opt/libc-tests/tests/quick_exit]
  88   88  [/opt/libc-tests/tests/set_constraint_handler_s.32]
  89   89  [/opt/libc-tests/tests/set_constraint_handler_s.64]
  90   90  [/opt/libc-tests/tests/strerror]
       91 +[/opt/libc-tests/tests/thread_name]
  91   92  [/opt/libc-tests/tests/timespec_get.32]
  92   93  [/opt/libc-tests/tests/timespec_get.64]
  93   94  
  94   95  [/opt/libc-tests/tests/pthread_attr_get_np]
  95   96  
  96   97  [/opt/libc-tests/tests/symbols]
  97   98  pre = setup
  98   99  tests = [
  99  100          'assert_h',
 100  101          'ctype_h',
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX