Make WordPress Core

Ticket #31827: unit-tests.php5.3.28.txt

File unit-tests.php5.3.28.txt, 7.8 KB (added by SergeyBiryukov, 9 years ago)
Line 
1Running as single site... To run multisite, use -c tests/phpunit/multisite.xml
2Not running ajax tests. To execute these, use --group ajax.
3Not running ms-files tests. To execute these, use --group ms-files.
4Not running external-http tests. To execute these, use --group external-http.
5PHPUnit 3.6.12 by Sebastian Bergmann.
6
7Configuration read from S:\home\wordpress\develop\phpunit.xml.dist
8
9.............................................................   61 / 3368 (  1%)
10.............................................................  122 / 3368 (  3%)
11..................S..........................................  183 / 3368 (  5%)
12.............................................................  244 / 3368 (  7%)
13.............................................................  305 / 3368 (  9%)
14.........................................................S...  366 / 3368 ( 10%)
15.............................................................  427 / 3368 ( 12%)
16.............................................................  488 / 3368 ( 14%)
17.............................................................  549 / 3368 ( 16%)
18...................................SS......SS......SS..S.....  610 / 3368 ( 18%)
19.............................................................  671 / 3368 ( 19%)
20.............................................................  732 / 3368 ( 21%)
21.............................................................  793 / 3368 ( 23%)
22.............................................................  854 / 3368 ( 25%)
23.............................................................  915 / 3368 ( 27%)
24.............................................................  976 / 3368 ( 28%)
25............................................................. 1037 / 3368 ( 30%)
26............................................................. 1098 / 3368 ( 32%)
27............................................................. 1159 / 3368 ( 34%)
28............................................................. 1220 / 3368 ( 36%)
29............................................................. 1281 / 3368 ( 38%)
30............................................................. 1342 / 3368 ( 39%)
31............................................................. 1403 / 3368 ( 41%)
32............................................................. 1464 / 3368 ( 43%)
33............................................................. 1525 / 3368 ( 45%)
34................................S............................ 1586 / 3368 ( 47%)
35............................................................. 1647 / 3368 ( 48%)
36..................SSS..S.S................................SSS 1708 / 3368 ( 50%)
37SSSSSSSS..................................................... 1769 / 3368 ( 52%)
38............................................................. 1830 / 3368 ( 54%)
39............................................................. 1891 / 3368 ( 56%)
40............................................................. 1952 / 3368 ( 57%)
41............................................................. 2013 / 3368 ( 59%)
42............................................................. 2074 / 3368 ( 61%)
43............................................................. 2135 / 3368 ( 63%)
44............................................................. 2196 / 3368 ( 65%)
45............................................................. 2257 / 3368 ( 67%)
46............................................................. 2318 / 3368 ( 68%)
47............................................................. 2379 / 3368 ( 70%)
48............................................................. 2440 / 3368 ( 72%)
49............................................................. 2501 / 3368 ( 74%)
50......................S...................................... 2562 / 3368 ( 76%)
51..............................................F.F............ 2623 / 3368 ( 77%)
52........FF..........FFF..................F.........F......... 2684 / 3368 ( 79%)
53............................................................. 2745 / 3368 ( 81%)
54......................................E...................... 2806 / 3368 ( 83%)
55..E.......................................................... 2867 / 3368 ( 85%)
56............................................................. 2928 / 3368 ( 86%)
57............................................................. 2989 / 3368 ( 88%)
58............................................................. 3050 / 3368 ( 90%)
59............................................................. 3111 / 3368 ( 92%)
60............................................................. 3172 / 3368 ( 94%)
61............................................................. 3233 / 3368 ( 95%)
62...........................SSSSSSSSSSSS
63
64Time: 04:32, Memory: 129.00Mb
65
66There were 2 errors:
67
681) Tests_Term_WpInsertTerm::test_wp_insert_term_should_clean_term_cache
69Undefined offset: 1022
70
71S:\home\wordpress\develop\tests\phpunit\tests\term\wpInsertTerm.php:618
72S:\usr\local\php5\phpunit:46
73
742) Tests_Term_WpUpdateTerm::test_wp_update_term_should_clean_term_cache
75Undefined offset: 1063
76
77S:\home\wordpress\develop\tests\phpunit\tests\term\wpUpdateTerm.php:583
78S:\usr\local\php5\phpunit:46
79
80--
81
82
83There were 9 failures:
84
851) Tests_Term_Cache::test_category_children_cache
86Failed asserting that two arrays are equal.
87--- Expected
88+++ Actual
89@@ @@
90 Array (
91-    427 => Array (...)
92 )
93
94S:\home\wordpress\develop\tests\phpunit\tests\term\cache.php:22
95S:\usr\local\php5\phpunit:46
96
972) Tests_Term_Cache::test_hierachy_invalidation
98Failed asserting that an array is not empty.
99
100S:\home\wordpress\develop\tests\phpunit\tests\term\cache.php:83
101S:\usr\local\php5\phpunit:46
102
1033) Tests_Term_getTerms::test_get_terms_seven_levels_deep
104Failed asserting that 0 matches expected 1.
105
106S:\home\wordpress\develop\tests\phpunit\tests\term\getTerms.php:362
107S:\usr\local\php5\phpunit:46
108
1094) Tests_Term_getTerms::test_get_terms_child_of
110Failed asserting that 0 matches expected 1.
111
112S:\home\wordpress\develop\tests\phpunit\tests\term\getTerms.php:376
113S:\usr\local\php5\phpunit:46
114
1155) Tests_Term_getTerms::test_childless_hierarchical_taxonomy
116Failed asserting that two arrays are equal.
117--- Expected
118+++ Actual
119@@ @@
120 Array (
121-    0 => 525
122-    1 => 526
123-    2 => 528
124-    3 => 529
125+    0 => '525'
126+    1 => '526'
127+    2 => '527'
128+    3 => '528'
129+    4 => '529'
130 )
131
132S:\home\wordpress\develop\tests\phpunit\includes\testcase.php:317
133S:\home\wordpress\develop\tests\phpunit\tests\term\getTerms.php:603
134S:\usr\local\php5\phpunit:46
135
1366) Tests_Term_getTerms::test_childless_hierarchical_taxonomy_used_with_child_of
137Failed asserting that two arrays are equal.
138--- Expected
139+++ Actual
140@@ @@
141 Array (
142-    0 => 533
143+    0 => '533'
144+    1 => '534'
145 )
146
147S:\home\wordpress\develop\tests\phpunit\includes\testcase.php:317
148S:\home\wordpress\develop\tests\phpunit\tests\term\getTerms.php:634
149S:\usr\local\php5\phpunit:46
150
1517) Tests_Term_getTerms::test_childless_should_enforce_childless_status_for_all_queried_taxonomies
152Failed asserting that two arrays are equal.
153--- Expected
154+++ Actual
155@@ @@
156 Array (
157-    0 => 537
158-    1 => 539
159+    0 => '536'
160+    1 => '537'
161+    2 => '539'
162 )
163
164S:\home\wordpress\develop\tests\phpunit\includes\testcase.php:317
165S:\home\wordpress\develop\tests\phpunit\tests\term\getTerms.php:655
166S:\usr\local\php5\phpunit:46
167
1688) Tests_Term_getTerms::test_hierarchical_should_recurse_properly_for_all_taxonomies
169Failed asserting that an array contains 630.
170
171S:\home\wordpress\develop\tests\phpunit\tests\term\getTerms.php:1104
172S:\usr\local\php5\phpunit:46
173
1749) Tests_Term_getTerms::test_parent_should_respect_multiple_taxonomies
175Failed asserting that two arrays are equal.
176--- Expected
177+++ Actual
178@@ @@
179 Array (
180-    0 => 691
181 )
182
183S:\home\wordpress\develop\tests\phpunit\includes\testcase.php:317
184S:\home\wordpress\develop\tests\phpunit\tests\term\getTerms.php:1311
185S:\usr\local\php5\phpunit:46
186
187FAILURES!
188Tests: 3272, Assertions: 12514, Failures: 9, Errors: 2, Skipped: 39.