Skip to content
Snippets Groups Projects
Commit c49a2141 authored by Andrew Maclean's avatar Andrew Maclean
Browse files

Test - see if vtkView as a friend is causing failures.

parent 713bb577
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ commonExceptions = set([
"vtkDataEncoder", # Use after free error.
"vtkWebApplication", # Thread issues - calls vtkDataEncoder
"vtkView", # vtkView.SetRepresentation(None) fails
"vtkDataRepresentation", # Uses vtkView as a friend.
"vtkGenericAttributeCollection", # Assert error
"vtkOverlappingAMR",
......@@ -45,7 +46,9 @@ commonExceptions = set([
])
classLinuxExceptions = set([
"vtkAMREnzoReader" # core dump
"vtkAMREnzoReader", # core dump
#"vtkGraphLayoutView", # Override vtkView, may cause crashes.
#"vtkTreeAreaView"
])
# In the case of Windows, these classes cause a crash.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment