Lines Matching refs:jit
17 # When JIT support is available, all appropriate tests are also run with -s+ to
18 # test (again, almost) everything with studying and the JIT option, unless
20 # JIT-specific features, one to be run when JIT support is available (unless
40 # example, if JIT support is not compiled, test 12 is skipped, whereas if JIT
74 title12="Test 12: JIT-specific features (when JIT is available)"
75 title13="Test 13: JIT-specific features (when JIT is not available)"
356 $sim ./pcretest -C jit >/dev/null
357 jit=$?
358 if [ $jit -ne 0 -a "$nojit" != "yes" ] ; then
421 # Primary test, compatible with JIT and all versions of Perl >= 5.8
433 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
439 # PCRE tests that are not JIT or Perl-compatible: API, errors, internals
458 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
514 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
550 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
570 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
590 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
612 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
694 # Test JIT-specific features when JIT is available
698 if [ $jit -eq 0 -o "$nojit" = "yes" ] ; then
699 echo " Skipped because JIT is not available or not usable"
711 # Test JIT-specific features when JIT is not available
715 if [ $jit -ne 0 ] ; then
716 echo " Skipped because JIT is available"
745 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
769 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
793 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
815 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
839 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
863 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"