edit: $/Dev10/feature/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/yaml/IronRuby.Libraries.Yaml/Initializer.Generated.cs;C1561136
File: Initializer.Generated.cs
===================================================================
--- $/Dev10/feature/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/yaml/IronRuby.Libraries.Yaml/Initializer.Generated.cs;C1561136  (server)    3/6/2010 10:07 AM
+++ Shelved Change: $/Dev10/feature/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/yaml/IronRuby.Libraries.Yaml/Initializer.Generated.cs;r3
@@ -331,6 +331,11 @@
         }
         
         private static void LoadYAML_Class(IronRuby.Builtins.RubyModule/*!*/ module) {
+            DefineLibraryMethod(module, "add_builtin_type", 0x21, 
+                0x00020005U, 
+                new Func<IronRuby.Runtime.BlockParam, IronRuby.Builtins.RubyModule, IronRuby.Builtins.MutableString, System.Object>(IronRuby.StandardLibrary.Yaml.RubyYaml.AddBuiltinType)
+            );
+            
             DefineLibraryMethod(module, "add_domain_type", 0x21, 
                 0x00000000U, 0x00000000U, 
                 new Func<IronRuby.Runtime.RubyContext, IronRuby.Runtime.BlockParam, IronRuby.Builtins.RubyModule, IronRuby.Builtins.MutableString, IronRuby.Builtins.MutableString, System.Object>(IronRuby.StandardLibrary.Yaml.RubyYaml.AddDomainType), 
@@ -348,7 +353,7 @@
             );
             
             DefineLibraryMethod(module, "dump_stream", 0x21, 
-                0x80000020U, 
+                0x80000000U, 
                 new Func<IronRuby.Runtime.UnaryOpStorage, IronRuby.Runtime.BinaryOpStorage, IronRuby.Runtime.UnaryOpStorage, IronRuby.Runtime.RubyScope, IronRuby.Builtins.RubyModule, System.Object[], System.Object>(IronRuby.StandardLibrary.Yaml.RubyYaml.DumpStream)
             );
             
===================================================================
edit: $/Dev10/feature/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/yaml/IronRuby.Libraries.Yaml/RubyYaml.cs;C1599184
File: RubyYaml.cs
===================================================================
--- $/Dev10/feature/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/yaml/IronRuby.Libraries.Yaml/RubyYaml.cs;C1599184  (server)    3/6/2010 10:05 AM
+++ Shelved Change: $/Dev10/feature/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/yaml/IronRuby.Libraries.Yaml/RubyYaml.cs;r3
@@ -45,8 +45,16 @@
 
         private const string _TaggedClasses = "tagged_classes";
 
+        [RubyMethod("add_builtin_type", RubyMethodAttributes.PublicSingleton)]
+        public static object AddBuiltinType(
+            [NotNull]BlockParam/*!*/ block, 
+            RubyModule/*!*/ self, 
+            [DefaultProtocol, NotNull]MutableString/*!*/ typeTag) {
+            Console.WriteLine("WARNING: YAML.add_builtin_type is not implemented");
+            return null;
+        }
+
         // TODO: missing public singleton methods:
-        //add_builtin_type
         //add_private_type
         //add_ruby_type
         //detect_implicit
===================================================================
edit: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Tests/Scripts/utr/action_pack_3_tests.rb;C1599184
File: action_pack_3_tests.rb
===================================================================
--- $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Tests/Scripts/utr/action_pack_3_tests.rb;C1599184  (server)    3/6/2010 1:56 PM
+++ Shelved Change: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Tests/Scripts/utr/action_pack_3_tests.rb;r3
@@ -98,26 +98,6 @@
       # <false> is not true.
       :test_xml_version_of_resource_is_treated_as_different_cache
 
-    disable AssertSelectTest, 
-      # Exception raised:
-      # Class: <TypeError>
-      # Message: <"can't convert Symbol into Proc">
-      # ---Backtrace---
-      # selector.rb:286:in `assert_select'
-      # D:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Extensions\IListOps.cs:807:in `DeleteIf'
-      # D:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Extensions\IListOps.cs:758:in `delete_if'
-      # selector.rb:195:in `assert_select'
-      # d:/vs_langs01_s
-      :test_assert_select_text_match,
-      # Exception raised:
-      # Class: <TypeError>
-      # Message: <"can't convert Symbol into Proc">
-      # ---Backtrace---
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/actionpack/controller/assert_select_test.rb:126:in `test_equality_of_html'
-      # selector.rb:286:in `assert_select'
-      # D:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Extensions\IListOps.cs:807:in `Dele
-      :test_equality_of_html
-
     disable AssetTagHelperTest, 
       # Errno::EACCES: Access to the path 'd:\vs_langs01_s\Merlin\External.LCA_RESTRICTED\Languages\IronRuby\tests\RailsTests-3.0.pre\actionpack\fixtures\public\javascripts\all.js' is denied.
       # mscorlib:0:in `WinIOError'
@@ -208,20 +188,6 @@
       # <"<select id=\"people_\" multiple=\"multiple\" name=\"people[][]\"><option>david</option></select>">.
       :test_boolean_options
 
-    disable FragmentCachingTest, 
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications/fanout.rb:27:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications.rb:68:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/actionpack/controller/caching_test.rb:643:in `test_fragment_for_logging'
-      :test_fragment_for_logging
-
-    disable HelperTest, 
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/actionpack/controller/helper_test.rb:123:in `test_helper_proxy'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
-      # D:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:780:in `__send__'
-      :test_helper_proxy
-
     disable LayoutSetInResponseTest, 
       # ActionView::MissingTemplate: Missing layout /d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/actionpack/fixtures/layout_tests/layouts/layout_test.rhtml - {} - partial: false in view path d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/actionpack/fixtures/layout_tests
       # paths.rb:39:in `find'
===================================================================
edit: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Tests/Scripts/utr/active_support_3_tests.rb;C1607854
File: active_support_3_tests.rb
===================================================================
--- $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Tests/Scripts/utr/active_support_3_tests.rb;C1607854  (server)    3/6/2010 1:56 PM
+++ Shelved Change: $/Dev10/feature/vs_langs01_s/Merlin/Main/Languages/Ruby/Tests/Scripts/utr/active_support_3_tests.rb;r3
@@ -215,41 +215,14 @@
     disable ClassExtTest, 
       # <[#<Class:0x00056b6>]> expected but was
       # <[]>.
-      :test_subclasses_of_doesnt_find_anonymous_classes,
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/core_ext/object_and_class_ext_test.rb:101:in `test_subclasses_of_with_multiple_roots'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
-      # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:780:in `__send__'
-      :test_subclasses_of_with_multiple_roots
+      :test_subclasses_of_doesnt_find_anonymous_classes
 
-    disable DelegatingAttributesTest, 
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/core_ext/class/delegating_attributes_test.rb:51:in `test_simple_accessor_declaration'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
-      # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:780:in `__send__'
-      :test_simple_accessor_declaration,
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/core_ext/class/delegating_attributes_test.rb:59:in `test_simple_accessor_declaration_with_instance_reader_false'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
-      # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:780:in `__send__'
-      :test_simple_accessor_declaration_with_instance_reader_false,
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/core_ext/class/delegating_attributes_test.rb:30:in `test_simple_reader_declaration'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
-      # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:780:in `__send__'
-      :test_simple_reader_declaration
-
     disable DependenciesTest, 
       # NameError: constant Object::Hello not defined
       # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\ModuleOps.cs:793:in `remove_const'
       # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/dependencies_test.rb:529:in `test_new_constants_in_with_a_single_constant'
       # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/dependencies_test.rb:529:in `test_new_constants_in_with_a_single_constant'
-      :test_new_constants_in_with_a_single_constant,
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/dependencies_test.rb:536:in `test_new_constants_in_with_nesting'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/dependencies_test.rb:533:in `test_new_constants_in_with_nesting'
-      # dependencies.rb:506:in `new_constants_in'
-      :test_new_constants_in_with_nesting
+      :test_new_constants_in_with_a_single_constant
 
     disable DurationTest, 
       # <Mon Mar 30 00:00:00 -0700 2009> expected but was
@@ -262,18 +235,6 @@
       # ?             ^
       :test_adding_hours_across_dst_boundary
 
-    disable EnumerableTests, 
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/core_ext/enumerable_test.rb:26:in `test_group_by'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
-      # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:780:in `__send__'
-      :test_group_by,
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/core_ext/enumerable_test.rb:38:in `test_sums'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
-      # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:780:in `__send__'
-      :test_sums
-
     disable HashExtTest, 
       # <{0=>1, 1=>2}> expected but was
       # <{0=>1, :disabled=>2}>.
@@ -301,13 +262,6 @@
       # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
       :test_simple_round_tripping
 
-    disable ModuleTest, 
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/core_ext/module_test.rb:171:in `test_local_constants'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
-      # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:780:in `__send__'
-      :test_local_constants
-
     disable MultibyteCharsExtrasTest, 
       # <"Абвг абвг"> expected but was
       # <#<ActiveSupport::Multibyte::Chars:0x1a058 @wrapped_string="Абвг абвг">>.
@@ -460,80 +414,23 @@
       # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\Enumerable.cs:54:in `<TrueForItems>b__0'
       "test_verify_verifies_UTF-8_strings_are_properly_encoded"
 
-    disable Notifications::InstrumentationTest, 
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications/fanout.rb:27:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications.rb:68:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/notifications_test.rb:23:in `drain'
+    disable Notifications::InstrumentationTest,
+      # <2> expected but was
+      # <1>.
       :test_event_is_pushed_even_without_block,
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications/fanout.rb:27:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications.rb:68:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/notifications_test.rb:23:in `drain'
-      :test_instrument_publishes_when_exception_is_raised,
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications/fanout.rb:27:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications.rb:68:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/notifications_test.rb:23:in `drain'
+      # <2> expected but was
+      # <1>.
       :test_nested_events_can_be_instrumented
 
-    disable Notifications::PubSubTest, 
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications/fanout.rb:27:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications.rb:68:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/notifications_test.rb:30:in `test_events_are_published_to_a_listener'
-      :test_events_are_published_to_a_listener,
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications/fanout.rb:27:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications.rb:68:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/notifications_test.rb:62:in `test_multiple_subscribers'
-      :test_multiple_subscribers,
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications/fanout.rb:27:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications.rb:68:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/notifications_test.rb:41:in `test_subscriber_with_pattern'
-      :test_subscriber_with_pattern,
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications/fanout.rb:27:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/notifications.rb:68:in `wait'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/notifications_test.rb:53:in `test_subscriber_with_pattern_as_regexp'
-      :test_subscriber_with_pattern_as_regexp
+    disable Notifications::PubSubTest,
+      # <[[:foo]]> expected but was
+      # <[[:foo]]>.
+      :test_events_are_published_to_a_listener
 
-    disable ObjectInstanceVariableTest, 
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/core_ext/object/instance_variables.rb:64:in `copy_instance_variables_from'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/core_ext/object_and_class_ext_test.rb:210:in `test_copy_instance_variables_automatically_excludes_protected_instance_variables'
-      # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:780:in `__send__'
-      :test_copy_instance_variables_automatically_excludes_protected_instance_variables,
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/core_ext/object/instance_variables.rb:64:in `copy_instance_variables_from'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/core_ext/object_and_class_ext_test.rb:197:in `test_copy_instance_variables_from_with_explicit_excludes'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
-      :test_copy_instance_variables_from_with_explicit_excludes,
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/activesupport-3.0.pre/lib/active_support/core_ext/object/instance_variables.rb:64:in `copy_instance_variables_from'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/core_ext/object_and_class_ext_test.rb:187:in `test_copy_instance_variables_from_without_explicit_excludes'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
-      :test_copy_instance_variables_from_without_explicit_excludes
-
     disable OrderedHashTest, 
       # <false> is not true.
       :test_inspect
 
-    disable SetupAndTeardownTest, 
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/test_test.rb:105:in `test_inherited_setup_callbacks'
-      # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:780:in `__send__'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
-      :test_inherited_setup_callbacks
-
-    disable SubclassSetupAndTeardownTest, 
-      # TypeError: can't convert Symbol into Proc
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/IronRuby/tests/RailsTests-3.0.pre/ActiveSupport/test_test.rb:136:in `test_inherited_setup_callbacks'
-      # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:780:in `__send__'
-      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/test-unit-2.0.5/lib/test/unit/testsuite.rb:37:in `run'
-      :test_inherited_setup_callbacks
-
     disable TestGetTextString, 
       # <KeyError> exception expected but was
       # Class: <System::NotSupportedException>
@@ -553,7 +450,25 @@
       # d:\vs_langs01_s\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:812:in `__send__'
       # d:1:in `decode'
       # decoding_
-      "test_json_decodes_{\"matzue\":_\"\346\235\276\346\261\237\",_\"asakusa\":_\"\346\265\205\350\215\211\"}_with_the_Yaml_backend"
+      "test_json_decodes_{\"matzue\":_\"\346\235\276\346\261\237\",_\"asakusa\":_\"\346\265\205\350\215\211\"}_with_the_Yaml_backend",
+      # Exception raised:
+      # Class: <JSON::ParserError>
+      # Message: <"expected ',' or '}' in object at 'sakusa\": \"µ╡àΦìë\"}'!">
+      # ---Backtrace---
+      # :0:in `lambda_method'
+      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.p368/lib/ruby/gems/1.8/gems/json_pure-1.1.7/lib/json/pure/parser.rb:16707566:in`parse_object'
+      # :0:in `lambda_method'
+      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/R
+      "test_json_decodes_{\"matzue\":_\"\346\235\276\346\261\237\",_\"asakusa\"_\"\346\265\205\350\215\211\"}_with_the_JSONGem_backend",
+      # Exception raised:
+      # Class: <JSON::ParserError>
+      # Message: <"expected ',' or '}' in object at 'sakusa\": \"µ╡àΦìë\"}'!">
+      # ---Backtrace---
+      # :0:in `lambda_method'
+      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/Ruby/ruby-1.8.6p368/lib/ruby/gems/1.8/gems/json_pure-1.1.7/lib/json/pure/parser.rb:16707566:in`parse_object'
+      # :0:in `lambda_method'
+      # d:/vs_langs01_s/Merlin/External.LCA_RESTRICTED/Languages/R
+      "test_json_decodes_{\"matzue\":_\"\346\235\276\346\261\237\",_\"asakusa\":_\"\346\265\205\350\215\211\"}_with_the_JSONGem_backend"
 
     disable TimeExtCalculationsTest, 
       # st-24.hours=>dt.
===================================================================
