File tree 4 files changed +12
-0
lines changed 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2
2
Test simple recursive watchpoint
3
3
--SKIPIF--
4
4
<?php
5
+ if (PHP_INT_SIZE == 4 ) {
6
+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7
+ }
5
8
if (getenv ('SKIP_ASAN ' )) {
6
9
die ("skip intentionally causes segfaults " );
7
10
}
Original file line number Diff line number Diff line change 2
2
Test simple array watchpoint with replace
3
3
--SKIPIF--
4
4
<?php
5
+ if (PHP_INT_SIZE == 4 ) {
6
+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7
+ }
5
8
if (getenv ('SKIP_ASAN ' )) {
6
9
die ("skip intentionally causes segfaults " );
7
10
}
Original file line number Diff line number Diff line change 2
2
Test simple watchpoint with replace
3
3
--SKIPIF--
4
4
<?php
5
+ if (PHP_INT_SIZE == 4 ) {
6
+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7
+ }
5
8
if (getenv ('SKIP_ASAN ' )) {
6
9
die ("skip intentionally causes segfaults " );
7
10
}
Original file line number Diff line number Diff line change 2
2
Test detection of inline string manipulations on zval watch
3
3
--SKIPIF--
4
4
<?php
5
+ if (PHP_INT_SIZE == 4 ) {
6
+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7
+ }
5
8
if (getenv ('SKIP_ASAN ' )) {
6
9
die ("skip intentionally causes segfaults " );
7
10
}
You can’t perform that action at this time.
0 commit comments