We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f756b96 + 5b2d80b commit 5e7a1ccCopy full SHA for 5e7a1cc
ext/phar/tests/033a.phpt
@@ -5,6 +5,12 @@ phar
5
--INI--
6
phar.readonly=1
7
phar.require_hash=0
8
+--SKIPIF--
9
+<?php
10
+if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") {
11
+ die("flaky Occasionally segfaults on macOS for unknown reasons");
12
+}
13
+?>
14
--FILE--
15
<?php
16
$fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.1.phar.php';
ext/phar/tests/phar_oo_002.phpt
ext/phar/tests/stat.phpt
phar.require_hash=1
phar.readonly=0
umask(0);
ext/phar/tests/tar/033a.phpt
ext/phar/tests/zip/033a.phpt
run-tests.php
@@ -2177,6 +2177,9 @@ function run_test(string $php, $file, array $env): string
2177
} elseif (!strncasecmp('xleak', $output, 5)) {
2178
// Pretend we have an XLEAK section
2179
$test->setSection('XLEAK', ltrim(substr($output, 5)));
2180
+ } elseif (!strncasecmp('flaky', $output, 5)) {
2181
+ // Pretend we have a FLAKY section
2182
+ $test->setSection('FLAKY', ltrim(substr($output, 5)));
2183
} elseif ($output !== '') {
2184
show_result("BORK", $output, $tested_file, 'reason: invalid output from SKIPIF');
2185
$PHP_FAILED_TESTS['BORKED'][] = [
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments