-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c7f5058823ea
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18861878363c
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 507 files changed
- 1 contributor
Commits on Jan 29, 2018
-
Squashed 'spec/mspec/' changes from 5f563e4..5d49a6c
5d49a6c The frozen_error_class helper should check respond_to? including private methods d1d2cc4 Fix error message when installing both a stub and a mock and arguments do not match a26c990 Print mock arguments more clearly git-subtree-dir: spec/mspec git-subtree-split: 5d49a6c928cd753cf12438f15fd5ed67e9e98171
Configuration menu - View commit details
-
Copy full SHA for fff6ad0 - Browse repository at this point
Copy the full SHA fff6ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a3ed41 - Browse repository at this point
Copy the full SHA 9a3ed41View commit details -
Squashed 'spec/ruby/' changes from 0fe33ac..83063a3
83063a3 Guard spec causing SEGV on MRI on Windows 670e8e5 Version transform_keys spec as it is not yet clear if it will be backported fd56cd4 Add version guards for defined?(top-level constant lookup) 577bfbc Add missing version guard d3ff8f7 Avoid 2.5-specific syntax 8b385ca Add missing version guard faba5e2 defined? returns nil for toplevel constant lookup a17f11c Fix rubyspec against the change in Hash#transform_keys! 18bd9bd Group related File.umask specs together 3adf01b Remove specs trying arbitrary values for chmod and umask 2ab64e9 system_spec.rb: add RubySpec for r62025 de141fd r61950 changes mode_t to ushort on FreeBSD and Darwin c390e3d matrix.rb: add Matrix#antisymmetric? 5672af0 spec/: skip some specs so that no failure occurs in root privilege c2023d6 spec/ruby/library/etc/getlogin_spec.rb: Use `logname` as an expected result e5d045e `$SAFE` as a process global state. [Feature #14250] 726e32e There are no signals on Windows 3585f7c Fix style 17ebd61 [spec] Complex() with nil argument - according to how MRI (2.4) behaves 2295c9f Add spec for Hash#rehash with duplicate keys acef8e2 Isolate threads and ensure they are alive before testing. 5cd975a Revert "Allow more GC cycles for the reference to be vacated." 0dbbac1 Add an extra spec when inspecting the receiver of a NoMethodError fails 16de198 Fix NoMethodError#inspect spec 8840483 It seems that = and ~ are not escaped in MRI e73e0a6 Add spec for Method#to_proc.binding.receiver. 5dc2090 Add spec for IO#ungetc e716a09 Add spec for when inspect is called when a NoMethodError is thrown. 47f70ee Make sure the number for ABRT signal does not lead to IOT 657640c Add spec to check that files aren't closed if autoclose = false. 823eabe Add new spec for Signal.trap 143fa1d Fix a few descriptions in C-API Numeric specs 42542b6 Add specs for rb_ull2inum() 3154730 Ensure Array#[]=(range, scalar) returns the correct value. c38a0c5 Simplify Module#const_missing spec by using private visibility 718ca7b Add spec to verify `const_missing' is called for missing constants even when visibility is non-public. 239785b Remove hack in Kernel#yield_self spec 1afff14 Spec for defined global with nil value. fc27321 Add examples of nested methods resetting the visibility to public 8165048 Add a spec about the default definee inside Module#define_method cf7b2db Make sure the method is not defined on Object in nested def spec f30246e Add Rational and Complex to != #hash in != processes spec ea1d7e2 Unshare Complex#hash specs since there is only one usage 30b88e5 Add specs catching a bug when using a thread-pool for Fibers afa2c6a Use @method in the shared Fiber#resume/transfer spec da3aff2 Move Fiber#resume-specific spec out of shared specs bf6e49e Add specs for escaping in %r style regexp literals. 826f776 One more expectation for String#-@ 3952a7d Clarify example a2fd7c4 Add an extra spec for String#-@ with frozen strings db9be93 [Code review] Add extra expectations 50db73e Add specs for -"literal" (String#-@) optimized to return the same object fabe37e Add specs for String#-@ deduplicates unfrozen strings 7fa2202 Add spec for IO#close when stream closed in another thread 4e665c8 Add spec for Process#last_status 0c41549 Unify usages of it_behaves_like to not include parenthesis 5301f24 Show two usages of a shared spec to clarify 8117d90 Move style section at the end af0e1ca Add missing quote b777f8c Documents the shared specs functionality fa85c3c Add spec for Thread#fetch 10c1011 Add specs for ^ and $, and Regexp.last_match eb44155 Add spec for String#start_with? supporting regexp 98bbaf3 [Code review] Fix and refactor #div and #divide specs f3aeb79 Remove specs for inherited from Numeric/Kernel methods - #zero?, #dup, #hash 84c2867 Add missing specs and refactor some of them d6eac79 Remove Fixnum specs 98658f9 Remove Bignum specs 215c9b6 Adopt Bignum specs fcebb9b Adopt Fixnum specs 394fb12 Remove ruby version guards from coerce shared examples 8fd24d2 Move Fixnum#coerce specs to Numeric#coerce d776690 Move Fixnum#hash specs to Kernel#Hash 8f5c639 Thread#backtrace should never be nil for a living Thread (#581) 875da49 test Fiber#transfer between fibers in a non-main thread 8c9960a Moves KeyError into Shared spec (#576) 957a3cf Merge pull request #577 from andrykonchin/file-path-raises-an-ioerror 3703d0f [Code review] Fix typo 708e70c [Code review] Move new test case to the shared example e034de1 Use guard instead of if statement globally b0b7b02 [Code review] Use guard instead of if statement 40d8c9a Add specs for File.path ece1a44 Add specs for raising IOError for unnamed files a6453bf Merge pull request #573 from andrykonchin/integer-pow-accepts-modulo-argument 76b7bc0 Share specs between File#to_path and File#path 172816b Move specs for File#to_path to shared file 60a7239 Fix specs for Integer/Bignum class check in the old Ruby versions 2e21673 [Code review] Share some cases with Integer#** 968c4b4 [Code review] Mark the case as a bug 05b4597 Adds coverage for KeyError#receiver / KeyError#key (#574) 971ffe0 [Code review] Fix typo and add new cases ac92825 Suppress rubocop warnings 00a0ac6 Add missing argument in expected call in Net::FTP#initialize spec be17ce5 Add spec for Enumerator::Lazy#chunk 8e2ac9c Add specs for Net::FTP.new options 7426d24 Adopt specs for Fixnum#**, refactor and add new cases for Integer#pow b95d7ed Clarify leap second specs 88c68f3 Only run if leap second support is available 46db21a Bad leap seconds are handled on all platforms git-subtree-dir: spec/ruby git-subtree-split: 83063a312d81113ebe5cfe8f90836da4024dcd35
Configuration menu - View commit details
-
Copy full SHA for 39bc569 - Browse repository at this point
Copy the full SHA 39bc569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1886187 - Browse repository at this point
Copy the full SHA 1886187View commit details
There are no files selected for viewing