8000 CI/Appveyor: do not silence 7z too much · matplotlib/matplotlib@e1194c7 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit e1194c7

Browse files
committed
CI/Appveyor: do not silence 7z too much
There seems to be an error here, so don't silence 7z too much and only filter out the individual files beeing compressed, but not the status messages.
1 parent eff6bb0 commit e1194c7

File tree

2 files changed

+207
-1
lines changed

2 files changed

+207
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ artifacts:
128128
on_failure:
129129
- python visual_tests.py
130130
- echo zipping images after a failure...
131-
- 7z a result_images.zip result_images\ >NUL:
131+
- 7z a result_images.zip result_images\ |grep -v "Compressing"
132132
- appveyor PushArtifact result_images.zip

test.txt

Lines changed: 206 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
TARGET_ARCH=x86, CONDA_PY=27
2+
3+
======================================================================
4+
FAIL: matplotlib.tests.test_axes.test_specgram_angle_freqs.test
5+
----------------------------------------------------------------------
6+
Traceback (most recent call last):
7+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 197, in runTest
8+
self.test(*self.arg)
9+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
10+
result = f(*args, **kwargs)
11+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
12+
'(RMS %(rms).3f)'%err)
13+
ImageComparisonFailure: images not close:
14+
C:\projects\matplotlib\result_images\test_axes\specgram_angle_freqs.png vs. C:\projects\matplotlib\result_images\test_axes\specgram_angle_freqs-expected.png
15+
(RMS 0.002)
16+
17+
======================================================================
18+
FAIL: matplotlib.tests.test_patches.test_wedge_range.test
19+
----------------------------------------------------------------------
20+
Traceback (most recent call last):
21+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 197, in runTest
22+
self.test(*self.arg)
23+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
24+
result = f(*args, **kwargs)
25+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
26+
'(RMS %(rms).3f)'%err)
27+
ImageComparisonFailure: images not close:
28+
C:\projects\matplotlib\result_images\test_patches\wedge_range.png vs. C:\projects\matplotlib\result_images\test_patches\wedge_range-expected.png
29+
(RMS 0.059)
30+
31+
======================================================================
32+
FAIL: matplotlib.tests.test_patheffects.test_collection.test
33+
----------------------------------------------------------------------
34+
Traceback (most recent call last):
35+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 197, in runTest
36+
self.test(*self.arg)
37+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
38+
result = f(*args, **kwargs)
39+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
40+
'(RMS %(rms).3f)'%err)
41+
ImageComparisonFailure: images not close:
42+
C:\projects\matplotlib\result_images\test_patheffects\collection.png vs. C:\projects\matplotlib\result_images\test_patheffects\collection-expected.png
43+
(RMS 0.008)
44+
45+
----------------------------------------------------------------------
46+
Ran 5966 tests in 588.929s
47+
48+
FAILED (KNOWNFAIL=40, SKIP=1210, failures=3)
49+
TARGET_ARCH=x64, CONDA_PY=27
50+
51+
======================================================================
52+
FAIL: matplotlib.tests.test_patches.test_wedge_range.test
53+
----------------------------------------------------------------------
54+
Traceback (most recent call last):
55+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 197, in runTest
56+
self.test(*self.arg)
57+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
58+
result = f(*args, **kwargs)
59+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
60+
'(RMS %(rms).3f)'%err)
61+
ImageComparisonFailure: images not close:
62+
C:\projects\matplotlib\result_images\test_patches\wedge_range.png vs. C:\projects\matplotlib\result_images\test_patches\wedge_range-expected.png
63+
(RMS 0.059)
64+
65+
======================================================================
66+
FAIL: matplotlib.tests.test_patheffects.test_collection.test
67+
----------------------------------------------------------------------
68+
Traceback (most recent call last):
69+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 197, in runTest
70+
self.test(*self.arg)
71+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
72+
result = f(*args, **kwargs)
73+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
74+
'(RMS %(rms).3f)'%err)
75+
ImageComparisonFailure: images not close:
76+
C:\projects\matplotlib\result_images\test_patheffects\collection.png vs. C:\projects\matplotlib\result_images\test_patheffects\collection-expected.png
77+
(RMS 0.012)
78+
79+
----------------------------------------------------------------------
80+
Ran 5966 tests in 411.283s
81+
82+
FAILED (KNOWNFAIL=40, SKIP=1210, failures=2)
83+
TARGET_ARCH=x64, CONDA_PY=34
84+
85+
======================================================================
86+
FAIL: matplotlib.tests.test_patches.test_wedge_range.test
87+
----------------------------------------------------------------------
88+
Traceback (most recent call last):
89+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 198, in runTest
90+
self.test(*self.arg)
91+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
92+
result = f(*args, **kwargs)
93+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
94+
'(RMS %(rms).3f)'%err)
95+
matplotlib.testing.exceptions.ImageComparisonFailure: images not close:
96+
C:\projects\matplotlib\result_images\test_patches\wedge_range.png vs. C:\projects\matplotlib\result_images\test_patches\wedge_range-expected.png
97+
(RMS 0.059)
98+
99+
======================================================================
100+
FAIL: matplotlib.tests.test_patheffects.test_collection.test
101+
----------------------------------------------------------------------
102+
Traceback (most recent call last):
103+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 198, in runTest
104+
self.test(*self.arg)
105+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
106+
result = f(*args, **kwargs)
107+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
108+
'(RMS %(rms).3f)'%err)
109+
matplotlib.testing.exceptions.ImageComparisonFailure: images not close:
110+
C:\projects\matplotlib\result_images\test_patheffects\collection.png vs. C:\projects\matplotlib\result_images\test_patheffects\collection-expected.png
111+
(RMS 0.012)
112+
113+
----------------------------------------------------------------------
114+
Ran 5966 tests in 494.700s
115+
116+
FAILED (KNOWNFAIL=40, SKIP=1210, failures=2)
117+
TARGET_ARCH=x64, CONDA_PY=35
118+
119+
======================================================================
120+
FAIL: matplotlib.tests.test_axes.test_specgram_freqs.test
121+
----------------------------------------------------------------------
122+
Traceback (most recent call last):
123+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 198, in runTest
124+
self.test(*self.arg)
125+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
126+
result = f(*args, **kwargs)
127+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
128+
'(RMS %(rms).3f)'%err)
129+
matplotlib.testing.exceptions.ImageComparisonFailure: images not close:
130+
C:\projects\matplotlib\result_images\test_axes\specgram_freqs.png vs. C:\projects\matplotlib\result_images\test_axes\specgram_freqs-expected.png
131+
(RMS 0.042)
132+
133+
======================================================================
134+
FAIL: matplotlib.tests.test_axes.test_specgram_freqs.test
135+
----------------------------------------------------------------------
136+
Traceback (most recent call last):
137+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 198, in runTest
138+
self.test(*self.arg)
139+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
140+
result = f(*args, **kwargs)
141+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
142+
'(RMS %(rms).3f)'%err)
143+
matplotlib.testing.exceptions.ImageComparisonFailure: images not close:
144+
C:\projects\matplotlib\result_images\test_axes\specgram_freqs_linear.png vs. C:\projects\matplotlib\result_images\test_axes\specgram_freqs_linear-expected.png
145+
(RMS 0.042)
146+
147+
======================================================================
148+
FAIL: matplotlib.tests.test_axes.test_specgram_magnitude_freqs.test
149+
----------------------------------------------------------------------
150+
Traceback (most recent call last):
151+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 198, in runTest
152+
self.test(*self.arg)
153+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
154+
result = f(*args, **kwargs)
155+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
156+
'(RMS %(rms).3f)'%err)
157+
matplotlib.testing.exceptions.ImageComparisonFailure: images not close:
158+
C:\projects\matplotlib\result_images\test_axes\specgram_magnitude_freqs.png vs. C:\projects\matplotlib\result_images\test_axes\specgram_magnitude_freqs-expected.png
159+
(RMS 0.042)
160+
161+
======================================================================
162+
FAIL: matplotlib.tests.test_axes.test_specgram_magnitude_freqs.test
163+
----------------------------------------------------------------------
164+
Traceback (most recent call last):
165+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 198, in runTest
166+
self.test(*self.arg)
167+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
168+
result = f(*args, **kwargs)
169+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
170+
'(RMS %(rms).3f)'%err)
171+
matplotlib.testing.exceptions.ImageComparisonFailure: images not close:
172+
C:\projects\matplotlib\result_images\test_axes\specgram_magnitude_freqs_linear.png vs. C:\projects\matplotlib\result_images\test_axes\specgram_magnitude_freqs_linear-expected.png
173+
(RMS 0.042)
174+
175+
======================================================================
176+
FAIL: matplotlib.tests.test_patheffects.test_collection.test
177+
----------------------------------------------------------------------
178+
Traceback (most recent call last):
179+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 198, in runTest
180+
self.test(*self.arg)
181+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
182+
result = f(*args, **kwargs)
183+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
184+
'(RMS %(rms).3f)'%err)
185+
matplotlib.testing.exceptions.ImageComparisonFailure: images not close:
186+
C:\projects\matplotlib\result_images\test_patheffects\collection.png vs. C:\projects\matplotlib\result_images\test_patheffects\collection-expected.png
187+
(RMS 0.006)
188+
189+
======================================================================
190+
FAIL: matplotlib.tests.test_triangulation.test_tri_smooth_gradient.test
191+
----------------------------------------------------------------------
192+
Traceback (most recent call last):
193+
File "C:\conda\envs\test-environment\lib\site-packages\nose\case.py", line 198, in runTest
194+
self.test(*self.arg)
195+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 55, in failer
196+
result = f(*args, **kwargs)
197+
File "c:\projects\matplotlib\lib\matplotlib\testing\decorators.py", line 259, in do_test
198+
'(RMS %(rms).3f)'%err)
199+
matplotlib.testing.exceptions.ImageComparisonFailure: images not close:
200+
C:\projects\matplotlib\result_images\test_triangulation\tri_smooth_gradient.png vs. C:\projects\matplotlib\result_images\test_triangulation\tri_smooth_gradient-expected.png
201+
(RMS 0.014)
202+
203+
----------------------------------------------------------------------
204+
Ran 5966 tests in 517.163s
205+
206+
FAILED (KNOWNFAIL=40, SKIP=1210, failures=6)

0 commit comments

Comments
 (0)
0