Skip to content

Commit

Permalink
[Truffle] Remove the backtrace limit for jt test fast, it is not sign…
Browse files Browse the repository at this point in the history
…ificantly faster.
  • Loading branch information
eregon committed Dec 16, 2016
1 parent f0f9bdb commit 5eed94a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tool/jt.rb
Expand Up @@ -1032,9 +1032,6 @@ def test_specs(command, *args)
if args.first == 'fast'
args.shift
options += %w[--excl-tag slow]
if args[-2..-1] != %w[-t ruby] and !args.delete('--backtrace')
options << "-T-Xtruffle.backtraces.limit=4"
end
end

if args.delete('--graal')
Expand Down

0 comments on commit 5eed94a

Please sign in to comment.