Skip to content

Commit

Permalink
Showing 8 changed files with 124 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/truffle/tags/core/class/to_s_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Class#to_s singleton class for modules includes module name
1 change: 1 addition & 0 deletions spec/truffle/tags/core/io/reopen_tags.txt
Original file line number Diff line number Diff line change
@@ -2,3 +2,4 @@ fails:IO#reopen with a String effects exec/system/fork performed after it
fails:IO#reopen with a String opens a path after writing to the original file descriptor
fails:IO#reopen with a String positions an instance that has been read from at the beginning of the new stream
slow:IO#reopen with a String effects exec/system/fork performed after it
slow:IO#reopen with a String affects exec/system/fork performed after it
2 changes: 2 additions & 0 deletions spec/truffle/tags/core/kernel/rand_tags.txt
Original file line number Diff line number Diff line change
@@ -2,3 +2,5 @@ fails:Kernel.rand returns a float for an range argument where max is < 1
fails:Kernel.rand given an exclusive range returns a Float between the given Integer and Float
fails:Kernel.rand given an exclusive range returns a Float between the given Float and Integer
fails:Kernel.rand given an exclusive range returns a Float between the two given Floats
fails:Kernel.rand returns nil when range is backwards
fails:Kernel.rand returns the range start/end when Float range is 0
1 change: 1 addition & 0 deletions spec/truffle/tags/core/method/parameters_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:Method#parameters returns [[:rest]] for a Method generated by respond_to_missing?
fails:Method#parameters return [[:req]] for a Method generated by attr_writer
116 changes: 116 additions & 0 deletions spec/truffle/tags/core/numeric/step_tags.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions spec/truffle/tags/core/string/sub_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails(regexp):String#sub! with pattern and block raises a RuntimeError if the string is modified while substituting
fails:String#sub with pattern, replacement returns a copy of self when no modification is made
1 change: 1 addition & 0 deletions spec/truffle/tags/library/coverage/result_tags.txt
Original file line number Diff line number Diff line change
@@ -6,3 +6,4 @@ 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
fails:Coverage.result does not include the file starting coverage since it is not tracked
1 change: 1 addition & 0 deletions spec/truffle/tags/library/tmpdir/dir/mktmpdir_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:Dir.mkdir when passed a block removes the tmp-dir after executing the block
fails:Dir.mktmpdir when passed a block removes the tmp-dir after executing the block

0 comments on commit faa7d55

Please sign in to comment.