Skip to content

Commit

Permalink
[Truffle] Fix -X+T in PE tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Mar 3, 2015
1 parent 9cc74be commit 804dff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/pom.rb
Expand Up @@ -325,6 +325,7 @@ def truffle_spec_config(spec_type, generate_report)
'<exec dir="${jruby.home}" executable="${jruby.home}/bin/jruby" failonerror="true">' +
'<arg value="-J-server" />' +
'<arg value="-J-G:+TruffleCompilationExceptionsAreThrown" />' +
'<arg value="-X+T" />' +
'<arg value="test/truffle/pe/pe.rb" />' +
'</exec>' +
'</target>' ) ] )
Expand Down
1 change: 1 addition & 0 deletions test/pom.xml
Expand Up @@ -1012,6 +1012,7 @@
<exec failonerror="true" dir="${jruby.home}" executable="${jruby.home}/bin/jruby">
<arg value="-J-server" />
<arg value="-J-G:+TruffleCompilationExceptionsAreThrown" />
<arg value="-X+T" />
<arg value="test/truffle/pe/pe.rb" />
</exec>
</target>
Expand Down

0 comments on commit 804dff3

Please sign in to comment.