Revision: 3228 http://trac.macosforge.org/projects/ruby/changeset/3228 Author: eloy.de.enige@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')
participants (1)
-
source_changes@macosforge.org