Skip to content

Commit 8f64a2b

Browse files
committed
test(language-tests): properly skip online tests and disabled soap_qname_crash.phpt on all version
Signed-off-by: Alexandre Rulleau <[email protected]>
1 parent b5999d3 commit 8f64a2b

8 files changed

Lines changed: 6 additions & 4 deletions

File tree

.gitlab/generate-tracer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ function before_script_steps($with_docker_auth = false) {
492492
DD_TRACE_GIT_METADATA_ENABLED: "0"
493493
REPORT_EXIT_STATUS: "1"
494494
TEST_PHP_JUNIT: "${CI_PROJECT_DIR}/artifacts/tests/php-tests.xml"
495-
SKIP_ONLINE_TEST: "1"
495+
SKIP_ONLINE_TESTS: "1"
496496
<?php if (version_compare($major_minor, "7.2", ">=")): /* too expensive */ ?>
497497
DD_INSTRUMENTATION_TELEMETRY_ENABLED: 0
498498
<?php endif; ?>

dockerfiles/ci/xfail_tests/7.1.list

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ ext/simplexml/tests/bug72971_2.phpt
257257
ext/simplexml/tests/simplexml_load_file.phpt
258258
ext/soap/tests/bug71610.phpt
259259
ext/soap/tests/bugs/bug28751.phpt
260-
ext/soap/tests/bugs/bug76348.phpt
261260
ext/sockets/tests/socket_connect_params.phpt
262261
ext/sockets/tests/socket_create_listen-nobind.phpt
263262
ext/sockets/tests/socket_create_pair.phpt

dockerfiles/ci/xfail_tests/7.2.list

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ ext/simplexml/tests/bug72971.phpt
235235
ext/simplexml/tests/bug72971_2.phpt
236236
ext/simplexml/tests/simplexml_load_file.phpt
237237
ext/soap/tests/bug71610.phpt
238-
ext/soap/tests/bugs/bug76348.phpt
239238
ext/sockets/tests/socket_connect_params.phpt
240239
ext/sockets/tests/socket_create_listen-nobind.phpt
241240
ext/sockets/tests/socket_create_pair.phpt

dockerfiles/ci/xfail_tests/8.1.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ ext/readline/tests/libedit_callback_handler_remove_001.phpt
134134
ext/simplexml/tests/bug51615.phpt
135135
ext/soap/tests/bug71610.phpt
136136
ext/soap/tests/bug77088.phpt
137+
ext/soap/tests/soap_qname_crash.phpt
137138
ext/sockets/tests/mcast_ipv6_recv.phpt
138139
ext/sockets/tests/mcast_ipv6_recv_limited.phpt
139140
ext/sockets/tests/mcast_ipv6_send.phpt

dockerfiles/ci/xfail_tests/8.2.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ ext/readline/tests/libedit_callback_handler_install_001.phpt
123123
ext/readline/tests/libedit_callback_handler_remove_001.phpt
124124
ext/simplexml/tests/bug51615.phpt
125125
ext/soap/tests/bug77088.phpt
126+
ext/soap/tests/soap_qname_crash.phpt
126127
ext/sockets/tests/mcast_ipv6_recv.phpt
127128
ext/sockets/tests/mcast_ipv6_send.phpt
128129
ext/sockets/tests/mcast_ipv6_recv_limited.phpt

dockerfiles/ci/xfail_tests/8.3.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ ext/readline/tests/libedit_callback_handler_install_001.phpt
121121
ext/readline/tests/libedit_callback_handler_remove_001.phpt
122122
ext/simplexml/tests/bug51615.phpt
123123
ext/soap/tests/bug77088.phpt
124+
ext/soap/tests/soap_qname_crash.phpt
124125
ext/sockets/tests/socket_create_listen-nobind.phpt
125126
ext/sockets/tests/socket_import_stream-4.phpt
126127
ext/spl/tests/bug40091.phpt

dockerfiles/ci/xfail_tests/8.4.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ ext/readline/tests/libedit_callback_handler_install_001.phpt
125125
ext/readline/tests/libedit_callback_handler_remove_001.phpt
126126
ext/simplexml/tests/bug51615.phpt
127127
ext/soap/tests/bugs/bug77088.phpt
128+
ext/soap/tests/soap_qname_crash.phpt
128129
ext/sockets/tests/socket_create_listen-nobind.phpt
129130
ext/sockets/tests/socket_import_stream-4.phpt
130131
ext/spl/tests/bug40091.phpt

dockerfiles/ci/xfail_tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ These tests use object ids, and %00; changing the EXPECT to EXPECTF will cause t
225225

226226
## `ext/soap/tests/soap_qname_crash.phpt`
227227

228-
Disabled on versions: `8.5+`.
228+
Disabled on versions: `8.1+`.
229229

230230
This test checks PHP's handling of excessively large QName prefix in SoapVar (a stress test for edge cases). With ddtrace loaded, the additional memory overhead causes the test to be killed before it can complete, due to hitting memory limits during the stress test.
231231

0 commit comments

Comments
 (0)