[macruby-changes] [2391] MacRuby/trunk/spec
source_changes at macosforge.org
source_changes at macosforge.org
Wed Aug 26 13:15:18 PDT 2009
Revision: 2391
http://trac.macosforge.org/projects/ruby/changeset/2391
Author: lsansonetti at apple.com
Date: 2009-08-26 13:15:17 -0700 (Wed, 26 Aug 2009)
Log Message:
-----------
adding the etc specs to the library suite, they all pass but one (because of a ByteString issue)
Modified Paths:
--------------
MacRuby/trunk/spec/macruby.mspec
Added Paths:
-----------
MacRuby/trunk/spec/frozen/tags/macruby/library/etc/getpwnam_tags.txt
Removed Paths:
-------------
MacRuby/trunk/spec/frozen/tags/macruby/library/etc/getpwuid_tags.txt
Added: MacRuby/trunk/spec/frozen/tags/macruby/library/etc/getpwnam_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/etc/getpwnam_tags.txt (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/etc/getpwnam_tags.txt 2009-08-26 20:15:17 UTC (rev 2391)
@@ -0,0 +1,2 @@
+# fails because of a ByteString problem
+fails:Etc.getpwnam returns a Etc::Passwd struct instance for the given user
Deleted: MacRuby/trunk/spec/frozen/tags/macruby/library/etc/getpwuid_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/etc/getpwuid_tags.txt 2009-08-26 20:14:57 UTC (rev 2390)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/etc/getpwuid_tags.txt 2009-08-26 20:15:17 UTC (rev 2391)
@@ -1 +0,0 @@
-fails:Etc.getpwuid uses Process.uid as the default value for the argument
Modified: MacRuby/trunk/spec/macruby.mspec
===================================================================
--- MacRuby/trunk/spec/macruby.mspec 2009-08-26 20:14:57 UTC (rev 2390)
+++ MacRuby/trunk/spec/macruby.mspec 2009-08-26 20:15:17 UTC (rev 2391)
@@ -24,6 +24,7 @@
set :library, [
'library/abbrev',
'library/csv',
+ 'library/etc',
'library/date',
'library/digest',
'library/ftools',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090826/58f12ea5/attachment-0001.html>
More information about the macruby-changes
mailing list