Changeset 551641f


Ignore:
Timestamp:
04/24/2024 04:56:46 PM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
5b78d1c
Parents:
27f6955
git-author:
Xi Ruoyao <xry111@…> (04/24/2024 05:48:54 AM)
git-committer:
Xi Ruoyao <xry111@…> (04/24/2024 04:56:46 PM)
Message:

ruby: Document 3 failures with recent OpenSSL

They are happening with both Ruby-3.3.0 and Ruby-3.3.1, and OpenSSL-3.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r27f6955 r551641f  
    125125      <!-- https://bugs.ruby-lang.org/issues/20106 -->
    126126      12 tests are known to fail because of expired certificates in the
    127       test data.  Some tests related to ipv6 may indicate errors.  If the
     127      test data.
     128      <!-- https://github.com/ruby/ruby/pull/10616
     129           https://github.com/ruby/ruby/commit/dd5e625d7bcb -->
     130      Three tests named
     131      <literal>TestNetHTTPS#test_session_reuse_but_expire</literal>,
     132      <literal>OpenSSL::TestASN1#test_utctime</literal>, and
     133      <literal>OpenSSL::TestASN1#test_generalizedtime</literal> are known
     134      to fail with OpenSSL-3.3.0 or later.
     135      Some tests related to ipv6 may indicate errors.  If the
    128136      tests are run in a directory that has a world writable component (e.g.
    129137      /tmp) then several additional tests may fail. Three tests are known to
Note: See TracChangeset for help on using the changeset viewer.