Skip to content

Commit

Permalink
unskip a few tests which pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gaynor committed Apr 11, 2013
1 parent 60ca986 commit 36a0f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions topaz.mspec
Expand Up @@ -5,7 +5,6 @@ class MSpecScript
MSpec.enable_feature :fiber
core = ["#{Rubyspec}/core/",
"^#{Rubyspec}/core/array/pack/",
"^#{Rubyspec}/core/fixnum/right_shift_spec.rb",
"^#{Rubyspec}/core/struct",
"^#{Rubyspec}/core/string/unpack/",
"^#{Rubyspec}/core/string/split_spec.rb",
Expand Down Expand Up @@ -81,8 +80,6 @@ class MSpecScript
"^#{Rubyspec}/core/dir/seek_spec.rb",
"^#{Rubyspec}/core/dir/tell_spec.rb",
"^#{Rubyspec}/core/dir/unlink_spec.rb",
"^#{Rubyspec}/core/enumerator/generator/each_spec.rb",
"^#{Rubyspec}/core/enumerator/inject_spec.rb",
"^#{Rubyspec}/core/file/open_spec.rb",
"^#{Rubyspec}/core/io/dup_spec.rb",
"^#{Rubyspec}/core/io/sysopen_spec.rb",
Expand Down Expand Up @@ -111,9 +108,9 @@ class MSpecScript
"^#{Rubyspec}/core/process/wait2_spec.rb",
"^#{Rubyspec}/core/process/wait_spec.rb",
"^#{Rubyspec}/core/process/waitall_spec.rb",
"^#{Rubyspec}/core/string/chop_spec.rb",
"^#{Rubyspec}/core/string/chomp_spec.rb",
"^#{Rubyspec}/core/file/ctime_spec.rb"]
"^#{Rubyspec}/core/file/ctime_spec.rb"
]

language = ["#{Rubyspec}/language",
"^#{Rubyspec}/language/block_spec.rb",
Expand Down
1 change: 0 additions & 1 deletion topaz/main.py
Expand Up @@ -47,7 +47,6 @@
]).rstrip()



@specialize.memo()
def getspace(config):
return ObjectSpace(config)
Expand Down

0 comments on commit 36a0f33

Please sign in to comment.