Make WordPress Core

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

File unit-tests.php5.4.29.150401.txt, 8.1 KB (added by SergeyBiryukov, 10 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............SSSSSSSS............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.......FFF..........FFF............................F....F.... 2684 / 3368 ( 79%)
53............................F................................ 2745 / 3368 ( 81%)
54......................................E...................... 2806 / 3368 ( 83%)
55............................................................. 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: 07:06, Memory: 87.75Mb
65
66There was 1 error:
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
74--
75
76
77There were 11 failures:
78
791) Tests_Term_Cache::test_category_children_cache
80Failed asserting that two arrays are equal.
81--- Expected
82+++ Actual
83@@ @@
84 Array (
85-    427 => Array (...)
86 )
87
88S:\home\wordpress\develop\tests\phpunit\tests\term\cache.php:22
89S:\usr\local\php5\phpunit:46
90
912) Tests_Term_Cache::test_hierachy_invalidation
92Failed asserting that an array is not empty.
93
94S:\home\wordpress\develop\tests\phpunit\tests\term\cache.php:83
95S:\usr\local\php5\phpunit:46
96
973) Tests_Term_getTerms::test_get_terms_grandparent_zero
98Failed asserting that 0 matches expected 1.
99
100S:\home\wordpress\develop\tests\phpunit\tests\term\getTerms.php:338
101S:\usr\local\php5\phpunit:46
102
1034) 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
1095) 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
1156) 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
1367) 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
1518) 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
1689) Tests_Term_getTerms::test_parent_should_respect_multiple_taxonomies
169Failed asserting that two arrays are equal.
170--- Expected
171+++ Actual
172@@ @@
173 Array (
174-    0 => 691
175 )
176
177S:\home\wordpress\develop\tests\phpunit\includes\testcase.php:317
178S:\home\wordpress\develop\tests\phpunit\tests\term\getTerms.php:1311
179S:\usr\local\php5\phpunit:46
180
18110) Tests_Term_getTerms::test_pad_counts_should_work_when_first_taxonomy_is_nonhierarchical_and_second_taxonomy_is_hierarchical
182Failed asserting that '1' matches expected 2.
183
184S:\home\wordpress\develop\tests\phpunit\tests\term\getTerms.php:1443
185S:\usr\local\php5\phpunit:46
186
18711) Tests_Term_SplitSharedTerm::test_should_rebuild_split_term_taxonomy_hierarchy
188Failed asserting that two arrays are equal.
189--- Expected
190+++ Actual
191@@ @@
192 Array (
193-    0 => 777
194+    0 => 776
195 )
196
197S:\home\wordpress\develop\tests\phpunit\tests\term\splitSharedTerm.php:134
198S:\usr\local\php5\phpunit:46
199
200FAILURES!
201Tests: 3272, Assertions: 12457, Failures: 11, Errors: 1, Skipped: 47.