Skip to content

Commit bdff92a

Browse files
committed
wip
1 parent 3f5ab6e commit bdff92a

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ task:
2525
tests_script:
2626
- export SKIP_IO_CAPTURE_TESTS=1
2727
- export CI_NO_IPV6=1
28-
- sapi/cli/php run-tests.php -P -q -j2 -g FAIL,BORK,LEAK,XLEAK --no-progress --offline --show-diff --show-slow 1000 --set-timeout 120 -d zend_extension=opcache.so
28+
- sapi/cli/php run-tests.php -P -q -j2 -g FAIL,BORK,LEAK,XLEAK --limit-skipped-exts 'a, b, c' --no-progress --offline --show-diff --show-slow 1000 --set-timeout 120 -d zend_extension=opcache.so

azure/libmysqlclient_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ steps:
3535
rm -rf junit.xml | true
3636
sapi/cli/php run-tests.php -P -q \
3737
-g FAIL,BORK,LEAK,XLEAK \
38+
--limit-skipped-exts 'a, b, c' \
3839
--no-progress \
3940
--offline --show-diff --show-slow 1000 --set-timeout 120 \
4041
ext/pdo_mysql

azure/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ steps:
1919
sapi/cli/php run-tests.php -P -q \
2020
-j$(/usr/bin/nproc) \
2121
-g FAIL,BORK,LEAK,XLEAK \
22+
--limit-skipped-exts 'a, b, c' \
2223
--no-progress \
2324
--offline \
2425
--show-diff \

travis/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if [ -z "$ARM64" ]; then export JOBS=$(nproc); else export JOBS=16; fi
77
export SKIP_IO_CAPTURE_TESTS=1
88
./sapi/cli/php run-tests.php -P \
99
-g "FAIL,BORK,LEAK" --offline --show-diff --show-slow 1000 \
10+
--limit-skipped-exts 'a, b, c' \
1011
--no-progress \
1112
--set-timeout 120 -j$JOBS \
1213
-d extension=`pwd`/modules/zend_test.so \

0 commit comments

Comments
 (0)