edit: $/Dev10/feature/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/ironruby-tags/core/dir/chdir_tags.txt;C1086571
File: chdir_tags.txt
===================================================================
--- $/Dev10/feature/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/ironruby-tags/core/dir/chdir_tags.txt;C1086571  (server)    10/14/2009 3:21 PM
+++ Shelved Change: $/Dev10/feature/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/mspec/ironruby-tags/core/dir/chdir_tags.txt;irtests
@@ -1,2 +1,4 @@
 fails:Dir.chdir calls #to_str on the argument if it's not a String
 fails:Dir.chdir defaults to the home directory when given a block but no argument
+unstable:Dir.chdir changes to the specified directory
+unstable:Dir.chdir changes to the specified directory for the duration of the block
\ No newline at end of file
===================================================================
edit: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Tests/Scripts/ActiveSupportTests.rb;C1162008
File: ActiveSupportTests.rb
===================================================================
--- $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Tests/Scripts/ActiveSupportTests.rb;C1162008  (server)    10/14/2009 3:03 PM
+++ Shelved Change: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Tests/Scripts/ActiveSupportTests.rb;irtests
@@ -30,6 +30,13 @@
   def setup() end
 end
 
+class DateExtCalculationsTest
+  # This failed on the community build machine at http://ironruby.koolkraft.net
+  # <Sat, 01 Jan 2000> expected but was
+  # <Fri, 31 Dec 1999>.
+  def test_current_returns_time_zone_today_when_zone_default_set() end
+end
+
 # The following list of test tags is generated by doing:
 #   require "generate_test-unit_tags"
 
===================================================================
