From 54ab67928174a3dd953771386e56fe759efa92aa Mon Sep 17 00:00:00 2001 From: Levi Morrison Date: Fri, 17 Nov 2023 16:56:33 -0700 Subject: [PATCH] test: remove temporary xfail --- profiling/tests/phpt/phpinfo_04.phpt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiling/tests/phpt/phpinfo_04.phpt b/profiling/tests/phpt/phpinfo_04.phpt index d4e80a4b3b..12f9c42978 100644 --- a/profiling/tests/phpt/phpinfo_04.phpt +++ b/profiling/tests/phpt/phpinfo_04.phpt @@ -59,10 +59,5 @@ foreach ($sections as [$key, $expected]) { echo "Done."; ?> ---XFAIL-- -To work around a potential crash, user opcode handlers are installed. This -can cause JIT to emit a warning like: -> JIT is incompatible with third party extensions that setup user opcode handlers. -TODO: when this is fixed upstream, move this to a skipif instead. --EXPECT-- Done.