Skip to content

Commit af63050

Browse files
committed
Remove XFAIL section of a passing COM test
Closes GH-5297
1 parent 4fb705a commit af63050

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

ext/com_dotnet/tests/bug49192.phpt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,9 @@ Bug #49192 (PHP crashes when GC invoked on COM object)
33
--SKIPIF--
44
<?php
55
if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present"; ?>
6-
--XFAIL--
7-
1
86
--FILE--
97
<?php
108

11-
// this test fails to load ADO
12-
//
13-
// a change in windows longhorn x64(affecting vista, 7, 8, 2008, 2008r2) broke ADO.
14-
//
15-
// there is a fix available, but user has to install it.
16-
// given that ADO was deprecated a long time ago in favor of newer APIs,
17-
// I don't think its worth the trouble of making the user install the fix to
18-
// get an accurate test run. its better to just not run the test or expect it to fail.
19-
//
20-
// see: http://support.microsoft.com/kb/2517589
21-
// see: http://www.infoq.com/news/2011/10/ADO-Win7
22-
239
$dbConnection = new Com('ADODB.Connection');
2410
var_dump(gc_collect_cycles());
2511
?>

0 commit comments

Comments
 (0)