Skip to content

Commit

Permalink
Update sidecar_fallback.phpt
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi authored Jun 10, 2024
1 parent 90e2a3f commit fdca8c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ext/background-sender/sidecar_fallback.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Send telemetry about the sidecar being disabled
--SKIPIF--
<?php include __DIR__ . '/../includes/skipif_no_dev_env.inc'; ?>
<?php die('skip: Sidecar is nowhere enabled by default yet.'); ?>
<?php if (PHP_VERSION_ID < 80300) die('skip: Sidecar fallback exists only on PHP 8.3'); ?>
<?php if (strncasecmp(PHP_OS, "WIN", 3) == 0) die('skip: There is no background sender on Windows'); ?>
<?php if (getenv('USE_ZEND_ALLOC') === '0' && !getenv("SKIP_ASAN")) die('skip: valgrind reports sendmsg(msg.msg_control) points to uninitialised byte(s), but it is unproblematic and outside our control in rust code'); ?>
Expand Down

0 comments on commit fdca8c5

Please sign in to comment.