Skip to content

Commit

Permalink
Skip bug 64146 test
Browse files Browse the repository at this point in the history
I confirmed in a debugger that this is a use-after-free that is
fixed in PHP 7.0+. However, I'm not fully certain about _why_ it
happens now, and didn't before; that seems to be due to another bug
somewhere.
  • Loading branch information
morrisonlevi committed Sep 21, 2020
1 parent 5f5edef commit e036056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/ci/xfail_tests/5.5.list
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ ext/standard/tests/serialize/bug21957.phpt
ext/standard/tests/serialize/bug27469.phpt
ext/standard/tests/serialize/bug30234.phpt
ext/standard/tests/serialize/bug62836_1.phpt
ext/standard/tests/serialize/bug64146.phpt
ext/standard/tests/serialize/bug67072_2.phpt
ext/standard/tests/serialize/bug68976.phpt
ext/standard/tests/serialize/bug70219_1.phpt
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/ci/xfail_tests/5.6.list
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ ext/standard/tests/serialize/bug21957.phpt
ext/standard/tests/serialize/bug27469.phpt
ext/standard/tests/serialize/bug30234.phpt
ext/standard/tests/serialize/bug62836_1.phpt
ext/standard/tests/serialize/bug64146.phpt
ext/standard/tests/serialize/bug68976.phpt
ext/standard/tests/serialize/bug69210.phpt
ext/standard/tests/serialize/bug69425.phpt
Expand Down

0 comments on commit e036056

Please sign in to comment.