From 571806df3e4f3123bd9043f101838c89aac37029 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 26 Mar 2012 16:25:23 -0700 Subject: [PATCH] Tag remaining Time spec failures These failures are due to not yet supporting a Rational UTC offset (which in turn requires Rational subsecond support). --- spec/tags/19/ruby/core/time/getlocal_tags.txt | 2 ++ spec/tags/19/ruby/core/time/localtime_tags.txt | 2 ++ spec/tags/19/ruby/core/time/new_tags.txt | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 spec/tags/19/ruby/core/time/getlocal_tags.txt create mode 100644 spec/tags/19/ruby/core/time/localtime_tags.txt create mode 100644 spec/tags/19/ruby/core/time/new_tags.txt diff --git a/spec/tags/19/ruby/core/time/getlocal_tags.txt b/spec/tags/19/ruby/core/time/getlocal_tags.txt new file mode 100644 index 0000000000..fe48971e37 --- /dev/null +++ b/spec/tags/19/ruby/core/time/getlocal_tags.txt @@ -0,0 +1,2 @@ +fails:Time#getlocal returns a Time with a UTC offset of the specified number of Rational seconds +fails:Time#getlocal with an argument that responds to #to_r coerces using #to_r diff --git a/spec/tags/19/ruby/core/time/localtime_tags.txt b/spec/tags/19/ruby/core/time/localtime_tags.txt new file mode 100644 index 0000000000..358bfb513e --- /dev/null +++ b/spec/tags/19/ruby/core/time/localtime_tags.txt @@ -0,0 +1,2 @@ +fails:Time#localtime returns a Time with a UTC offset of the specified number of Rational seconds +fails:Time#localtime with an argument that responds to #to_r coerces using #to_r diff --git a/spec/tags/19/ruby/core/time/new_tags.txt b/spec/tags/19/ruby/core/time/new_tags.txt new file mode 100644 index 0000000000..c98939584e --- /dev/null +++ b/spec/tags/19/ruby/core/time/new_tags.txt @@ -0,0 +1,2 @@ +fails:Time.new with a utc_offset argument returns a Time with a UTC offset of the specified number of Rational seconds +fails:Time.new with a utc_offset argument with an argument that responds to #to_r coerces using #to_r