Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/truffle/truffle.mspec
Original file line number Diff line number Diff line change
@@ -43,10 +43,6 @@ class MSpecScript
# NullPointerException on load
"^spec/ruby/core/regexp/encoding_spec.rb",

# error compiling regex on load
"^spec/ruby/core/regexp/source_spec.rb",
"^spec/ruby/core/string/match_spec.rb",

# infinite loop on some examples
# "^spec/ruby/core/string/gsub_spec.rb",

2 comments on commit e1f7abb

@nirvdrum
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bjfish
Copy link
Contributor Author

@bjfish bjfish commented on e1f7abb Jun 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nirvdrum no, thank you! I'm just cleaning up the truffle.mspec right now. It looks like we can stop excluding a bunch of specs as a result of your Regex updates.

Please sign in to comment.