8585 with :
8686 runTestsParameters : >-
8787 --asan -x
88+ - name : Extra tests
89+ uses : ./.github/actions/extra-tests
8890 ALPINE :
8991 if : inputs.run_alpine
9092 name : ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS
@@ -132,8 +134,9 @@ jobs:
132134 jitType : tracing
133135 runTestsParameters : >-
134136 --asan -x
135- -d zend_extension=opcache.so
136137 -d opcache.enable_cli=1
138+ - name : Extra tests
139+ uses : ./.github/actions/extra-tests
137140 - name : Notify Slack
138141 if : failure()
139142 uses : ./.github/actions/notify-slack
@@ -246,14 +249,12 @@ jobs:
246249 jitType : tracing
247250 runTestsParameters : >-
248251 ${{ matrix.run_tests_parameters }}
249- -d zend_extension=opcache.so
250252 -d opcache.enable_cli=1
251253 - name : Test OpCache
252254 uses : ./.github/actions/test-linux
253255 with :
254256 runTestsParameters : >-
255257 ${{ matrix.run_tests_parameters }}
256- -d zend_extension=opcache.so
257258 -d opcache.enable_cli=1
258259 - name : Test Function JIT
259260 # ASAN frequently timeouts. Each test run takes ~90 minutes, we can
@@ -264,8 +265,9 @@ jobs:
264265 jitType : function
265266 runTestsParameters : >-
266267 ${{ matrix.run_tests_parameters }}
267- -d zend_extension=opcache.so
268268 -d opcache.enable_cli=1
269+ - name : Extra tests
270+ uses : ./.github/actions/extra-tests
269271 - name : Verify generated files are up to date
270272 uses : ./.github/actions/verify-generated-files
271273 - name : Notify Slack
@@ -338,23 +340,22 @@ jobs:
338340 jitType : tracing
339341 runTestsParameters : >-
340342 ${{ matrix.run_tests_parameters }}
341- -d zend_extension=opcache.so
342343 -d opcache.enable_cli=1
343344 - name : Test OpCache
344345 uses : ./.github/actions/test-linux
345346 with :
346347 runTestsParameters : >-
347348 ${{ matrix.run_tests_parameters }}
348- -d zend_extension=opcache.so
349349 -d opcache.enable_cli=1
350350 - name : Test Function JIT
351351 uses : ./.github/actions/test-linux
352352 with :
353353 jitType : function
354354 runTestsParameters : >-
355355 ${{ matrix.run_tests_parameters }}
356- -d zend_extension=opcache.so
357356 -d opcache.enable_cli=1
357+ - name : Extra tests
358+ uses : ./.github/actions/extra-tests
358359 - name : Notify Slack
359360 if : failure()
360361 uses : ./.github/actions/notify-slack
@@ -398,22 +399,21 @@ jobs:
398399 with :
399400 jitType : tracing
400401 runTestsParameters : >-
401- -d zend_extension=opcache.so
402402 -d opcache.enable_cli=1
403403 - name : Test OpCache
404404 uses : ./.github/actions/test-macos
405405 with :
406406 runTestsParameters : >-
407- -d zend_extension=opcache.so
408407 -d opcache.enable_cli=1
409408 - name : Test Function JIT
410409 if : matrix.os != '14' || !matrix.zts
411410 uses : ./.github/actions/test-macos
412411 with :
413412 jitType : function
414413 runTestsParameters : >-
415- -d zend_extension=opcache.so
416414 -d opcache.enable_cli=1
415+ - name : Extra tests
416+ uses : ./.github/actions/extra-tests
417417 - name : Verify generated files are up to date
418418 uses : ./.github/actions/verify-generated-files
419419 - name : Notify Slack
@@ -474,7 +474,6 @@ jobs:
474474 with :
475475 jitType : tracing
476476 runTestsParameters : >-
477- -d zend_extension=opcache.so
478477 -d opcache.enable_cli=1
479478 - uses : codecov/codecov-action@v4
480479 if : ${{ !cancelled() }}
@@ -528,7 +527,6 @@ jobs:
528527 - name : Enable Opcache
529528 run : |
530529 echo memory_limit=-1 >> /etc/php.d/opcache.ini
531- echo zend_extension=opcache.so > /etc/php.d/opcache.ini
532530 echo opcache.enable_cli=1 >> /etc/php.d/opcache.ini
533531 echo opcache.enable=1 >> /etc/php.d/opcache.ini
534532 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
@@ -719,37 +717,32 @@ jobs:
719717 uses : ./.github/actions/test-linux
720718 with :
721719 runTestsParameters : >-
722- -d zend_extension=opcache.so
723720 -d opcache.enable_cli=1
724721 --file-cache-prime
725722 - name : Test File Cache (prime shm, use shm)
726723 uses : ./.github/actions/test-linux
727724 with :
728725 runTestsParameters : >-
729- -d zend_extension=opcache.so
730726 -d opcache.enable_cli=1
731727 --file-cache-use
732728 - name : Test File Cache (prime shm, use file)
733729 uses : ./.github/actions/test-linux
734730 with :
735731 runTestsParameters : >-
736- -d zend_extension=opcache.so
737732 -d opcache.enable_cli=1
738733 --file-cache-use
739734 -d opcache.file_cache_only=1
740735 - name : Test File Cache Only (prime)
741736 uses : ./.github/actions/test-linux
742737 with :
743738 runTestsParameters : >-
744- -d zend_extension=opcache.so
745739 -d opcache.enable_cli=1
746740 --file-cache-prime
747741 -d opcache.file_cache_only=1
748742 - name : Test File Cache Only (use)
749743 uses : ./.github/actions/test-linux
750744 with :
751745 runTestsParameters : >-
752- -d zend_extension=opcache.so
753746 -d opcache.enable_cli=1
754747 --file-cache-use
755748 -d opcache.file_cache_only=1
@@ -843,7 +836,6 @@ jobs:
843836 with :
844837 runTestsParameters : >-
845838 --msan
846- -d zend_extension=opcache.so
847839 -d opcache.enable_cli=1
848840 - name : Verify generated files are up to date
849841 uses : ./.github/actions/verify-generated-files
@@ -1076,3 +1068,4 @@ jobs:
10761068 with :
10771069 configurationParameters : >-
10781070 --${{ matrix.zts && 'enable' || 'disable' }}-zts
1071+ runExtraTests : true
0 commit comments