From: Richard D. <ric...@us...> - 2006-08-14 22:00:34
|
Update of /cvsroot/file-extattr/File-ExtAttr/t In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28277/t Modified Files: 10constants.t Log Message: Solaris support for *listxattr() -- now 95% passes on Solaris Index: 10constants.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/10constants.t,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** 10constants.t 6 Mar 2006 20:06:46 -0000 1.3 --- 10constants.t 14 Aug 2006 22:00:28 -0000 1.4 *************** *** 9,15 **** SKIP: { ! skip('Create/replace Options not supported on this platform', 2) if ($^O =~ /bsd$/i); foreach my $constname (qw{XATTR_REPLACE XATTR_CREATE}) { eval { --- 9,18 ---- SKIP: { ! skip('Create/replace options not supported on this platform', 2) if ($^O =~ /bsd$/i); + skip('FIXME: Create/replace options not yet implemented on this platform', 2) + if ($^O =~ /^solaris$/i); + foreach my $constname (qw{XATTR_REPLACE XATTR_CREATE}) { eval { |