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

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

Log:
thread safety fix for MySQL scenario


Former-commit-id: bf01edeb8553031324caa77d8be79803bc0fbd4d

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)

Reply via email to