Commit:    f3afe7cd7306cbb00b493dc70b82d5a633ebe2d6
Author:    Holly Li (WIPRO LIMITED) <v-hu...@microsoft.com>         Tue, 17 Sep 
2019 01:01:49 -0700
Committer: Christoph M. Becker <cmbecke...@gmx.de>      Tue, 17 Sep 2019 
10:47:08 +0200
Parents:   0d2a17e46264960a82553bee23ac1ff619a1c87e
Branches:  master

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

Log:
add mysqli and pdo_mysql as non thread safe tests

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 16d2bd9c..2f323eb9 100644
--- a/src/com/mostc/pftt/model/core/PhptTestCase.java
+++ b/src/com/mostc/pftt/model/core/PhptTestCase.java
@@ -89,7 +89,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", 
"ext/mysqli/tests/bug"},
+                       new String[]{"ext/mysqli/tests/"},
+                       new String[]{"ext/pdo_mysql/tests/"},
                        new String[]{"ext/mbstring/tests/mb_output_"},
                        new String[]{"ext/pgsql/"},
                        new String[]{"ext/pdo_pgsql/"},

Reply via email to