Revision: 3897 http://trac.macosforge.org/projects/ruby/changeset/3897 Author: eloy.de.enige@gmail.com Date: 2010-03-30 12:19:18 -0700 (Tue, 30 Mar 2010) Log Message: ----------- Tag failing command-line specs Added Paths: ----------- MacRuby/trunk/spec/frozen/command_line/dash_d_tags.txt MacRuby/trunk/spec/frozen/command_line/dash_e_tags.txt MacRuby/trunk/spec/frozen/command_line/dash_r_tags.txt MacRuby/trunk/spec/frozen/command_line/dash_upper_i_tags.txt MacRuby/trunk/spec/frozen/command_line/dash_upper_u_tags.txt MacRuby/trunk/spec/frozen/command_line/dash_upper_w_tags.txt MacRuby/trunk/spec/frozen/command_line/dash_v_tags.txt MacRuby/trunk/spec/frozen/command_line/dash_w_tags.txt Added: MacRuby/trunk/spec/frozen/command_line/dash_d_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/command_line/dash_d_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/command_line/dash_d_tags.txt 2010-03-30 19:19:18 UTC (rev 3897) @@ -0,0 +1 @@ +fails:The -d command line option sets $DEBUG to true Added: MacRuby/trunk/spec/frozen/command_line/dash_e_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/command_line/dash_e_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/command_line/dash_e_tags.txt 2010-03-30 19:19:18 UTC (rev 3897) @@ -0,0 +1,2 @@ +fails:The -e command line option with -n and a Fixnum range mimics an awk conditional by comparing an inclusive-end range with $. +fails:The -e command line option with -n and a Fixnum range mimics a sed conditional by comparing an exclusive-end range with $. Added: MacRuby/trunk/spec/frozen/command_line/dash_r_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/command_line/dash_r_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/command_line/dash_r_tags.txt 2010-03-30 19:19:18 UTC (rev 3897) @@ -0,0 +1 @@ +fails:The -r command line option requires the specified file Added: MacRuby/trunk/spec/frozen/command_line/dash_upper_i_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/command_line/dash_upper_i_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/command_line/dash_upper_i_tags.txt 2010-03-30 19:19:18 UTC (rev 3897) @@ -0,0 +1 @@ +fails:The -I command line option adds the path to the load path ($:) Added: MacRuby/trunk/spec/frozen/command_line/dash_upper_u_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/command_line/dash_upper_u_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/command_line/dash_upper_u_tags.txt 2010-03-30 19:19:18 UTC (rev 3897) @@ -0,0 +1,5 @@ +fails:ruby -U sets Encoding.default_internal to UTF-8 +fails:ruby -U does nothing different if specified multiple times +fails:ruby -U is overruled by Encoding.default_internal= +fails:ruby -U does not affect the default external encoding +fails:ruby -U does not affect the source encoding Added: MacRuby/trunk/spec/frozen/command_line/dash_upper_w_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/command_line/dash_upper_w_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/command_line/dash_upper_w_tags.txt 2010-03-30 19:19:18 UTC (rev 3897) @@ -0,0 +1,3 @@ +fails:The -W command line option with 0 sets $VERBOSE to nil +fails:The -W command line option with 1 sets $VERBOSE to false +fails:The -W command line option with 2 sets $VERBOSE to true Added: MacRuby/trunk/spec/frozen/command_line/dash_v_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/command_line/dash_v_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/command_line/dash_v_tags.txt 2010-03-30 19:19:18 UTC (rev 3897) @@ -0,0 +1 @@ +fails:The -v command line option sets $VERBOSE to true Added: MacRuby/trunk/spec/frozen/command_line/dash_w_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/command_line/dash_w_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/command_line/dash_w_tags.txt 2010-03-30 19:19:18 UTC (rev 3897) @@ -0,0 +1 @@ +fails:The -w command line option sets $VERBOSE to true