Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 612785 Details for
Bug 846825
VTK version (5.8) does not match the one used to build the TVTK classes (5.6)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
output of "mayavi2 -t"
mayavi2_-t.log (text/x-log), 8.44 KB, created by
Sebastian Busch
on 2012-09-14 09:29:21 UTC
(
hide
)
Description:
output of "mayavi2 -t"
Filename:
MIME Type:
Creator:
Sebastian Busch
Created:
2012-09-14 09:29:21 UTC
Size:
8.44 KB
patch
obsolete
>---------------------------------------------------------------------- >Running TVTK tests. >..........F.......................FFFE........................FEE..............E.... >---------------------------------------------------------------------- >Ran 84 tests in 8.602 seconds > >FAILED: there were 5 failures and 4 errors >File: /usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_class_tree.py > >.F.... >====================================================================== >FAIL: test_basic_vtk (__main__.TestClassTree) >Basic tests for the VTK module. >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_class_tree.py", line 39, in test_basic_vtk > self.assertEqual(len(t.tree[0]), 1) >AssertionError: 11 != 1 > >---------------------------------------------------------------------- >Ran 6 tests in 0.035s > >FAILED (failures=1) > >File: /usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_vtk_parser.py > >F.FFE.. >====================================================================== >ERROR: test_parse_all (__main__.TestVTKParser) >Check if all VTK classes are parseable. >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_vtk_parser.py", line 238, in test_parse_all > p.get_method_signature(getattr(k, method)) > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/vtk_parser.py", line 328, in get_method_signature > arg = eval(pat.sub('\"', arg)) > File "<string>", line 1 > ."__abs__"() <==> "abs"( > ^ >SyntaxError: invalid syntax > >====================================================================== >FAIL: test_method_signature (__main__.TestVTKParser) >Check if VTK method signatures are parsed correctly. >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_vtk_parser.py", line 149, in test_method_signature > p.get_method_signature(o.GetColor)) >AssertionError: Lists differ: [([('float', 'float', 'float')... != [([('float', 'float', 'float')... > >First differing element 1: >([None], (('float', 'float', 'float'),)) >([None], ['float', 'float', 'float']) > >Second list contains 1 additional elements. >First extra element 2: >([None], ('float', 'float', 'float')) > > [([('float', 'float', 'float')], None), >+ ([None], ['float', 'float', 'float']), >- ([None], (('float', 'float', 'float'),))] >? - -- > >+ ([None], ('float', 'float', 'float'))] > >====================================================================== >FAIL: test_no_tree (__main__.TestVTKParser) >Check if parser is usable without the tree. >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_vtk_parser.py", line 202, in test_no_tree > self.test_parse() > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_vtk_parser.py", line 127, in test_parse > self.assertEqual(p.get_other_methods(), res) >AssertionError: Lists differ: ['AddShaderVariable', 'Backfac... != ['AddShaderVariable', 'Backfac... > >First differing element 5: >PostRender >ReleaseGraphicsResources > >First list contains 9 additional elements. >First extra element 9: >Render > > ['AddShaderVariable', > 'BackfaceRender', > 'DeepCopy', > 'LoadMaterial', > 'LoadMaterialFromString', >- 'PostRender', > 'ReleaseGraphicsResources', > 'RemoveAllTextures', > 'RemoveTexture', >- 'Render', >? ^ > >+ 'Render'] >? ^ > >- 'VTK_TEXTURE_UNIT_0', >- 'VTK_TEXTURE_UNIT_1', >- 'VTK_TEXTURE_UNIT_2', >- 'VTK_TEXTURE_UNIT_3', >- 'VTK_TEXTURE_UNIT_4', >- 'VTK_TEXTURE_UNIT_5', >- 'VTK_TEXTURE_UNIT_6', >- 'VTK_TEXTURE_UNIT_7'] > >====================================================================== >FAIL: test_parse (__main__.TestVTKParser) >Check if the methods are organized correctly. >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_vtk_parser.py", line 127, in test_parse > self.assertEqual(p.get_other_methods(), res) >AssertionError: Lists differ: ['AddShaderVariable', 'Backfac... != ['AddShaderVariable', 'Backfac... > >First differing element 5: >PostRender >ReleaseGraphicsResources > >First list contains 9 additional elements. >First extra element 9: >Render > > ['AddShaderVariable', > 'BackfaceRender', > 'DeepCopy', > 'LoadMaterial', > 'LoadMaterialFromString', >- 'PostRender', > 'ReleaseGraphicsResources', > 'RemoveAllTextures', > 'RemoveTexture', >- 'Render', >? ^ > >+ 'Render'] >? ^ > >- 'VTK_TEXTURE_UNIT_0', >- 'VTK_TEXTURE_UNIT_1', >- 'VTK_TEXTURE_UNIT_2', >- 'VTK_TEXTURE_UNIT_3', >- 'VTK_TEXTURE_UNIT_4', >- 'VTK_TEXTURE_UNIT_5', >- 'VTK_TEXTURE_UNIT_6', >- 'VTK_TEXTURE_UNIT_7'] > >---------------------------------------------------------------------- >Ran 7 tests in 0.009s > >FAILED (failures=3, errors=1) > >File: /usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_tvtk.py >******************************************************************************** >WARNING: Imported VTK version (5.8) does not match the one used > to build the TVTK classes (5.6). This may cause problems. > Please rebuild TVTK. >******************************************************************************** > > >.................F.E......E >====================================================================== >ERROR: test_parent_child_input (__main__.TestTVTK) >Case where parent has GetInput and child SetInput. >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_tvtk.py", line 514, in test_parent_child_input > vm.input = None > File "tvtk_classes/volume_mapper.py", line 86, in _set_input > self._wrap_call(self._vtk_obj.SetInput, deref_vtk(obj)) > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/tvtk_base.py", line 523, in _wrap_call > ret = vtk_method(*args) >TypeError: ambiguous call, multiple overloaded methods match the arguments > >====================================================================== >ERROR: test_all_instantiable (__main__.TestTVTKModule) >Test if all the TVTK classes are instantiable. >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_tvtk.py", line 556, in test_all_instantiable > k = getattr(tvtk, t_name) >AttributeError: 'TVTK' object has no attribute 'ASCIITextCodec' > >====================================================================== >FAIL: test_object_cache (__main__.TestTVTK) >Test if object cache works. >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_tvtk.py", line 190, in test_object_cache > self.assertEqual(hash1 != hash(src), True) >AssertionError: False != True > >---------------------------------------------------------------------- >Ran 27 tests in 0.571s > >FAILED (failures=1, errors=2) > >File: /usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_wrapper_gen.py > >.E >====================================================================== >ERROR: test_sig_types (__main__.TestWrapperGenerator) >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/tests/test_wrapper_gen.py", line 55, in test_sig_types > sig = wg.parser.get_method_signature(meth) > File "/usr/lib64/python2.7/site-packages/enthought/tvtk/vtk_parser.py", line 328, in get_method_signature > arg = eval(pat.sub('\"', arg)) > File "<string>", line 1, in <module> >TypeError: can't multiply sequence by non-int of type 'str' > >---------------------------------------------------------------------- >Ran 2 tests in 0.001s > >FAILED (errors=1) > >---------------------------------------------------------------------- >Running Mayavi tests. >.......................................................................................................................................................................................................................... >---------------------------------------------------------------------- >Ran 218 tests in 90.62 seconds > >OK
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 846825
: 612785