[macruby-changes] [3228] MacRuby/trunk/spec

source_changes at macosforge.org source_changes at macosforge.org
Sun Jan 10 12:46:54 PST 2010


Revision: 3228
          http://trac.macosforge.org/projects/ruby/changeset/3228
Author:   eloy.de.enige at gmail.com
Date:     2010-01-10 12:46:51 -0800 (Sun, 10 Jan 2010)
Log Message:
-----------
Tagged failing RubySpec examples.

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/language/regexp/character_classes_tags.txt
    MacRuby/trunk/spec/macruby.mspec

Added Paths:
-----------
    MacRuby/trunk/spec/frozen/tags/macruby/library/date/strptime_tags.txt

Modified: MacRuby/trunk/spec/frozen/tags/macruby/language/regexp/character_classes_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/language/regexp/character_classes_tags.txt	2010-01-10 20:40:22 UTC (rev 3227)
+++ MacRuby/trunk/spec/frozen/tags/macruby/language/regexp/character_classes_tags.txt	2010-01-10 20:46:51 UTC (rev 3228)
@@ -32,3 +32,8 @@
 fails:Regexp with character classes doesn't match Unicode No characters with [[:word:]]
 fails:Regexp with character classes doesn't match non-ASCII characters with [[:ascii:]]
 fails:Regexp with character classes matches Unicode Pf characters with [[:punct:]]
+fails:Regexp with character classes matches Unicode letter characters with [[:alnum:]]
+fails:Regexp with character classes matches Unicode letter characters with [[:alpha:]]
+fails:Regexp with character classes matches Unicode letter characters with [[:graph:]]
+fails:Regexp with character classes matches Unicode Pi characters with [[:punct:]]
+fails:Regexp with character classes matches Unicode Po characters with [[:punct:]]

Added: MacRuby/trunk/spec/frozen/tags/macruby/library/date/strptime_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/library/date/strptime_tags.txt	                        (rev 0)
+++ MacRuby/trunk/spec/frozen/tags/macruby/library/date/strptime_tags.txt	2010-01-10 20:46:51 UTC (rev 3228)
@@ -0,0 +1 @@
+fails:Date#strptime should be able to show the week number with the week starting on sunday and monday

Modified: MacRuby/trunk/spec/macruby.mspec
===================================================================
--- MacRuby/trunk/spec/macruby.mspec	2010-01-10 20:40:22 UTC (rev 3227)
+++ MacRuby/trunk/spec/macruby.mspec	2010-01-10 20:46:51 UTC (rev 3228)
@@ -52,9 +52,9 @@
   end
   
   set :macruby, ['spec/macruby']
+  set :rubyspec, get(:language) + get(:core) + get(:library)
+  set :full, get(:macruby) + get(:rubyspec)
   
-  set :full, get(:macruby) + get(:language) + get(:core) + get(:library)
-  
   # Optional library specs
   set :ffi, File.join(FROZEN_PREFIX, 'optional/ffi')
   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100110/b6519a55/attachment.html>


More information about the macruby-changes mailing list