headius

Hash Date Message
11125bf46aac1099912133d84e304eefd5a8f841 2013-03-10 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
a4010f4f7fce9cb52c903429faa7485499b81c41 2013-03-15 * test/ruby/test_lazy_enumerator.rb (TestLazyEnumerator#test_drop_while): Modify while condition to show dropping remains off after first false value. This change was made in 39711.
0626d9b91c8e64dbbe90fd966ea95d2c80f9632e 2013-04-08 Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESS subclasses that include WaitReadable or WaitWritable rather than extending them into the exception object each time.
cd9e93d469dbfa42ec73761f91902aef13ab130b 2013-04-23 * Typo in defining EWOULDBLOCKWaitReadable on platforms where EAGAIN != EWOULDBLOCK.
7974fe6a78a3551ab682ced6cfabba27843a5cde 2013-08-03 * ext/stringio/stringio.c (strio_substr): Trivial fix for invalid pointer when len = 0 and pos outside of string. Bug #8728.
64e693dd325fadb822b5699f2a4a287e89df0b6c 2013-11-18 * test/bigdecimal/test_bigdecimal.rb: incorporate BigMath.log tests from JRuby by Peter Vandenabeele.
26e969182ba3ccc35e611800ece366b4b106c755 2013-11-27 * test/ruby/test_string.rb: Add test for error when appending a Symbol into a String.
3f103ad0e9c2edb83d951678253bbde645fbc80d 2014-06-23 * test/openssl/test_509cert.rb: force sorted order for order- sensitive test.
195f56abf14e80955c3f9846c6190f549e79dcfd 2014-07-20 * test/ruby/test_module.rb: Bump up timeout in test_prepend_visibility_inherited for slow or heavily-loaded systems or slower-launching impls.
08d0b5700073bd5d872007c8aacad5900dfaed72 2014-10-31 * test/psych/test_emitter.rb: Fix line_width test...initial value is impl-specific and attr assignment always returns LHS.
88326272bc079cd0f47759e02e174f9ff1a73774 2014-10-31 * test/openssl/test_ssl.rb: Add certificate verification chain test from JRuby community.
787b98e365e597e1ba8e9ec9b53fecb7f03688eb 2014-11-13 * test/bigdecimal/test_bigdecimal.rb: Add test for mult by nil.
0b31b7cd14c6d1d174d993ba80fd242160fd2bd2 2014-12-02 * test/ruby/test_eval.rb: add case to test "sticky" instance_eval self when passed a reified block (proc/lambda).
e0c3f58102ccbd8d7955410f81c7f12723b6307f 2014-12-02 * test/test_open3.rb: Add a simple test for env hash on popen3.
0f99627a7981f31fd6bed4e6daf12c862103dc08 2014-12-15 * test/ruby/test_io_m17n.rb: Add test for coderange clearing in IO#read with buffer. See jruby/jruby#2316.
0e590199f9592fe6a513ecae18d0724f0e69260c 2014-12-15 * test/ruby/test_time.rb: Add test for getlocal(nil). See jruby/jruby#2310.
0a52821396ca0e48c9ba7a6e6a3f4e8ab6f07447 2014-12-15 * test/lib/test/unit.rb: Also rescue EINVAL for older Linux that raises it in popen. [Bug #10494]
cd3bf49898c30975ec14df0ce9a9d01bb4f7d106 2015-01-06 * test/ruby/test_method.rb: Add test for &-coersion of an UnboundMethod. * test/ruby/test_module.rb: Add test for define_method given an UnboundMethod.
4eacd5debca9c822933224fea988fea217986831 2015-01-13 * test/socket/test_basicsocket.rb: Add basic tests for close_read and close_write using TCPServer/Socket as a target.
d739458b7142a97b35707623390ea36c9b22b536 2015-01-13 * test/socket/test_basicsocket.rb: Remove unused constant.
2d1f3ed151aeb4aab8f762ad50ec143260df8aaa 2015-04-21 * test/ruby/test_m17n_comb.rb: test_str_crypt split into strict and non-strict versions to allow masking out non-strict when glibc version cannot be determined (#11045).
da7c77152d8a0021866b671fcce1113dece1e440 2015-12-15 Remove this test, since it won't reliably pass.
4bb6f3fd3b77b6118ce45f366affb868cd8c7a87 2016-01-19 file.c: fix documentation
9386ecf9b6baf6fd37d97bfee025702cee411718 2016-02-22 * test/psych/test_emitter.rb: test_resizing_tags missing start_stream call, caused strict parsers like on JRuby to err.
4a147572a2d2d226738ab5fca9a0c4a34d0eabf3 2016-02-22 * test/ruby/test_math.rb: override tests must always put to_f back
073cbf20a08bde9abc37876b749cfa5197e00ad0 2016-02-22 * test/ruby/test_math.rb: use 64 bits in test_override_bignum_to_f to ensure it's a bignum on all impls.
0a0d452588634f58e1964d245f70727d46165676 2016-02-23 Bump up timeout for slower-starting implementations/platforms.
c8b9021004ca9587c6820b89b30d124d6c752209 2016-02-23 * test/ruby/test_exception.rb: fix bad spawn argument (multiple args in single) in test_thread_signal_location.
e5fc06cd7afbdfd148a1a22fbac7b7655551bd61 2016-03-03 * test/ruby/test_io_m17n.rb (test_each_codepoint_need_more): Bump timeout up to 10s for slower platforms and impls.
4c0e360dd9f8bb7efa654a810391613d04515379 2016-03-08 test/ruby/test_array.rb: split permute + stack error tests out.
d9166317ca8a009f60184dc0df7e53b4d221e102 2016-03-08 * test/ruby/test_require.rb (test_require_with_loaded_features_pop): Only remove PATH so threads don't accidentally double-pop.
a4e97af645df5b19c335e4e131b7f5f9085485df 2016-03-14 * test/ruby/test_rubyoptions.rb: make version matching support JRuby's version output.
c52283934ed11c4e55bd93257f99c19bc201fb29 2016-03-14 * test/ruby/test_rubyoptions.rb (test_disable): add tests for --disable-gems and --disable-did_you_mean.
fbaa823344c9ced2991d35fa9bedc3b5844052c5 2016-09-26 * test/ripper/test_ripper.rb: add a test for dedent_string.
c56fa0e2b7e50b7a3a51d8c844257e0f34653011 2016-11-14 * test/ruby/test_module.rb: Method tables are not guaranteed to be ordered. * test/ruby/test_struct.rb: Ditto. * test/ruby/test_thread.rb: Thread locals are not guaranteed to be ordered.
30dcac049436eb662b6b915c5a5c8978e0aee462 2016-11-14 * test/thread/test_queue.rb: Give up to ten seconds for threads to reach expected state before proceeding.
e6f8382a766a4e27e008d8cf753c6589a3eb6f85 2019-02-07 Replace outdated blockless proc call with block argument syntax