Skip to content

Commit

Permalink
Updated CI tags for 1.8 mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Feb 20, 2013
1 parent 810bfdf commit 50b430b
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/tags/18/ruby/core/dir/element_reference_tags.txt
@@ -0,0 +1 @@
fails:Dir.[] matches paths with glob patterns
1 change: 1 addition & 0 deletions spec/tags/18/ruby/core/dir/glob_tags.txt
@@ -0,0 +1 @@
fails:Dir.glob matches paths with glob patterns
2 changes: 2 additions & 0 deletions spec/tags/18/ruby/core/file/readlink_tags.txt
@@ -0,0 +1,2 @@
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link when the file does not exist
2 changes: 2 additions & 0 deletions spec/tags/18/ruby/core/kernel/Float_tags.txt
@@ -0,0 +1,2 @@
fails:Kernel.Float returns the identical NaN if to_f is called and it returns NaN
fails:Kernel#Float returns the identical NaN if to_f is called and it returns NaN
2 changes: 2 additions & 0 deletions spec/tags/18/ruby/core/kernel/exec_tags.txt
@@ -0,0 +1,2 @@
fails:Kernel#exec with a single argument subjects the specified command to shell expansion
fails:Kernel.exec with a single argument subjects the specified command to shell expansion
4 changes: 4 additions & 0 deletions spec/tags/18/ruby/core/kernel/trace_var_tags.txt
@@ -1 +1,5 @@
incomplete:Kernel.trace_var needs to be reviewed for spec completeness
fails:Kernel#trace_var is a private method
fails:Kernel#trace_var hooks assignments to a global variable
fails:Kernel#trace_var accepts a proc argument insted of a block
fails:Kernel#trace_var raises ArgumentError if no block or proc is provided
1 change: 1 addition & 0 deletions spec/tags/18/ruby/core/math/ldexp_tags.txt
@@ -0,0 +1 @@
fails:Math.ldexp raises RangeError if NaN is given as the second arg
1 change: 1 addition & 0 deletions spec/tags/18/ruby/core/process/exec_tags.txt
@@ -0,0 +1 @@
fails:Process.exec with a single argument subjects the specified command to shell expansion
2 changes: 2 additions & 0 deletions spec/tags/18/ruby/core/thread/abort_on_exception_tags.txt
@@ -0,0 +1,2 @@
fails:Thread#abort_on_exception= when enabled and the thread dies due to an exception causes the main thread to raise a SystemExit
fails:Thread.abort_on_exception= when enabled and a non-main thread dies due to an exception causes the main thread to raise a SystemExit
4 changes: 4 additions & 0 deletions spec/tags/18/ruby/language/defined_tags.txt
@@ -0,0 +1,4 @@
fails:The defined? keyword for super for a method taking no arguments returns 'super' from a block when a superclass method exists
fails:The defined? keyword for super for a method taking no arguments returns 'super' from a block in a #define_method when a superclass method exists
fails:The defined? keyword for super for a method taking arguments returns 'super' from a block when a superclass method exists
fails:The defined? keyword for super for a method taking arguments returns 'super' from a block in a #define_method when a superclass method exists
1 change: 1 addition & 0 deletions spec/tags/18/ruby/language/super_tags.txt
@@ -1 +1,2 @@
fails:The super keyword passes empty args instead of modified rest args when they were originally empty
fails:The super keyword can be used with implicit arguments from a method defined with define_method
1 change: 1 addition & 0 deletions spec/tags/18/ruby/library/bigdecimal/divmod_tags.txt
@@ -1 +1,2 @@
fails:BigDecimal#divmod Can be reversed with * and +
fails:BigDecimal#mod_part_of_divmod returns a [Float value] when the argument is Float
2 changes: 2 additions & 0 deletions spec/tags/18/ruby/library/bigdecimal/modulo_tags.txt
@@ -0,0 +1,2 @@
fails:BigDecimal#% returns a [Float value] when the argument is Float
fails:BigDecimal#modulo returns a [Float value] when the argument is Float

0 comments on commit 50b430b

Please sign in to comment.