Skip to content

Commit 2ee7d4e

Browse files
committed
add clarifying comments for test splits
1 parent d5cf37b commit 2ee7d4e

16 files changed

+16
-0
lines changed

tests/integration/api/error_group_callback/test_error_group_callback_error_web.php84.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
/*DESCRIPTION
88
Tests newrelic_set_error_group_callback() API for Web errors.
9+
PHP 8.4+ can no longer use E_USER_ERROR.
910
*/
1011

1112
/*SKIPIF

tests/integration/attributes/test_transaction_closure_clm.php84.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/*DESCRIPTION
88
The agent should send code level metrics (CLM) including function name,
99
class name, and lineno for closures.
10+
PHP 8.4+ names closures differently.
1011
*/
1112

1213
/*SKIPIF

tests/integration/attributes/test_transaction_closure_clm_off.php84.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
/*DESCRIPTION
88
The agent should *not* send code level metrics (CLM) when disabled.
9+
PHP 8.4+ names closures differently.
910
*/
1011

1112
/*SKIPIF

tests/integration/errors/test_E_DEPRECATED_2.php84.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
/*DESCRIPTION
88
The agent should capture and report deprecation warnings.
9+
PHP 8.4+ can no longer use E_USER_ERROR.
910
*/
1011

1112
/*SKIPIF

tests/integration/errors/test_uncaught_handled_exception_02.php84.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
the agent should record the error and add error attributes on all spans leading to uncaught exception as
1010
well as the one throwing the exception. Error attributtes are not expected on the root span (because
1111
the exception has been handled) as well as on the span created for exception handler.
12+
PHP 8.4+ names closures differently.
1213
*/
1314

1415
/*INI

tests/integration/jit/function/test_span_events_are_created_upon_caught_error.php84.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
when an error is generated and handled by user error handler. The span that
1010
generated the error should have error attributes. Additionally error events
1111
should be created.
12+
PHP 8.4+ names closures differently.
1213
*/
1314

1415
/*SKIPIF

tests/integration/jit/function/test_span_events_are_created_upon_uncaught_error.php84.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/*DESCRIPTION
88
Test that span events are correctly created from any eligible segment, even
99
when an error is generated and left to the default error handler.
10+
PHP 8.4+ can no longer use E_USER_ERROR.
1011
*/
1112

1213
/*SKIPIF

tests/integration/jit/function/test_span_events_are_created_upon_uncaught_handled_exception.php84.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
when an uncaught exception is handled by the user exception handler. The
1010
span that generated the exception should have error attributes. Additionally
1111
error events should be created.
12+
PHP 8.4+ names closures differently.
1213
*/
1314

1415
/*SKIPIF

tests/integration/jit/tracing/test_span_events_are_created_upon_caught_error.php84.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
when an error is generated and handled by user error handler. The span that
1010
generated the error should have error attributes. Additionally error events
1111
should be created.
12+
PHP 8.4+ names closures differently.
1213
*/
1314

1415
/*SKIPIF

tests/integration/jit/tracing/test_span_events_are_created_upon_uncaught_error.php84.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/*DESCRIPTION
88
Test that span events are correctly created from any eligible segment, even
99
when an error is generated and left to the default error handler.
10+
PHP 8.4+ can no longer use E_USER_ERROR.
1011
*/
1112

1213
/*SKIPIF

0 commit comments

Comments
 (0)