Skip to content

Commit

Permalink
tagging more failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lrz committed Jun 3, 2009
1 parent 60ddb05 commit 5ff4e83
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions spec/frozen/tags/macruby/core/hash/keys_tags.txt
@@ -0,0 +1 @@
fails:Hash#keys returns an array with the keys in the order they were inserted
2 changes: 2 additions & 0 deletions spec/frozen/tags/macruby/core/kernel/open_tags.txt
Expand Up @@ -2,3 +2,5 @@ fails:Kernel#open is a private method
fails:Kernel#open calls #to_open on argument
fails:An exception occurred during: before :each
fails:Kernel#open opens a file when given a valid filename
fails:Kernel#open opens an io when path starts with a pipe
fails:Kernel#open opens an io when called with a block
@@ -1,2 +1,3 @@
fails:Module#remove_method removes the method from a class
fails:Module#remove_method removes method from subclass, but not parent
fails:Module#remove_method raises a NameError when attempting to remove method further up the inheritance tree
3 changes: 2 additions & 1 deletion spec/frozen/tags/macruby/language/magic_comment_tags.txt
@@ -1,6 +1,7 @@
fails:Magic comment must be at the first of line
fails:Magic comment determines __ENCODING__
fails:Magic comment is case-insensitive
fails:Magic comment must be at the first line
fails:Magic comment can be after the shebang
fails:Magic comment can take Emacs style
fails:Magic comment can take vim style
fails:Magic comment can take vim style

0 comments on commit 5ff4e83

Please sign in to comment.