Control: tags -1 + patch

Hi,

I created patch (attached) and passed corresponding test.

        :
[16546/17423] TestTime#test_memsize = 0.00 s
        :

But failed to build with another error:

        :
[17386/17423] YAMLStoreTest#test_yaml_store_files_are_accessed_as_binary_files 
= 0.26 s
corrupted size vs. prev_size
make[2]: *** [uncommon.mk:698: yes-test-almost] Aborted (core dumped)
make[2]: Leaving directory '/tmp/ruby2.5-2.5.5'
make[1]: *** [debian/rules:84: override_dh_auto_test-arch] Error 2
make[1]: Leaving directory '/tmp/ruby2.5-2.5.5'
make: *** [debian/rules:62: build] Error 2

I continue to investigate it.
-- 
Regards,
        dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
Description: update test_memsize on x32 ABI
Author: Laurence Parry <greenrea...@gmail.com>
Bug-Debian: https://bugs.debian.org/920017
Forwarded: https://bugs.ruby-lang.org/issues/16030
Reviewed-by: HIGUCHI Daisuke (VDR dai) <d...@debian.org>
Last-Update: 2019-08-10

Index: ruby2.5-2.5.5/test/ruby/test_time.rb
===================================================================
--- ruby2.5-2.5.5.orig/test/ruby/test_time.rb
+++ ruby2.5-2.5.5/test/ruby/test_time.rb
@@ -1156,6 +1156,7 @@ class TestTime < Test::Unit::TestCase
     case size
     when 20 then expect = 50
     when 40 then expect = 86
+    when 24 then expect = 54
     else
       flunk "Unsupported RVALUE_SIZE=#{size}, update test_memsize"
     end

Attachment: signature.asc
Description: PGP signature

Reply via email to