1 # 2 # CDDL HEADER START 3 # 4 # The contents of this file are subject to the terms of the 5 # Common Development and Distribution License (the "License"). 6 # You may not use this file except in compliance with the License. 7 # 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 # or http://www.opensolaris.org/os/licensing. 10 # See the License for the specific language governing permissions 11 # and limitations under the License. 12 # 13 # When distributing Covered Code, include this CDDL HEADER in each 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 # If applicable, add the following below this CDDL HEADER, with the 16 # fields enclosed by brackets "[]" replaced with your own identifying 17 # information: Portions Copyright [yyyy] [name of copyright owner] 18 # 19 # CDDL HEADER END 20 # 21 22 # 23 # Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24 # Use is subject to license terms. 25 # 26 # ident "@(#)STATUS.LIST 1.2 08/12/19 SMI" 27 # 28 29 This file lists tests that return a status other than 'PASS' for the 30 lofi test suite. Results are based on OpenSolaris 2008.05 and snv_93. 31 32 No tests are currently expected to return a status of 'FAIL', 33 'UNRESOLVED', or 'UNINITIATED'. 34 35 Some tests will return a status of 'UNTESTED', meaning that no attempt 36 was made to execute them, depending on how the system and test suites 37 are configured. Due to the dynamic generation of test cases in the 38 suite, there are situations where it is not feasible to avoid executing 39 a test case even though the test case doesn't apply to the current 40 configuration options. At ON-PIT's suggestion, the test suite reports 41 a status of 'UNTESTED' for such tests. 42 43 Instances where a test result of 'UNTESTED' would be expected: 44 45 - Setting RUNMODE to 'medium' or 'short' will result in 'UNTESTED' 46 being returned for test cases involving large file sizes. 47 48 - Setting values for FS_TYPES (to restrict the file system types tested), 49 COMPRESSION_TYPES (to restrict the compression algorithms tested), or 50 COMPRESSION_SEG_SIZES (to restrict segment sizes tested with compression 51 algorithms) will result in 'UNTESTED' being returned for a variety of 52 test cases. 53 54 - Named zones test: This test can only be executed when running in a 55 named (non-global) zone, and in that case its only purpose is to 56 verify that the lofiadm command fails gracefull when executed in a 57 named zone. When run in the global zone, this test will report 58 status of UNTESTED. Note that attempting to run any tests other than 59 the named zones test in a non-global zone will result in failures. 60 61 FYI, the following console error messages can be expected when running 62 on SPARC system (they don't show up on x86): 63 64 ufs: WARNING: Error writing ufs log state 65 ufs: WARNING: ufs log for /mnt changed state to Error 66 ufs: WARNING: Please umount(1M) /mnt and run fsck(1M) 67 68 These are due to negative test cases being run and do not indicate 69 valid failures. 70