[jruby~main:d41048fd] Tagging 20 Kernel.require spec failures on Windows in 1.9 mode, due to JR
- From: nicksieger@kenai.com
- To: commits@jruby.kenai.com
- Subject: [jruby~main:d41048fd] Tagging 20 Kernel.require spec failures on Windows in 1.9 mode, due to JR
- Date: Sat, 13 Mar 2010 18:39:39 +0000
Project: jruby
Repository: main
Revision: d41048fd8172795641b6979dc00194570d37775a
Author: nicksieger
Date: 2010-03-13 18:37:23 UTC
Link:
Log Message:
------------
Tagging 20 Kernel.require spec failures on Windows in 1.9 mode, due to
JRUBY-4651.
Revisions:
----------
d41048fd8172795641b6979dc00194570d37775a
Modified Paths:
---------------
spec/tags/1.9/ruby/core/kernel/require_tags.txt
Diffs:
------
diff --git a/spec/tags/1.9/ruby/core/kernel/require_tags.txt
b/spec/tags/1.9/ruby/core/kernel/require_tags.txt
index 3f99a54..0f1a864 100644
--- a/spec/tags/1.9/ruby/core/kernel/require_tags.txt
+++ b/spec/tags/1.9/ruby/core/kernel/require_tags.txt
@@ -6,3 +6,23 @@ fails:Kernel#require performs tilde expansion before storing
paths in $LOADED_FE
fails:Kernel#require collapses multiple consecutive path separators before
storing in $LOADED_FEATURES
fails:Kernel#require collapses '../' inside an absolute path before storing
in $LOADED_FEATURES
fails:Kernel#require produces __FILE__ as the given filename and __LINE__ as
the source line number
+windows(JRUBY-4651):Kernel#require ($LOAD_FEATURES) stores an absolute path
+windows(JRUBY-4651):Kernel#require ($LOAD_FEATURES) stores ../ relative
paths as absolute paths
+windows(JRUBY-4651):Kernel#require ($LOAD_FEATURES) stores ./ relative paths
as absolute paths
+windows(JRUBY-4651):Kernel#require ($LOAD_FEATURES) collapses duplicate path
separators
+windows(JRUBY-4651):Kernel#require ($LOAD_FEATURES) canonicalizes non-unique
absolute paths
+windows(JRUBY-4651):Kernel#require ($LOAD_FEATURES) adds the suffix of the
resolved filename
+windows(JRUBY-4651):Kernel#require ($LOAD_FEATURES) does not load a
non-canonical path for a file already loaded
+windows(JRUBY-4651):Kernel#require ($LOAD_FEATURES) does not load a ./
relative path for a file already loaded
+windows(JRUBY-4651):Kernel#require ($LOAD_FEATURES) does not load a ../
relative path for a file already loaded
+windows(JRUBY-4651):Kernel#require (shell expansion) performs tilde
expansion before storing paths in $LOADED_FEATURES
+windows(JRUBY-4651):Kernel.require ($LOAD_FEATURES) stores an absolute path
+windows(JRUBY-4651):Kernel.require ($LOAD_FEATURES) stores ../ relative
paths as absolute paths
+windows(JRUBY-4651):Kernel.require ($LOAD_FEATURES) stores ./ relative paths
as absolute paths
+windows(JRUBY-4651):Kernel.require ($LOAD_FEATURES) collapses duplicate path
separators
+windows(JRUBY-4651):Kernel.require ($LOAD_FEATURES) canonicalizes non-unique
absolute paths
+windows(JRUBY-4651):Kernel.require ($LOAD_FEATURES) adds the suffix of the
resolved filename
+windows(JRUBY-4651):Kernel.require ($LOAD_FEATURES) does not load a
non-canonical path for a file already loaded
+windows(JRUBY-4651):Kernel.require ($LOAD_FEATURES) does not load a ./
relative path for a file already loaded
+windows(JRUBY-4651):Kernel.require ($LOAD_FEATURES) does not load a ../
relative path for a file already loaded
+windows(JRUBY-4651):Kernel.require (shell expansion) performs tilde
expansion before storing paths in $LOADED_FEATURES
|
[jruby~main:d41048fd] Tagging 20 Kernel.require spec failures on Windows in 1.9 mode, due to JR |
nicksieger | 03/13/2010 |





