-
-
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: e8c8f779954b
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: ffb61b4b7e49
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 123 files changed
- 1 contributor
Commits on Feb 26, 2017
-
Squashed 'spec/mspec/' changes from 4bcdee5..b6a6877
b6a6877 Fix detection of TruffleRuby now that its RUBY_ENGINE is "truffleruby" 9c22593 Use latest stable of JRuby and Rubinius 6e8741d Fix system-dependent path 03a0c2b Always show the command line used by mspec on stderr 4067b63 Add variables which were not initialized 5c5e5d5 Use a helper for integration specs 7e4b5e9 Fix uninitialized instance variable warning 7426462 Add encoding magic comments for 1.9.3 0ac9516 Read and write tags as UTF-8 76ba93f Simpler replacement for RUBY_DESCRIPTION in specs git-subtree-dir: spec/mspec git-subtree-split: b6a687780c2fc2f0a76a826a677cfd054046d8de
Configuration menu - View commit details
-
Copy full SHA for 73717e2 - Browse repository at this point
Copy the full SHA 73717e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ca2c1 - Browse repository at this point
Copy the full SHA 88ca2c1View commit details -
Squashed 'spec/ruby/' changes from fb3e3ac..0fe99d2
0fe99d2 Random.raw_seed was renamed to Random.urandom e3770c3 Random.raw_seed is available since 2.3 a200478 Add 2 specs for break in lambda 1608074 Remove useless check bd9f415 RubySpec needs to know about the new name for TruffleRuby 553a5a8 Add a spec for Hash#shift while iterating 82866c5 Add a few specs related to Hash#delete while iterating 1ebd056 Add spec that [].map(:foo) raises an ArgumentError 06ca271 Spec that Hash#shift calls Hash#default when the Hash is empty 1f23f0d The string cext specs use varargs so should include the header 4fbb5bf TruffleRuby declares all spec'd cext functions 6e9e617 TruffleRuby declares global variable cext functions 94686ce Wait until the Init_ function before assigning locals in cext global specs 92e18d9 TruffleRuby declares file cext functions b43032d TruffleRuby implements more cext functions ab18a0d TruffleRuby has a couple more cext declarations 08716b6 TruffleRuby declares more exception cext functions ce61c7d TruffleRuby implements more of cext data e56cc67 TruffleRuby supports more cext constants ad0fad8 TruffleRuby has more class cext functions 3c398d7 TruffleRuby has more numeric cext functions 603d702 TruffleRuby has more io cext functions 97172be TruffleRuby has marshal cext functions 0be0b83 TruffleRuby has regexp cext functions 183c123 TruffleRuby has time cext functions 15a36f0 TruffleRuby has range cext functions ad68dfe TruffleRuby has more encoding cext functions 710bd85 TruffleRuby has hash kernel and thread cext functions ca067aa TruffleRuby has hash cext functions 8a9455f TruffleRuby has symbol cext functions 85276a7 TruffleRuby has bignum cext functions def12b6 Remove version checks from TruffleRuby's configuration 0330df9 TruffleRuby has struct cext functions 2803eeb rb_setenv doesn't seem to be spec'd so doesn't need a flag 56152d0 rb_strdup doesn't seem to be spec'd so doesn't need a flag 85dd844 We have rb_scan_args 47cb9bd Fix broken C code in cext typed data spec ec3fb38 Make TruffleRuby as declaring a couple of cext encoding functions d9c521b Fix broken C code in cext data spec 3ea542f Mark TruffleRuby as supporting more string cext functions 6a8cf74 Mark TruffleRuby as implement more of the cext object API 39a73be Add a spec for cext rb_cTime f200874 Mark TruffleRuby as having some more cext array functions 110fb93 Mark more of the TruffleRuby cext constants as available 82e4730 Remove references to JRuby+Truffle in cext specs fe0131f Mark more TruffleRuby cext constants as available f94dbac Add 2 specs about a key in a Hash is not changed with Hash#[]= 2412d26 Add specs for WeakRef b6a6247 Specify that Random.raw_seed raises an ArgumentError on negative sizes 222075d Specify Random.raw_seed 91e61b5 Add block argument cases to proc curry spec. 9a0e7c8 Fix incorrect spec 0aefb0d Shut down the correct half when calling BasicSocket#close_write 60035e6 [spec] IO.try_convert when BasicObject is passed 5e44b57 [spec] TypeError raised from `Rational( BasicObject.new )` 8435503 [spec] check for respond_to? :to_c on Complex(arg) e88bc23 Add specs for EAGAIN/EWOULDBLOCK+WaitReadable/Writable. 52e1526 Add String#% test for %p receiving a single hash bb48cad [spec] some unpack specs for returned string's encoding bdfc985 Travis: use a more terse formatter for the repeated run 87451dc Travis: activate CHECK_LEAKS for 2.4.0 edcedb7 Travis: test that running specs repetitively works ce637bb Travis: switch to an include list cd6c17f Fix fd leak in IO#each_codepoint spec b230a37 Cleanup after autoload spec ebd114e Fix global state in ObjectSpace specs 36fe744 Avoid global state in Module specs b23f89a Fix repeatability of a Module specs 8a879b4 Avoid changing global state in Method#super_method spec bf29639 No different license for an exclusion list header 6f4e978 The minimum version is 2.1, remove guards and inline fixtures c06b7f3 Generate unique names for Encoding replicates and global variables 1405cc8 before/after :each instead of before/after :all in glob specs 42cb0d6 Use the ScratchPad instead of a custom recording 1afb7ac Avoid global state in BasicObject specs a9816d2 Fix repeatability of C API specs b76ff9f Avoid after :all hooks in library specs 71fd36e Recreate state for each spec as it is mutated cf50d0d Reset Syslog#mask after each spec ac47318 Create a new Queue or SizedQueue for each example b02beb8 Cleanup in autoload spec to avoid hanging when repeated 4ba88e7 Fix spec repeatability of language specs 5d6c351 Fix repeatability for flip-flop specs 9315ce3 Avoid global state in private spec ee0db4a Simplify by just defining singleton methods 165e7b0 Fix repeatability of a /regexp/o spec and simplify 6792bfa Avoid global state in undef spec 708d390 Use the block of Class.new which is like class_eval/exec ed878ae Fix repeatability of a precedence spec 878b757 Fix repeatability of an alias spec a5adf38 Fix spec description for String#scrub git-subtree-dir: spec/ruby git-subtree-split: 0fe99d24f4a17eaa39563623209747eee278c3d1
Configuration menu - View commit details
-
Copy full SHA for 8ecb16c - Browse repository at this point
Copy the full SHA 8ecb16cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb61b4 - Browse repository at this point
Copy the full SHA ffb61b4View commit details
There are no files selected for viewing