Diff
Modified: MacRuby/trunk/spec/frozen/tags/macruby/language/regexp/character_classes_tags.txt (3227 => 3228)
--- 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 (0 => 3228)
--- 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 (3227 => 3228)
--- 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')