Skip to content

Commit

Permalink
[Truffle] Several Float specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Jan 25, 2015
1 parent 4e64c1b commit 48b7055
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/float/round_tags.txt
@@ -1,5 +1,3 @@
fails:Float#round returns the nearest Integer
fails:Float#round raises FloatDomainError for exceptional values
fails:Float#round rounds self to an optionally given precision
fails:Float#round returns zero when passed a negative argument with magitude greater the magitude of the whole number portion of the Float
fails:Float#round raises a TypeError when its argument can not be converted to an Integer
Expand Down
1 change: 0 additions & 1 deletion spec/truffle/tags/core/float/to_r_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/float/to_s_tags.txt
Expand Up @@ -11,5 +11,3 @@ fails:Float#to_s uses e format for a positive value with whole part having 18 si
fails:Float#to_s uses e format for a negative value with whole part having 18 significant figures
fails:Float#to_s uses non-e format for a positive value with whole part having 17 significant figures
fails:Float#to_s uses non-e format for a negative value with whole part having 17 significant figures
fails:Float#to_s returns a String in US-ASCII encoding when Encoding.default_internal is nil
fails:Float#to_s returns a String in US-ASCII encoding when Encoding.default_internal is not nil
5 changes: 0 additions & 5 deletions spec/truffle/tags/core/float/uminus_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/float/uplus_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/float/zero_tags.txt

This file was deleted.

0 comments on commit 48b7055

Please sign in to comment.