Skip to content

Commit

Permalink
add xfail to failing tests, might not get to this very quickly
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed May 20, 2024
1 parent 32cd9c3 commit 9e8760f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/base/068.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ array(1) {
["self"]=>
*RECURSION*
}

--XFAIL--
REASON: no cyclic reference collector implemented yet
2 changes: 2 additions & 0 deletions tests/base/069.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ object(Foo)#2 (1) {
["foo"]=>
*RECURSION*
}
--XFAIL--
REASON: no cyclic reference collector implemented yet

0 comments on commit 9e8760f

Please sign in to comment.