[前][次][番号順一覧][スレッド一覧]

ruby-changes:62604

From: Koichi <ko1@a...>
Date: Tue, 18 Aug 2020 11:03:57 +0900 (JST)
Subject: [ruby-changes:62604] bc00e6aa90 (master): Disable debugging test.

https://git.ruby-lang.org/ruby.git/commit/?id=bc00e6aa90

From bc00e6aa909631c995473bc2f3d62fbe60b16ffe Mon Sep 17 00:00:00 2001
From: Koichi Sasada <ko1@a...>
Date: Tue, 18 Aug 2020 02:22:32 +0900
Subject: Disable debugging test.

```
  1) Failure:
TestObjSpace#test_trace_object_allocations [/tmp/ruby/v3/src/trunk-gc_compact/test/objspace/test_objspace.rb:175]:
<nil> expected but was
<"/tmp/ruby/v3/src/trunk-gc_compact/test/objspace/test_objspace.rb">.
```

@tenderlove will re-enable it soon.

diff --git a/test/objspace/test_objspace.rb b/test/objspace/test_objspace.rb
index 42fbc3e..28c0431 100644
--- a/test/objspace/test_objspace.rb
+++ b/test/objspace/test_objspace.rb
@@ -194,7 +194,7 @@ class TestObjSpace < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/objspace/test_objspace.rb#L194
       assert_equal(self.class.name, ObjectSpace.allocation_class_path(o3))
       assert_equal(__method__,      ObjectSpace.allocation_method_id(o3))
     }
-  end
+  end if false # TODO: tenderlove is debugging it [Tue Aug 18 11:00:49 2020 JST]
 
   def test_trace_object_allocations_start_stop_clear
     ObjectSpace.trace_object_allocations_clear # clear object_table to get rid of erroneous detection for obj3
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]