test/lib/jit_support.rb: The path to icc was changed
This commit is contained in:
parent
aa44b29030
commit
16415fefc1
@ -5,7 +5,7 @@ module JITSupport
|
|||||||
JIT_SUCCESS_PREFIX = 'JIT success \(\d+\.\dms\)'
|
JIT_SUCCESS_PREFIX = 'JIT success \(\d+\.\dms\)'
|
||||||
JIT_COMPACTION_PREFIX = 'JIT compaction \(\d+\.\dms\)'
|
JIT_COMPACTION_PREFIX = 'JIT compaction \(\d+\.\dms\)'
|
||||||
UNSUPPORTED_COMPILERS = [
|
UNSUPPORTED_COMPILERS = [
|
||||||
%r[\A/opt/intel/.*/bin/intel64/icc\b],
|
%r[\A.*/bin/intel64/icc\b],
|
||||||
%r[\A/opt/developerstudio\d+\.\d+/bin/cc\z],
|
%r[\A/opt/developerstudio\d+\.\d+/bin/cc\z],
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user