File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
dockerfiles/ci/xfail_tests Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4276,7 +4276,7 @@ workflows:
42764276 requires : [ 'Prepare Code' ]
42774277 name : " PHP 83 Xdebug tests"
42784278 docker_image : " datadog/dd-trace-ci:php-8.3_buster"
4279- xdebug_version_one : " 3.3.0alpha2 "
4279+ xdebug_version_one : " 3.3.0 "
42804280
42814281 - placeholder :
42824282 requires : [ 'Prepare Code' ]
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ ext/standard/tests/strings/sprintf_variation54.phpt
161161ext/tokenizer/tests/PhpToken_getAll.phpt
162162ext/zend_test/tests/
163163ext/zip/tests/bug38943.phpt
164+ sapi/cli/tests/bug80092.phpt
164165sapi/cli/tests/upload_2G.phpt
165166sapi/fpm/tests/log-bm-in-shutdown-fn.phpt
166167sapi/fpm/tests/log-bm-limit-1024-msg-80.phpt
@@ -182,3 +183,4 @@ sapi/phpdbg/tests/stepping_001.phpt
182183tests/classes/__call_007.phpt
183184tests/lang/bug45392.phpt
184185tests/output/ob_start_basic_002.phpt
186+ Zend/tests/gh12073.phpt
Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ ext/standard/tests/streams/stream_context_tcp_nodelay_fopen.phpt
155155ext/standard/tests/strings/implode1.phpt
156156ext/standard/tests/strings/sprintf_variation54.phpt
157157ext/zend_test/tests/
158+ sapi/cli/tests/bug80092.phpt
158159sapi/cli/tests/upload_2G.phpt
159160sapi/fpm/tests/log-bm-in-shutdown-fn.phpt
160161sapi/fpm/tests/log-bm-limit-1024-msg-80.phpt
@@ -175,3 +176,4 @@ sapi/phpdbg/tests/exceptions_003.phpt
175176sapi/phpdbg/tests/stepping_001.phpt
176177tests/lang/bug45392.phpt
177178tests/output/ob_start_basic_002.phpt
179+ Zend/tests/gh12073.phpt
You can’t perform that action at this time.
0 commit comments