Skip to content

Commit

Permalink
[Truffle] Unexcluding additional specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Jun 4, 2015
1 parent 03b2f3d commit fa7c98c
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions spec/truffle/tags/core/regexp/compile_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Regexp.compile given a String uses ASCII_8BIT encoding if third argument is 'n' or 'none' (case insensitive) and non-ascii characters
10 changes: 1 addition & 9 deletions spec/truffle/truffle.mspec
Original file line number Diff line number Diff line change
@@ -32,17 +32,9 @@ class MSpecScript
# require 'timeout'
"^spec/ruby/core/process/detach_spec.rb",

# problems with comparing special characters and tags
"^spec/ruby/core/regexp/compile_spec.rb",
"^spec/ruby/core/string/chomp_spec.rb",
# fail tag not excluding
"^spec/ruby/core/string/modulo_spec.rb",

# NullPointerException on load
"^spec/ruby/core/regexp/encoding_spec.rb",

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

# require etc, linux only spec
"^spec/ruby/core/io/advise_spec.rb",

0 comments on commit fa7c98c

Please sign in to comment.