Print this page
4206 history_003_pos relies on exact size of history log and entries
4207 history_008_pos depends on obsolete internal history log message
4208 Typo in zfs_main.c: "posxiuser"
4209 Populate zfstest with the remainder of the STF tests
Reviewed by: Sonu Pillai <sonu.pillai@delphix.com>
Reviewed by: Will Guyette <will.guyette@delphix.com>
Reviewed by: Eric Diven <eric.diven@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/test/zfs-tests/tests/functional/Makefile
          +++ new/usr/src/test/zfs-tests/tests/functional/Makefile
   1    1  #
        2 +#
   2    3  # This file and its contents are supplied under the terms of the
   3    4  # Common Development and Distribution License ("CDDL"), version 1.0.
   4    5  # You may only use this file in accordance with the terms of version
   5    6  # 1.0 of the CDDL.
   6    7  #
   7    8  # A full copy of the text of the CDDL should have accompanied this
   8    9  # source.  A copy of the CDDL is also available via the Internet at
   9   10  # http://www.illumos.org/license/CDDL.
  10   11  #
  11   12  
  12   13  #
  13      -# Copyright (c) 2012 by Delphix. All rights reserved.
       14 +# Copyright (c) 2013 by Delphix. All rights reserved.
  14   15  #
  15   16  
  16   17  .PARALLEL: $(SUBDIRS)
  17   18  
  18   19  SUBDIRS = acl \
  19   20          atime \
  20   21          bootfs \
       22 +        cache \
       23 +        cachefile \
       24 +        clean_mirror \
  21   25          cli_root \
       26 +        cli_user \
       27 +        compression \
       28 +        ctime \
       29 +        delegate \
       30 +        devices \
       31 +        exec \
       32 +        features \
       33 +        grow_pool \
       34 +        grow_replicas \
       35 +        history \
       36 +        inheritance \
       37 +        interop \
       38 +        inuse \
       39 +        large_files \
       40 +        largest_pool \
       41 +        link_count \
       42 +        mdb \
       43 +        migration \
       44 +        mmap \
       45 +        mount \
       46 +        mv_files \
       47 +        nestedfs \
       48 +        no_space \
  22   49          nopwrite \
  23      -        truncate
       50 +        online_offline \
       51 +        pool_names \
       52 +        poolversion \
       53 +        privilege \
       54 +        quota \
       55 +        redundancy \
       56 +        refquota \
       57 +        refreserv \
       58 +        rename_dirs \
       59 +        replacement \
       60 +        reservation \
       61 +        rootpool \
       62 +        rsend \
       63 +        scrub_mirror \
       64 +        slog \
       65 +        snapshot \
       66 +        snapused \
       67 +        sparse \
       68 +        threadsappend \
       69 +        truncate \
       70 +        userquota \
       71 +        utils_test \
       72 +        write_dirs \
       73 +        xattr \
       74 +        zvol
  24   75  
       76 +
  25   77  include $(SRC)/test/Makefile.com
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX