Skip to content

Commit

Permalink
Tag failing command-line specs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@3897 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
alloy committed Mar 30, 2010
1 parent 89176ce commit 1618299
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/frozen/command_line/dash_d_tags.txt
@@ -0,0 +1 @@
fails:The -d command line option sets $DEBUG to true
2 changes: 2 additions & 0 deletions spec/frozen/command_line/dash_e_tags.txt
@@ -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 $.
1 change: 1 addition & 0 deletions spec/frozen/command_line/dash_r_tags.txt
@@ -0,0 +1 @@
fails:The -r command line option requires the specified file
1 change: 1 addition & 0 deletions spec/frozen/command_line/dash_upper_i_tags.txt
@@ -0,0 +1 @@
fails:The -I command line option adds the path to the load path ($:)
5 changes: 5 additions & 0 deletions spec/frozen/command_line/dash_upper_u_tags.txt
@@ -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
3 changes: 3 additions & 0 deletions spec/frozen/command_line/dash_upper_w_tags.txt
@@ -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
1 change: 1 addition & 0 deletions spec/frozen/command_line/dash_v_tags.txt
@@ -0,0 +1 @@
fails:The -v command line option sets $VERBOSE to true
1 change: 1 addition & 0 deletions spec/frozen/command_line/dash_w_tags.txt
@@ -0,0 +1 @@
fails:The -w command line option sets $VERBOSE to true

0 comments on commit 1618299

Please sign in to comment.