Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/truffle/truffle.mspec
Original file line number Diff line number Diff line change
@@ -36,7 +36,11 @@ class MSpecScript
]

set :core, [
"spec/ruby/core"
"spec/ruby/core",

"^spec/ruby/core/io/io_spec.rb",
"^spec/ruby/core/io/popen_spec.rb",
"^spec/ruby/core/io/pipe_spec.rb"
]

set :library, [

2 comments on commit 414786e

@bjfish
Copy link
Contributor

@bjfish bjfish commented on 414786e Aug 17, 2016

Choose a reason for hiding this comment

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

Will these still need to be excluded even after RUBY_EXE is fixed?

@chrisseaton
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure, but I need to press on with getting the latest version working in GraalVM, so for now I'm using the blunt approach.

Please sign in to comment.