Skip to content

Commit

Permalink
test/lib/jit_support.rb: Update the regexp for icc
Browse files Browse the repository at this point in the history
MJIT_CC is always an absolute path.
  • Loading branch information
mame committed Dec 5, 2019
1 parent d43b9eb commit 6477d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/jit_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module JITSupport
JIT_SUCCESS_PREFIX = 'JIT success \(\d+\.\dms\)'
JIT_COMPACTION_PREFIX = 'JIT compaction \(\d+\.\dms\)'
UNSUPPORTED_COMPILERS = [
%r[\Aicc\b],
%r[\A/opt/intel/.*/bin/intel64/icc\b],
%r[\A/opt/developerstudio\d+\.\d+/bin/cc\z],
]

Expand Down

0 comments on commit 6477d98

Please sign in to comment.