Skip to content
Permalink

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: b94dc271b78f
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 08aa0c467b2b
Choose a head ref
  • 2 commits
  • 31 files changed
  • 2 contributors

Commits on Sep 13, 2016

  1. Remove stale rubyspec tags

    etehtsea committed Sep 13, 2016
    Copy the full SHA
    e40d92d View commit details
  2. Merge pull request #4151 from etehtsea/purge-tags

    Remove stale rubyspec tags
    headius authored Sep 13, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    08aa0c4 View commit details
Showing with 0 additions and 65 deletions.
  1. +0 −1 spec/tags/ruby/core/argf/read_nonblock_tags.txt
  2. +0 −2 spec/tags/ruby/core/array/pack/p_tags.txt
  3. 0 spec/tags/ruby/core/dir/fileno_tags.txt
  4. +0 −2 spec/tags/ruby/core/dir/getwd_tags.txt
  5. +0 −2 spec/tags/ruby/core/dir/pwd_tags.txt
  6. 0 spec/tags/ruby/core/enumerable/grep_tags.txt
  7. +0 −2 spec/tags/ruby/core/enumerator/inject_tags.txt
  8. +0 −2 spec/tags/ruby/core/enumerator/lazy/collect_concat_tags.txt
  9. +0 −2 spec/tags/ruby/core/enumerator/lazy/drop_while_tags.txt
  10. +0 −1 spec/tags/ruby/core/enumerator/lazy/enum_for_tags.txt
  11. +0 −2 spec/tags/ruby/core/enumerator/lazy/find_all_tags.txt
  12. +0 −2 spec/tags/ruby/core/enumerator/lazy/flat_map_tags.txt
  13. +0 −2 spec/tags/ruby/core/enumerator/lazy/grep_tags.txt
  14. +0 −1 spec/tags/ruby/core/enumerator/lazy/initialize_tags.txt
  15. +0 −2 spec/tags/ruby/core/enumerator/lazy/reject_tags.txt
  16. +0 −2 spec/tags/ruby/core/enumerator/lazy/select_tags.txt
  17. +0 −2 spec/tags/ruby/core/enumerator/lazy/take_while_tags.txt
  18. +0 −4 spec/tags/ruby/core/enumerator/lazy/to_enum_tags.txt
  19. +0 −1 spec/tags/ruby/core/io/reopen_tags.txt
  20. +0 −17 spec/tags/ruby/core/marshal/restore_tags.txt
  21. +0 −1 spec/tags/ruby/core/method/element_reference_tags.txt
  22. +0 −1 spec/tags/ruby/core/objectspace/each_object_tags.txt
  23. +0 −6 spec/tags/ruby/core/process/getrlimit_tags.txt
  24. +0 −1 spec/tags/ruby/core/string/to_sym_tags.txt
  25. +0 −1 spec/tags/ruby/core/time/gmtoff_tags.txt
  26. +0 −1 spec/tags/ruby/core/time/mktime_tags.txt
  27. +0 −1 spec/tags/ruby/core/time/utc_offset_tags.txt
  28. 0 spec/tags/ruby/library/bigdecimal/new_tags.txt
  29. +0 −2 spec/tags/ruby/library/coverage/result_tags.txt
  30. +0 −1 spec/tags/ruby/library/socket/socket/accept_nonblock_tags.txt
  31. +0 −1 spec/tags/ruby/library/tmpdir/dir/mktmpdir_tags.txt
1 change: 0 additions & 1 deletion spec/tags/ruby/core/argf/read_nonblock_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
fails:ARGF.read_nonblock treats second nil argument as no output buffer
fails:ARGF.read_nonblock returns :wait_readable when the :exception is set to false
fails:ARGF.read_nonblock with STDIN returns :wait_readable when the :exception is set to false
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/array/pack/p_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
fails:Array#pack with format 'P' returns a String whose size is the number of bytes in a machine word
fails:Array#pack with format 'p' returns a String whose size is the number of bytes in a machine word
Empty file.
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/dir/getwd_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
fails:Dir.getwd returns a String with Encoding.default_external encoding
fails:Dir.getwd does not transcode to Encoding.default_internal
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/dir/pwd_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
fails:Dir.pwd returns a String with Encoding.default_external encoding
fails:Dir.pwd does not transcode to Encoding.default_internal
fails:Dir.pwd correctly handles dirs with unicode characters in them
Empty file.
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/enumerator/inject_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
fails:Enumerator#inject appends given arguments to receiver.each
fails:Enumerator#inject returns the same value from receiver.each if block and arguments are given
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/enumerator/lazy/collect_concat_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
fails:Enumerator::Lazy#collect_concat sets nil to size
fails:Enumerator::Lazy#collect_concat on a nested Lazy sets nil to size
fails:Enumerator::Lazy#collect_concat sets #size to nil
fails:Enumerator::Lazy#collect_concat on a nested Lazy sets #size to nil
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/enumerator/lazy/drop_while_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
fails:Enumerator::Lazy#drop_while sets nil to size
fails:Enumerator::Lazy#drop_while on a nested Lazy sets nil to size
fails:Enumerator::Lazy#drop_while sets #size to nil
fails:Enumerator::Lazy#drop_while on a nested Lazy sets #size to nil
1 change: 0 additions & 1 deletion spec/tags/ruby/core/enumerator/lazy/enum_for_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fails:Enumerator::Lazy#enum_for sets nil to size when not given a block
fails:Enumerator::Lazy#enum_for sets given block to size when given a block
fails:Enumerator::Lazy#enum_for used by some parent's methods though returning Lazy
fails:Enumerator::Lazy#enum_for sets #size to nil when not given a block
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/enumerator/lazy/find_all_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
fails:Enumerator::Lazy#find_all sets nil to size
fails:Enumerator::Lazy#find_all on a nested Lazy sets nil to size
fails:Enumerator::Lazy#find_all sets #size to nil
fails:Enumerator::Lazy#find_all on a nested Lazy sets #size to nil
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/enumerator/lazy/flat_map_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
fails:Enumerator::Lazy#flat_map sets nil to size
fails:Enumerator::Lazy#flat_map on a nested Lazy sets nil to size
fails:Enumerator::Lazy#flat_map sets #size to nil
fails:Enumerator::Lazy#flat_map on a nested Lazy sets #size to nil
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/enumerator/lazy/grep_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
fails:Enumerator::Lazy#grep sets nil to size
fails:Enumerator::Lazy#grep on a nested Lazy sets nil to size
fails:Enumerator::Lazy#grep sets #size to nil
fails:Enumerator::Lazy#grep on a nested Lazy sets #size to nil
1 change: 0 additions & 1 deletion spec/tags/ruby/core/enumerator/lazy/initialize_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fails:Enumerator::Lazy#initialize sets nil to size if given size is nil
fails:Enumerator::Lazy#initialize sets given size to own size if the given size is Float::INFINITY
fails:Enumerator::Lazy#initialize sets given size to own size if the given size is a Fixnum
fails:Enumerator::Lazy#initialize sets given size to own size if the given size is a Proc
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/enumerator/lazy/reject_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
fails:Enumerator::Lazy#reject sets nil to size
fails:Enumerator::Lazy#reject on a nested Lazy sets nil to size
fails:Enumerator::Lazy#reject sets #size to nil
fails:Enumerator::Lazy#reject on a nested Lazy sets #size to nil
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/enumerator/lazy/select_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
fails:Enumerator::Lazy#select sets nil to size
fails:Enumerator::Lazy#select on a nested Lazy sets nil to size
fails:Enumerator::Lazy#select sets #size to nil
fails:Enumerator::Lazy#select on a nested Lazy sets #size to nil
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/enumerator/lazy/take_while_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
fails:Enumerator::Lazy#take_while sets nil to size
fails:Enumerator::Lazy#take_while on a nested Lazy sets nil to size
fails:Enumerator::Lazy#take_while sets #size to nil
fails:Enumerator::Lazy#take_while on a nested Lazy sets #size to nil
4 changes: 0 additions & 4 deletions spec/tags/ruby/core/enumerator/lazy/to_enum_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
fails:Enumerator::Lazy#to_enum sets nil to size when not given a block
fails:Enumerator::Lazy#to_enum sets given block to size when given a block
fails:Enumerator::Lazy#to_enum used by some parent's methods though returning Lazy
fails:Enumerator::Lazy#to_enum sets #size to nil when not given a block
1 change: 0 additions & 1 deletion spec/tags/ruby/core/io/reopen_tags.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
fails:IO#reopen with an IO sets path equals to the other IO's path if other IO is File
fails:IO#reopen changes the class of the instance to the class of the object returned by #to_io
fails:IO#reopen with an IO may change the class of the instance
fails:IO#reopen with a String effects exec/system/fork performed after it
fails:IO#reopen with a String closes the file descriptor obtained by opening the new file
windows:IO#reopen calls #to_io to convert an object
windows:IO#reopen with a String calls #to_path on non-String arguments
17 changes: 0 additions & 17 deletions spec/tags/ruby/core/marshal/restore_tags.txt
Original file line number Diff line number Diff line change
@@ -1,17 +0,0 @@
fails:Marshal.restore for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class
fails:Marshal.restore for a Integer loads 0
fails:Marshal.restore for a Class raises ArgumentError if given a nonexistent class
fails:Marshal.restore for a Module loads an old module
fails:Marshal.restore for a wrapped C pointer loads
fails:Marshal.restore for a Hash loads an extended_user_hash with a parameter to initialize
fails:Marshal.restore for a user Class loads a user-marshaled extended object
fails:Marshal.restore for a user Class loads an extended Object
fails:Marshal.restore for a Regexp loads an extended Regexp
fails:Marshal.restore for a Regexp loads a extended_user_regexp having ivar
fails:Marshal.restore when source is tainted does not taint Bignums
fails:Marshal.restore when source is tainted does not taint Floats
fails:Marshal.restore when a class does not exist in the namespace raises an ArgumentError
fails:Marshal.restore when called on objects with custom _dump methods that return an immediate value loads an array containing an instance of the object, followed by multiple instances of another object
fails:Marshal.restore when called on objects with custom _dump methods that return an immediate value loads any structure with multiple references to the same object, followed by multiple instances of another object
fails:Marshal.restore when called on objects with custom _dump methods that return an immediate value loads an array containing references to multiple instances of the object, followed by multiple instances of another object
fails:Marshal.restore for a wrapped C pointer raises TypeError when the local class is missing _load_data
1 change: 0 additions & 1 deletion spec/tags/ruby/core/method/element_reference_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
fails:Method#[] for a Method generated by respond_to_missing? does not call the original method name even if it now exists
1 change: 0 additions & 1 deletion spec/tags/ruby/core/objectspace/each_object_tags.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
fails:ObjectSpace.each_object calls the block once for each living, non-immediate object in the Ruby process
fails:ObjectSpace.each_object returns an enumerator if not given a block
fails:ObjectSpace.each_object doesn't find an object stored in a WeakRef that should have been cleared
fails:ObjectSpace.each_object finds an object stored in a global variable
fails:ObjectSpace.each_object finds an object stored in a top-level constant
fails:ObjectSpace.each_object finds an object stored in a second-level constant
6 changes: 0 additions & 6 deletions spec/tags/ruby/core/process/getrlimit_tags.txt
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
fails:Process.getrlimit when passed a Symbol coerces :LOCKS into RLIMIT_LOCKS
fails:Process.getrlimit when passed a Symbol coerces :NLIMITS into RLIMIT_NLIMITS
fails:Process.getrlimit when passed a Symbol coerces :OFILE into RLIMIT_OFILE
fails:Process.getrlimit when passed a String coerces 'LOCKS' into RLIMIT_LOCKS
fails:Process.getrlimit when passed a String coerces 'NLIMITS' into RLIMIT_NLIMITS
fails:Process.getrlimit when passed a String coerces 'OFILE' into RLIMIT_OFILE
1 change: 0 additions & 1 deletion spec/tags/ruby/core/string/to_sym_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
fails:String#to_sym does not special case +(binary) and -(binary)
1 change: 0 additions & 1 deletion spec/tags/ruby/core/time/gmtoff_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
fails:Time#gmtoff returns offset as Rational
1 change: 0 additions & 1 deletion spec/tags/ruby/core/time/mktime_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
fails:Time.mktime creates the correct time just after dst change
1 change: 0 additions & 1 deletion spec/tags/ruby/core/time/utc_offset_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
fails:Time#utc_offset returns offset as Rational
Empty file.
2 changes: 0 additions & 2 deletions spec/tags/ruby/library/coverage/result_tags.txt
Original file line number Diff line number Diff line change
@@ -2,5 +2,3 @@ fails:Coverage.result gives the covered files as a hash with arrays of count or
fails:Coverage.result no requires/loads should give empty hash
fails:Coverage.result second run without load/require should give empty hash
fails:Coverage.result second Coverage.start does nothing
fails:Coverage.result should list coverage for the required file starting coverage
fails:Coverage.result should list coverage for the loaded file starting coverage
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fails:Socket#accept_nonblock raises Errno::EAGAIN if the connection is not accepted yet
fails:Socket#accept_nonblock raises IO::WaitReadable if the connection is not accepted yet
1 change: 0 additions & 1 deletion spec/tags/ruby/library/tmpdir/dir/mktmpdir_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fails:Dir.mkdir when passed a block removes the tmp-dir after executing the block
windows:Dir.mktmpdir when passed no arguments returns the path to the created tmp-dir
windows:Dir.mkdir when passed a block yields the path to the passed block
windows:Dir.mkdir when passed a block returns the blocks return value