aboutsummaryrefslogtreecommitdiffstats
path: root/test/envutil.rb
Commit message (Collapse)AuthorAgeFilesLines
* test/envutil: fix assert_raise_with_messageKazuki Yamaguchi2017-01-241-0/+5
| | | | Import mu_pp method from Ruby trunk.
* test: remove unused methodstopic/fixup-testsKazuki Yamaguchi2016-08-191-366/+6
| | | | They are imported from Ruby tree but unused in this tree.
* test/envutil: port assert_raise_with_message from Ruby treeKazuki Yamaguchi2016-08-071-0/+50
| | | | | Ruby's assert_raise doesn't allow the expected exception to be an instance of an exception.
* Merge changes from Ruby trunk r55335..r55457Kazuki Yamaguchi2016-06-191-2/+5
| | | | | | | | | | | | | | | | | | | | | | | Also adjust tests. * ruby-trunk r55335..r55457: (15 commits) (r55457) openssl: add OpenSSL::OCSP::SingleResponse (r55456) openssl: allow passing absolute times in OCSP::BasicRespons.. (r55455) openssl: implement initialize_copy for OpenSSL::OCSP::* (r55454) openssl: implement initialize_copy method for PKey classes (r55450) openssl: add 'const's required in OpenSSL master (r55444) openssl: avoid test crash on Ubuntu 16.04 (r55423) openssl: refactor OpenSSL::OCSP::*#verify (r55422) openssl: allow specifying hash algorithm in OCSP::*#sign (r55411) openssl: add some accessor methods for OCSP::CertificateId (r55409) openssl: add missing #to_der to OCSP::{CertificateId,BasicR.. (r55408) openssl: fix acesssor functions for RSA and DH in openssl_m.. (r55388) openssl: support non AES-GCM AEAD ciphers in OpenSSL::Cipher (r55387) openssl: avoid test failure in test_engine.rb (r55344) openssl: use ASN1_ENUMERATED_to_BN() if needed (r55342) openssl: fix build with OPENSSL_NO_EC Sync-with-trunk: r55457
* Merge changes from Ruby trunk r55224..r55335Kazuki Yamaguchi2016-06-091-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | And adjust tests for test-unit. * ruby-trunk r55224..r55335: (16 commits) (r55335) openssl: fix build with OpenSSL 1.1.0 and no pkg-config (r55314) openssl: adjust tests for OpenSSL 1.1.0 (r55309) openssl: add SSL::SSLContext#security_level{=,} (r55304) openssl: avoid deprecated version-specific ssl methods if n.. (r55294) openssl: fix free function of OpenSSL::Cipher (r55291) openssl: fix compile on VC (r55289) openssl: use SSL_is_server() (r55288) openssl: avoid d2i_ASN1_BOOLEAN() (r55287) openssl: adapt to OpenSSL 1.1.0 opaque structs (r55285) openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structs (r55283) openssl: support OpenSSL 1.1.0's new multi-threading API (r55282) openssl: check existence of RAND_pseudo_bytes() (r55273) openssl: avoid deprecated BN_*prime* functions (r55252) ossl_asn1.c: check overflow (r55249) openssl: fix the Year 2038 problem (r55229) openssl: add missing test for r55219 Sync-with-trunk: r55335
* Since we are testing the gem version of openssl, we can't disable-gemsZachary Scott2015-11-261-1/+0
|
* backfill Minitest::Assertion for use with test/unitAaron Patterson2015-07-221-0/+6
| | | | | | | Since the gem uses test/unit that *isn't* based on minitest, the `MiniTest::Assertion` class isn't defined. This commit defines that constant so that the tests will work under both MRI's test suite (that is based on minitest) and the Gem test suite (that uses test/unit).
* Copy this method from ruby-trunk to fix failing testZachary Scott2015-03-261-0/+8
| | | | Found in test/lib/minitest/unit.rb
* Use pend instead of skipZachary Scott2015-02-091-1/+1
|
* Sync EnvUtil from trunkZachary Scott2015-01-061-3/+42
|
* rake test works now.SHIBATA Hiroshi2014-10-271-0/+565