test/lib/jit_support.rb: Update the regexp for icc
MJIT_CC is always an absolute path.
This commit is contained in:
parent
d43b9eb22d
commit
6477d98e49
@ -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],
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user