Commit:    bf01edeb8553031324caa77d8be79803bc0fbd4d
Author:    Matt Ficken <v-maf...@microsoft.com>         Fri, 5 Jul 2013 
12:38:28 -0700
Parents:   6c0720e5e54e8583ed164b1056a9cc5abdc56010
Branches:  master

Link:       
http://git.php.net/?p=pftt2.git;a=commitdiff;h=bf01edeb8553031324caa77d8be79803bc0fbd4d

Log:
thread safety fix for MySQL scenario

Changed paths:
  M  src/com/mostc/pftt/model/core/PhptTestCase.java


Diff:
diff --git a/src/com/mostc/pftt/model/core/PhptTestCase.java 
b/src/com/mostc/pftt/model/core/PhptTestCase.java
index d3e27e2..f7c01d1 100644
--- a/src/com/mostc/pftt/model/core/PhptTestCase.java
+++ b/src/com/mostc/pftt/model/core/PhptTestCase.java
@@ -85,7 +85,8 @@ public class PhptTestCase extends TestCase {
                        new String[]{"ext/standard/tests/streams/stream_set_"},
                        new String[]{"ext/standard/tests/streams/"},
                        new String[]{"ext/standard/tests/sockets/", 
"ext/sockets/"},
-                       new String[]{"ext/mysqli/tests/0"},
+                       new String[]{"ext/mysqli/tests/0", 
"ext/mysqli/tests/bug"},
+                       new String[]{"ext/phar/tests/frontcontroller", 
"ext/phar/tests/cache_list/copyonwrite", "ext/phar/tests/zip/copyonwrite", 
"ext/phar/tests/tar/copyonwrite", "ext/phar/cache_list/frontcontroller", 
"ext/phar/zip/frontcontroller", "ext/phar/tar/frontcontroller"},
                        new String[]{"ext/pgsql/"},
                        new String[]{"ext/pdo_pgsql/"},
                        // several 61367 tests that aren't thread-safe (temp 
files)


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to