@kitware/vtk.js 19.2.13 → 19.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (717) hide show
  1. package/Common/Core/Base64.js +1 -1
  2. package/Common/Core/CellArray.js +2 -3
  3. package/Common/Core/ClassHierarchy.js +1 -1
  4. package/Common/Core/DataArray/Constants.js +1 -2
  5. package/Common/Core/DataArray.js +3 -4
  6. package/Common/Core/Endian.js +1 -2
  7. package/Common/Core/ImageHelper.js +1 -1
  8. package/Common/Core/LookupTable.js +1 -2
  9. package/Common/Core/MatrixBuilder.js +1 -1
  10. package/Common/Core/Points.js +1 -2
  11. package/Common/Core/PriorityQueue.js +1 -2
  12. package/Common/Core/ProgressHandler.js +1 -2
  13. package/Common/Core/ScalarsToColors/Constants.js +1 -2
  14. package/Common/Core/ScalarsToColors.js +2 -3
  15. package/Common/Core/StringArray.js +1 -2
  16. package/Common/Core/URLExtract.js +1 -1
  17. package/Common/Core/VariantArray.js +1 -2
  18. package/Common/Core.js +1 -1
  19. package/Common/DataModel/BoundingBox.js +2 -3
  20. package/Common/DataModel/Box.js +2 -3
  21. package/Common/DataModel/CardinalSpline1D.js +1 -2
  22. package/Common/DataModel/Cell.js +1 -2
  23. package/Common/DataModel/CellLinks.js +26 -27
  24. package/Common/DataModel/CellTypes/Constants.js +1 -2
  25. package/Common/DataModel/CellTypes.js +2 -3
  26. package/Common/DataModel/Cone.js +1 -2
  27. package/Common/DataModel/Cylinder.js +2 -3
  28. package/Common/DataModel/DataSet/Constants.js +1 -2
  29. package/Common/DataModel/DataSet.js +2 -3
  30. package/Common/DataModel/DataSetAttributes/Constants.js +1 -2
  31. package/Common/DataModel/DataSetAttributes/FieldData.js +1 -2
  32. package/Common/DataModel/DataSetAttributes.js +2 -3
  33. package/Common/DataModel/ITKHelper.js +1 -1
  34. package/Common/DataModel/ImageData.js +1 -2
  35. package/Common/DataModel/ImplicitBoolean/Constants.js +1 -2
  36. package/Common/DataModel/ImplicitBoolean.js +2 -3
  37. package/Common/DataModel/KochanekSpline1D.js +1 -2
  38. package/Common/DataModel/Line/Constants.js +1 -2
  39. package/Common/DataModel/Line.js +2 -3
  40. package/Common/DataModel/Molecule.js +1 -2
  41. package/Common/DataModel/PiecewiseFunction.js +1 -2
  42. package/Common/DataModel/Plane.js +2 -3
  43. package/Common/DataModel/PointSet.js +1 -2
  44. package/Common/DataModel/PolyData/Constants.js +1 -2
  45. package/Common/DataModel/PolyData.js +1 -2
  46. package/Common/DataModel/Polygon.js +1 -2
  47. package/Common/DataModel/SelectionNode/Constants.js +1 -2
  48. package/Common/DataModel/SelectionNode.js +2 -3
  49. package/Common/DataModel/Sphere.js +2 -3
  50. package/Common/DataModel/Spline1D.js +1 -2
  51. package/Common/DataModel/Spline3D/Constants.js +1 -2
  52. package/Common/DataModel/Spline3D.js +1 -2
  53. package/Common/DataModel/StructuredData/Constants.js +1 -2
  54. package/Common/DataModel/StructuredData.js +2 -3
  55. package/Common/DataModel/Triangle.js +2 -3
  56. package/Common/DataModel.js +1 -1
  57. package/Common/System/MobileVR/headsets.js +1 -1
  58. package/Common/System/MobileVR.js +1 -1
  59. package/Common/System/TimerLog.js +1 -2
  60. package/Common/System.js +1 -1
  61. package/Common/Transform/LandmarkTransform/Constants.js +1 -2
  62. package/Common/Transform/LandmarkTransform.js +2 -3
  63. package/Common/Transform.js +1 -1
  64. package/Common/index.js +1 -1
  65. package/Filters/Core/Cutter.js +3 -4
  66. package/Filters/Core.js +1 -1
  67. package/Filters/Cornerstone/ImageDataToCornerstoneImage.js +1 -2
  68. package/Filters/Cornerstone.js +1 -1
  69. package/Filters/General/AppendPolyData.js +1 -2
  70. package/Filters/General/Calculator.js +2 -3
  71. package/Filters/General/ClosedPolyLineToSurfaceFilter.js +1 -2
  72. package/Filters/General/ImageCropFilter.js +1 -2
  73. package/Filters/General/ImageMarchingCubes/caseTable.js +1 -1
  74. package/Filters/General/ImageMarchingCubes.js +1 -2
  75. package/Filters/General/ImageMarchingSquares/caseTable.js +1 -1
  76. package/Filters/General/ImageMarchingSquares.js +1 -2
  77. package/Filters/General/ImageOutlineFilter.js +1 -2
  78. package/Filters/General/ImageSliceFilter.js +1 -2
  79. package/Filters/General/ImageStreamline.js +1 -2
  80. package/Filters/General/LineFilter.js +1 -2
  81. package/Filters/General/MoleculeToRepresentation.js +1 -2
  82. package/Filters/General/OutlineFilter.js +1 -2
  83. package/Filters/General/PaintFilter/PaintFilter.worker.js +3 -3
  84. package/Filters/General/PaintFilter.js +3 -4
  85. package/Filters/General/ScalarToRGBA.js +1 -2
  86. package/Filters/General/TriangleFilter.js +1 -2
  87. package/Filters/General/TubeFilter/Constants.js +1 -2
  88. package/Filters/General/TubeFilter.js +1 -2
  89. package/Filters/General/WarpScalar.js +1 -2
  90. package/Filters/General/WindowedSincPolyDataFilter.js +43 -44
  91. package/Filters/General.js +1 -1
  92. package/Filters/Sources/Arrow2DSource/Constants.js +1 -2
  93. package/Filters/Sources/Arrow2DSource.js +2 -3
  94. package/Filters/Sources/ArrowSource.js +1 -2
  95. package/Filters/Sources/CircleSource.js +2 -3
  96. package/Filters/Sources/ConcentricCylinderSource.js +1 -2
  97. package/Filters/Sources/ConeSource.js +1 -2
  98. package/Filters/Sources/CubeSource.js +1 -2
  99. package/Filters/Sources/Cursor3D.js +12 -13
  100. package/Filters/Sources/CylinderSource.js +1 -2
  101. package/Filters/Sources/ImageGridSource.js +1 -2
  102. package/Filters/Sources/LineSource.js +1 -2
  103. package/Filters/Sources/PlaneSource.js +1 -2
  104. package/Filters/Sources/PointSource.js +1 -2
  105. package/Filters/Sources/RTAnalyticSource.js +1 -2
  106. package/Filters/Sources/SLICSource.js +1 -2
  107. package/Filters/Sources/SphereSource.js +1 -2
  108. package/Filters/Sources/ViewFinderSource.js +1 -2
  109. package/Filters/Sources.js +1 -1
  110. package/Filters/Texture/TextureMapToPlane.js +1 -2
  111. package/Filters/Texture/TextureMapToSphere.js +1 -2
  112. package/Filters/Texture.js +1 -1
  113. package/Filters/index.js +1 -1
  114. package/IO/Core/BinaryHelper.js +1 -1
  115. package/IO/Core/DataAccessHelper/HtmlDataAccessHelper.js +1 -1
  116. package/IO/Core/DataAccessHelper/HttpDataAccessHelper.js +1 -1
  117. package/IO/Core/DataAccessHelper/JSZipDataAccessHelper.js +3 -3
  118. package/IO/Core/DataAccessHelper/LiteHttpDataAccessHelper.js +1 -1
  119. package/IO/Core/DataAccessHelper.js +1 -2
  120. package/IO/Core/HttpDataSetReader.js +1 -2
  121. package/IO/Core/HttpDataSetSeriesReader.js +1 -2
  122. package/IO/Core/HttpSceneLoader.js +2 -3
  123. package/IO/Core/ImageStream/DefaultProtocol.js +1 -1
  124. package/IO/Core/ImageStream/ViewStream.js +1 -2
  125. package/IO/Core/ImageStream.js +1 -2
  126. package/IO/Core/ResourceLoader.js +1 -2
  127. package/IO/Core/Serializer/ArraySerializer.js +1 -2
  128. package/IO/Core/Serializer/FieldDataSerializer.js +1 -1
  129. package/IO/Core/Serializer/ImageDataSerializer.js +1 -1
  130. package/IO/Core/Serializer/PolyDataSerializer.js +1 -1
  131. package/IO/Core/Serializer.js +1 -1
  132. package/IO/Core/WSLinkClient.js +1 -2
  133. package/IO/Core/ZipMultiDataSetReader.js +3 -4
  134. package/IO/Core/ZipMultiDataSetWriter.js +3 -4
  135. package/IO/Core.js +1 -1
  136. package/IO/Geometry/DracoReader.js +1 -2
  137. package/IO/Geometry/PLYReader.js +1 -2
  138. package/IO/Geometry/STLReader.js +1 -2
  139. package/IO/Geometry/STLWriter/Constants.js +1 -2
  140. package/IO/Geometry/STLWriter.js +2 -3
  141. package/IO/Geometry.js +1 -1
  142. package/IO/Legacy/LegacyAsciiParser.js +1 -1
  143. package/IO/Legacy/PolyDataReader.js +1 -2
  144. package/IO/Legacy.js +1 -1
  145. package/IO/Misc/ElevationReader.js +1 -2
  146. package/IO/Misc/HttpDataSetLODsLoader.js +1 -2
  147. package/IO/Misc/ITKImageReader.js +1 -2
  148. package/IO/Misc/ITKPolyDataReader.js +1 -2
  149. package/IO/Misc/JSONNucleoReader.js +1 -2
  150. package/IO/Misc/JSONReader.js +1 -2
  151. package/IO/Misc/MTLReader.js +2 -3
  152. package/IO/Misc/OBJReader.js +1 -2
  153. package/IO/Misc/PDBReader.js +1 -2
  154. package/IO/Misc/SkyboxReader.js +3 -4
  155. package/IO/Misc.js +1 -1
  156. package/IO/XML/XMLImageDataReader.js +1 -2
  157. package/IO/XML/XMLImageDataWriter.js +2 -3
  158. package/IO/XML/XMLPolyDataReader.js +1 -2
  159. package/IO/XML/XMLPolyDataWriter.js +2 -3
  160. package/IO/XML/XMLReader.js +1 -2
  161. package/IO/XML/XMLWriter/Constants.js +1 -2
  162. package/IO/XML/XMLWriter.js +4 -4
  163. package/IO/XML.js +1 -1
  164. package/IO/index.js +1 -1
  165. package/Imaging/Core/AbstractImageInterpolator/Constants.js +1 -2
  166. package/Imaging/Core/AbstractImageInterpolator/InterpolationInfo.js +2 -3
  167. package/Imaging/Core/AbstractImageInterpolator.js +2 -3
  168. package/Imaging/Core/ImageInterpolator.js +2 -3
  169. package/Imaging/Core/ImagePointDataIterator.js +1 -2
  170. package/Imaging/Core/ImageReslice/Constants.js +1 -2
  171. package/Imaging/Core/ImageReslice.js +2 -3
  172. package/Imaging/Core.js +1 -1
  173. package/Imaging/Hybrid/SampleFunction.js +2 -3
  174. package/Imaging/Hybrid.js +1 -1
  175. package/Imaging/index.js +1 -1
  176. package/Interaction/Animations/TimeStepBasedAnimationHandler.js +2 -3
  177. package/Interaction/Manipulators/CompositeCameraManipulator.js +1 -2
  178. package/Interaction/Manipulators/CompositeGestureManipulator.js +1 -2
  179. package/Interaction/Manipulators/CompositeKeyboardManipulator.js +1 -2
  180. package/Interaction/Manipulators/CompositeMouseManipulator.js +1 -2
  181. package/Interaction/Manipulators/CompositeVRManipulator.js +1 -2
  182. package/Interaction/Manipulators/GestureCameraManipulator.js +1 -2
  183. package/Interaction/Manipulators/KeyboardCameraManipulator.js +1 -2
  184. package/Interaction/Manipulators/MouseBoxSelectorManipulator.js +3 -4
  185. package/Interaction/Manipulators/MouseCameraAxisRotateManipulator.js +1 -2
  186. package/Interaction/Manipulators/MouseCameraSliceManipulator.js +1 -2
  187. package/Interaction/Manipulators/MouseCameraTrackballFirstPersonManipulator.js +1 -2
  188. package/Interaction/Manipulators/MouseCameraTrackballMultiRotateManipulator.js +1 -2
  189. package/Interaction/Manipulators/MouseCameraTrackballPanManipulator.js +1 -2
  190. package/Interaction/Manipulators/MouseCameraTrackballRollManipulator.js +1 -2
  191. package/Interaction/Manipulators/MouseCameraTrackballRotateManipulator.js +1 -2
  192. package/Interaction/Manipulators/MouseCameraTrackballZoomManipulator.js +1 -2
  193. package/Interaction/Manipulators/MouseCameraTrackballZoomToMouseManipulator.js +1 -2
  194. package/Interaction/Manipulators/MouseCameraUnicamManipulator.js +1 -2
  195. package/Interaction/Manipulators/MouseCameraUnicamRotateManipulator.js +1 -2
  196. package/Interaction/Manipulators/MouseRangeManipulator.js +1 -2
  197. package/Interaction/Manipulators/VRButtonPanManipulator.js +1 -2
  198. package/Interaction/Manipulators.js +1 -1
  199. package/Interaction/Misc/DeviceOrientationToCamera.js +1 -1
  200. package/Interaction/Misc.js +1 -1
  201. package/Interaction/Style/InteractorStyleImage.js +1 -2
  202. package/Interaction/Style/InteractorStyleMPRSlice.js +1 -2
  203. package/Interaction/Style/InteractorStyleManipulator/Presets.js +1 -1
  204. package/Interaction/Style/InteractorStyleManipulator.js +2 -3
  205. package/Interaction/Style/InteractorStyleRemoteMouse.js +2 -3
  206. package/Interaction/Style/InteractorStyleTrackballCamera.js +1 -2
  207. package/Interaction/Style/InteractorStyleUnicam.js +1 -2
  208. package/Interaction/Style.js +1 -1
  209. package/Interaction/UI/CornerAnnotation.js +1 -2
  210. package/Interaction/UI/FPSMonitor.js +2 -3
  211. package/Interaction/UI/Icons.js +1 -1
  212. package/Interaction/UI/Slider/Constants.js +1 -2
  213. package/Interaction/UI/Slider.js +2 -3
  214. package/Interaction/UI/VolumeController.js +1 -2
  215. package/Interaction/UI.js +1 -1
  216. package/Interaction/Widgets/AbstractWidget.js +2 -3
  217. package/Interaction/Widgets/DistanceRepresentation.js +2 -3
  218. package/Interaction/Widgets/DistanceWidget.js +2 -3
  219. package/Interaction/Widgets/HandleRepresentation/Constants.js +1 -2
  220. package/Interaction/Widgets/HandleRepresentation.js +2 -3
  221. package/Interaction/Widgets/HandleWidget/Constants.js +1 -2
  222. package/Interaction/Widgets/HandleWidget.js +2 -3
  223. package/Interaction/Widgets/ImageCroppingRegionsRepresentation.js +1 -2
  224. package/Interaction/Widgets/ImageCroppingRegionsWidget/Constants.js +1 -1
  225. package/Interaction/Widgets/ImageCroppingRegionsWidget.js +2 -3
  226. package/Interaction/Widgets/LabelRepresentation/Constants.js +1 -2
  227. package/Interaction/Widgets/LabelRepresentation.js +3 -4
  228. package/Interaction/Widgets/LabelWidget.js +2 -3
  229. package/Interaction/Widgets/LineRepresentation/Constants.js +1 -2
  230. package/Interaction/Widgets/LineRepresentation.js +2 -3
  231. package/Interaction/Widgets/LineWidget/Constants.js +1 -2
  232. package/Interaction/Widgets/LineWidget.js +2 -3
  233. package/Interaction/Widgets/OrientationMarkerWidget/Constants.js +1 -1
  234. package/Interaction/Widgets/OrientationMarkerWidget.js +2 -3
  235. package/Interaction/Widgets/PiecewiseGaussianWidget/ComputeHistogram.worker.js +3 -3
  236. package/Interaction/Widgets/PiecewiseGaussianWidget.js +15 -16
  237. package/Interaction/Widgets/PointPlacer.js +1 -2
  238. package/Interaction/Widgets/ResliceCursor/ResliceCursor/Constants.js +1 -2
  239. package/Interaction/Widgets/ResliceCursor/ResliceCursor.js +2 -3
  240. package/Interaction/Widgets/ResliceCursor/ResliceCursorActor/Constants.js +1 -2
  241. package/Interaction/Widgets/ResliceCursor/ResliceCursorActor.js +2 -3
  242. package/Interaction/Widgets/ResliceCursor/ResliceCursorLineRepresentation.js +1 -2
  243. package/Interaction/Widgets/ResliceCursor/ResliceCursorPolyDataAlgorithm.js +2 -3
  244. package/Interaction/Widgets/ResliceCursor/ResliceCursorRepresentation.js +1 -2
  245. package/Interaction/Widgets/ResliceCursor/ResliceCursorWidget/Constants.js +1 -2
  246. package/Interaction/Widgets/ResliceCursor/ResliceCursorWidget.js +2 -3
  247. package/Interaction/Widgets/SphereHandleRepresentation.js +2 -3
  248. package/Interaction/Widgets/WidgetRepresentation.js +1 -2
  249. package/Interaction/Widgets.js +1 -1
  250. package/Interaction/index.js +1 -1
  251. package/Proxy/Animation/AbstractAnimationProxy.js +1 -2
  252. package/Proxy/Animation/AnimationProxyManager.js +1 -2
  253. package/Proxy/Animation/TimeStepBasedAnimationHandlerProxy.js +1 -2
  254. package/Proxy/Core/AbstractRepresentationProxy.js +1 -1
  255. package/Proxy/Core/LookupTableProxy/Constants.js +1 -1
  256. package/Proxy/Core/LookupTableProxy.js +1 -2
  257. package/Proxy/Core/PiecewiseFunctionProxy/Constants.js +1 -1
  258. package/Proxy/Core/PiecewiseFunctionProxy.js +2 -3
  259. package/Proxy/Core/ProxyManager/core.js +2 -2
  260. package/Proxy/Core/ProxyManager/properties.js +2 -2
  261. package/Proxy/Core/ProxyManager/state.js +2 -2
  262. package/Proxy/Core/ProxyManager/view.js +1 -1
  263. package/Proxy/Core/ProxyManager.js +1 -2
  264. package/Proxy/Core/SourceProxy.js +1 -2
  265. package/Proxy/Core/View2DProxy.js +1 -2
  266. package/Proxy/Core/ViewProxy.js +4 -4
  267. package/Proxy/Core.js +1 -1
  268. package/Proxy/Representations/GeometryRepresentationProxy.js +1 -2
  269. package/Proxy/Representations/GlyphRepresentationProxy.js +1 -2
  270. package/Proxy/Representations/MoleculeRepresentationProxy.js +1 -2
  271. package/Proxy/Representations/SkyboxRepresentationProxy.js +1 -2
  272. package/Proxy/Representations/SliceRepresentationProxy.js +2 -3
  273. package/Proxy/Representations/SlicedGeometryRepresentationProxy.js +1 -2
  274. package/Proxy/Representations/VolumeRepresentationProxy.js +1 -2
  275. package/Proxy/Representations.js +1 -1
  276. package/Proxy/index.js +1 -1
  277. package/Rendering/Core/AbstractMapper.js +1 -2
  278. package/Rendering/Core/AbstractMapper3D.js +1 -2
  279. package/Rendering/Core/AbstractPicker.js +1 -2
  280. package/Rendering/Core/Actor.js +2 -3
  281. package/Rendering/Core/Actor2D.js +1 -2
  282. package/Rendering/Core/AnnotatedCubeActor/Presets.js +1 -1
  283. package/Rendering/Core/AnnotatedCubeActor.js +2 -3
  284. package/Rendering/Core/AxesActor.js +2 -3
  285. package/Rendering/Core/Camera.js +1 -2
  286. package/Rendering/Core/CellPicker.js +2 -3
  287. package/Rendering/Core/ColorTransferFunction/ColorMaps.js +1 -1
  288. package/Rendering/Core/ColorTransferFunction/ColorMapsLite.js +1 -1
  289. package/Rendering/Core/ColorTransferFunction/Constants.js +1 -2
  290. package/Rendering/Core/ColorTransferFunction.js +2 -3
  291. package/Rendering/Core/Coordinate/Constants.js +1 -2
  292. package/Rendering/Core/Coordinate.js +2 -3
  293. package/Rendering/Core/CubeAxesActor.js +2 -3
  294. package/Rendering/Core/Follower.js +2 -3
  295. package/Rendering/Core/Glyph3DMapper/Constants.js +1 -2
  296. package/Rendering/Core/Glyph3DMapper.js +2 -3
  297. package/Rendering/Core/HardwareSelector.js +1 -2
  298. package/Rendering/Core/ImageMapper/Constants.js +1 -2
  299. package/Rendering/Core/ImageMapper.js +2 -3
  300. package/Rendering/Core/ImageProperty/Constants.js +1 -2
  301. package/Rendering/Core/ImageProperty.js +1 -2
  302. package/Rendering/Core/ImageSlice.js +1 -2
  303. package/Rendering/Core/InteractorObserver.js +2 -3
  304. package/Rendering/Core/InteractorStyle/Constants.js +1 -2
  305. package/Rendering/Core/InteractorStyle.js +2 -3
  306. package/Rendering/Core/Light.js +1 -2
  307. package/Rendering/Core/Mapper/CoincidentTopologyHelper.js +1 -2
  308. package/Rendering/Core/Mapper/Constants.js +1 -2
  309. package/Rendering/Core/Mapper/Static.js +1 -2
  310. package/Rendering/Core/Mapper.js +2 -3
  311. package/Rendering/Core/Picker.js +2 -3
  312. package/Rendering/Core/PixelSpaceCallbackMapper.js +1 -2
  313. package/Rendering/Core/PointPicker.js +1 -9
  314. package/Rendering/Core/Prop.js +1 -2
  315. package/Rendering/Core/Prop3D.js +1 -2
  316. package/Rendering/Core/Property/Constants.js +1 -2
  317. package/Rendering/Core/Property.js +2 -3
  318. package/Rendering/Core/Property2D.js +1 -2
  319. package/Rendering/Core/RenderWindow.js +1 -2
  320. package/Rendering/Core/RenderWindowInteractor/Constants.js +1 -2
  321. package/Rendering/Core/RenderWindowInteractor.js +2 -3
  322. package/Rendering/Core/Renderer.js +2 -3
  323. package/Rendering/Core/ScalarBarActor.js +2 -3
  324. package/Rendering/Core/Skybox.js +1 -2
  325. package/Rendering/Core/SphereMapper.js +1 -2
  326. package/Rendering/Core/StickMapper.js +1 -2
  327. package/Rendering/Core/SurfaceLICInterface/Constants.js +1 -2
  328. package/Rendering/Core/SurfaceLICInterface.js +1 -2
  329. package/Rendering/Core/SurfaceLICMapper.js +1 -2
  330. package/Rendering/Core/Texture.js +1 -2
  331. package/Rendering/Core/Viewport.js +1 -2
  332. package/Rendering/Core/Volume.js +1 -2
  333. package/Rendering/Core/VolumeMapper/Constants.js +1 -2
  334. package/Rendering/Core/VolumeMapper.js +1 -2
  335. package/Rendering/Core/VolumeProperty/Constants.js +1 -2
  336. package/Rendering/Core/VolumeProperty.js +2 -3
  337. package/Rendering/Core.js +2 -2
  338. package/Rendering/Misc/CanvasView.js +1 -2
  339. package/Rendering/Misc/FullScreenRenderWindow.js +1 -2
  340. package/Rendering/Misc/GenericRenderWindow.js +1 -2
  341. package/Rendering/Misc/RemoteView.js +1 -2
  342. package/Rendering/Misc/RenderWindowWithControlBar.js +2 -3
  343. package/Rendering/Misc/SynchronizableRenderWindow/vtkObjectManager.js +2 -2
  344. package/Rendering/Misc/SynchronizableRenderWindow.js +3 -4
  345. package/Rendering/Misc/TextureLODsDownloader.js +1 -2
  346. package/Rendering/Misc.js +1 -1
  347. package/Rendering/OpenGL/Actor.js +2 -3
  348. package/Rendering/OpenGL/Actor2D.js +2 -3
  349. package/Rendering/OpenGL/BufferObject/Constants.js +1 -2
  350. package/Rendering/OpenGL/BufferObject.js +2 -3
  351. package/Rendering/OpenGL/Camera.js +2 -3
  352. package/Rendering/OpenGL/CellArrayBufferObject.js +2 -4
  353. package/Rendering/OpenGL/Convolution2DPass.js +1 -2
  354. package/Rendering/OpenGL/ForwardPass.js +1 -2
  355. package/Rendering/OpenGL/Framebuffer.js +2 -3
  356. package/Rendering/OpenGL/Glyph3DMapper.js +3 -4
  357. package/Rendering/OpenGL/HardwareSelector/Constants.js +1 -2
  358. package/Rendering/OpenGL/HardwareSelector.js +2 -3
  359. package/Rendering/OpenGL/Helper.js +1 -2
  360. package/Rendering/OpenGL/ImageMapper.js +2 -3
  361. package/Rendering/OpenGL/ImageSlice.js +2 -3
  362. package/Rendering/OpenGL/PixelSpaceCallbackMapper.js +1 -2
  363. package/Rendering/OpenGL/PolyDataMapper.js +2 -3
  364. package/Rendering/OpenGL/RadialDistortionPass.js +1 -2
  365. package/Rendering/OpenGL/RenderWindow.js +1 -2
  366. package/Rendering/OpenGL/Renderer.js +2 -3
  367. package/Rendering/OpenGL/ReplacementShaderMapper.js +1 -1
  368. package/Rendering/OpenGL/Shader.js +1 -2
  369. package/Rendering/OpenGL/ShaderCache.js +1 -2
  370. package/Rendering/OpenGL/ShaderProgram.js +1 -1
  371. package/Rendering/OpenGL/Skybox.js +2 -3
  372. package/Rendering/OpenGL/SphereMapper.js +2 -3
  373. package/Rendering/OpenGL/StickMapper.js +2 -3
  374. package/Rendering/OpenGL/SurfaceLIC/LineIntegralConvolution2D/pingpong.js +1 -2
  375. package/Rendering/OpenGL/SurfaceLIC/LineIntegralConvolution2D.js +1 -2
  376. package/Rendering/OpenGL/SurfaceLIC/SurfaceLICInterface.js +1 -2
  377. package/Rendering/OpenGL/SurfaceLIC/SurfaceLICMapper.js +3 -4
  378. package/Rendering/OpenGL/SurfaceLIC.js +1 -1
  379. package/Rendering/OpenGL/Texture/Constants.js +1 -2
  380. package/Rendering/OpenGL/Texture.js +3 -4
  381. package/Rendering/OpenGL/TextureUnitManager.js +1 -2
  382. package/Rendering/OpenGL/VertexArrayObject.js +1 -2
  383. package/Rendering/OpenGL/ViewNodeFactory.js +1 -2
  384. package/Rendering/OpenGL/Volume.js +2 -3
  385. package/Rendering/OpenGL/VolumeMapper.js +3 -4
  386. package/Rendering/OpenGL.js +1 -1
  387. package/Rendering/SceneGraph/RenderPass.js +1 -2
  388. package/Rendering/SceneGraph/RenderWindowViewNode.js +1 -2
  389. package/Rendering/SceneGraph/ViewNode.js +1 -1
  390. package/Rendering/SceneGraph/ViewNodeFactory.js +1 -2
  391. package/Rendering/SceneGraph.js +1 -1
  392. package/Rendering/WebGPU/Actor.js +1 -2
  393. package/Rendering/WebGPU/BindGroup.js +1 -2
  394. package/Rendering/WebGPU/Buffer.js +2 -3
  395. package/Rendering/WebGPU/BufferManager/Constants.js +1 -2
  396. package/Rendering/WebGPU/BufferManager.js +3 -4
  397. package/Rendering/WebGPU/Camera.js +1 -2
  398. package/Rendering/WebGPU/Device.js +2 -3
  399. package/Rendering/WebGPU/ForwardPass.js +1 -2
  400. package/Rendering/WebGPU/FullScreenQuad.js +1 -2
  401. package/Rendering/WebGPU/Glyph3DMapper.js +3 -4
  402. package/Rendering/WebGPU/HardwareSelectionPass.js +1 -2
  403. package/Rendering/WebGPU/HardwareSelector.js +1 -2
  404. package/Rendering/WebGPU/MapperHelper.js +1 -2
  405. package/Rendering/WebGPU/OpaquePass.js +2 -4
  406. package/Rendering/WebGPU/OrderIndependentTranslucentPass.js +1 -2
  407. package/Rendering/WebGPU/Pipeline.js +2 -3
  408. package/Rendering/WebGPU/PixelSpaceCallbackMapper.js +1 -2
  409. package/Rendering/WebGPU/PolyDataMapper.js +3 -4
  410. package/Rendering/WebGPU/RenderEncoder.js +2 -3
  411. package/Rendering/WebGPU/RenderWindow.js +11 -3
  412. package/Rendering/WebGPU/Renderer.js +2 -3
  413. package/Rendering/WebGPU/Sampler.js +1 -2
  414. package/Rendering/WebGPU/ShaderCache.js +1 -2
  415. package/Rendering/WebGPU/ShaderDescription.js +1 -2
  416. package/Rendering/WebGPU/ShaderModule.js +1 -1
  417. package/Rendering/WebGPU/SphereMapper.js +1 -2
  418. package/Rendering/WebGPU/StickMapper.js +1 -2
  419. package/Rendering/WebGPU/StorageBuffer.js +1 -2
  420. package/Rendering/WebGPU/Texture.js +2 -3
  421. package/Rendering/WebGPU/TextureManager.js +24 -7
  422. package/Rendering/WebGPU/TextureView.js +19 -4
  423. package/Rendering/WebGPU/Types.js +83 -42
  424. package/Rendering/WebGPU/UniformBuffer.js +1 -2
  425. package/Rendering/WebGPU/VertexInput.js +2 -3
  426. package/Rendering/WebGPU/ViewNodeFactory.js +1 -2
  427. package/Rendering/WebGPU/Volume.js +1 -2
  428. package/Rendering/WebGPU/VolumePass.js +2 -3
  429. package/Rendering/WebGPU/VolumePassFSQ.js +4 -4
  430. package/Rendering/WebGPU.js +1 -1
  431. package/Rendering/index.js +1 -1
  432. package/ThirdParty/index.js +2 -2
  433. package/Utilities/DataGenerator/convert-cli.js +10 -8
  434. package/Utilities/ExampleRunner/example-runner-cli.js +2 -1
  435. package/Utilities/ExampleRunner/template-config.js +8 -6
  436. package/Utilities/TestResults/TESTS-Chrome_Headless_93.0.4577.63_(Linux_x86_64).xml +1058 -1058
  437. package/Utilities/XMLConverter/xml2json-cli.js +5 -4
  438. package/Widgets/Core/AbstractWidget/Constants.js +1 -2
  439. package/Widgets/Core/AbstractWidget.js +1 -2
  440. package/Widgets/Core/AbstractWidgetFactory.js +2 -3
  441. package/Widgets/Core/StateBuilder/boundsMixin.js +1 -2
  442. package/Widgets/Core/StateBuilder/colorMixin.js +1 -2
  443. package/Widgets/Core/StateBuilder/cornerMixin.js +1 -2
  444. package/Widgets/Core/StateBuilder/directionMixin.js +1 -2
  445. package/Widgets/Core/StateBuilder/manipulatorMixin.js +1 -2
  446. package/Widgets/Core/StateBuilder/nameMixin.js +1 -2
  447. package/Widgets/Core/StateBuilder/orientationMixin.js +1 -2
  448. package/Widgets/Core/StateBuilder/originMixin.js +1 -2
  449. package/Widgets/Core/StateBuilder/scale1Mixin.js +1 -2
  450. package/Widgets/Core/StateBuilder/scale3Mixin.js +1 -2
  451. package/Widgets/Core/StateBuilder/shapeMixin.js +1 -2
  452. package/Widgets/Core/StateBuilder/textMixin.js +1 -2
  453. package/Widgets/Core/StateBuilder/visibleMixin.js +1 -2
  454. package/Widgets/Core/StateBuilder.js +1 -2
  455. package/Widgets/Core/WidgetManager/Constants.js +1 -2
  456. package/Widgets/Core/WidgetManager.js +1 -2
  457. package/Widgets/Core/WidgetState.js +1 -2
  458. package/Widgets/Core.js +1 -1
  459. package/Widgets/Manipulators/LineManipulator.js +1 -2
  460. package/Widgets/Manipulators/PlaneManipulator.js +1 -2
  461. package/Widgets/Manipulators/TrackballManipulator.js +1 -2
  462. package/Widgets/Manipulators.js +1 -1
  463. package/Widgets/Representations/ArrowHandleRepresentation.js +2 -3
  464. package/Widgets/Representations/CircleContextRepresentation.js +1 -2
  465. package/Widgets/Representations/ContextRepresentation.js +2 -3
  466. package/Widgets/Representations/ConvexFaceContextRepresentation.js +1 -2
  467. package/Widgets/Representations/CroppingOutlineRepresentation.js +1 -2
  468. package/Widgets/Representations/CubeHandleRepresentation.js +1 -2
  469. package/Widgets/Representations/HandleRepresentation.js +2 -3
  470. package/Widgets/Representations/ImplicitPlaneRepresentation.js +1 -2
  471. package/Widgets/Representations/OutlineContextRepresentation.js +1 -2
  472. package/Widgets/Representations/PolyLineRepresentation.js +2 -3
  473. package/Widgets/Representations/RectangleContextRepresentation.js +1 -2
  474. package/Widgets/Representations/ResliceCursorContextRepresentation.js +2 -3
  475. package/Widgets/Representations/SphereHandleRepresentation.js +1 -2
  476. package/Widgets/Representations/SplineContextRepresentation.js +1 -2
  477. package/Widgets/Representations/WidgetRepresentation/Constants.js +1 -2
  478. package/Widgets/Representations/WidgetRepresentation.js +1 -2
  479. package/Widgets/Representations.js +1 -1
  480. package/Widgets/SVG/SVGLandmarkRepresentation.js +2 -3
  481. package/Widgets/SVG/SVGRepresentation.js +3 -2
  482. package/Widgets/Widgets3D/AngleWidget/behavior.js +1 -1
  483. package/Widgets/Widgets3D/AngleWidget/state.js +1 -1
  484. package/Widgets/Widgets3D/AngleWidget.js +1 -2
  485. package/Widgets/Widgets3D/DistanceWidget/behavior.js +1 -1
  486. package/Widgets/Widgets3D/DistanceWidget/state.js +1 -1
  487. package/Widgets/Widgets3D/DistanceWidget.js +1 -2
  488. package/Widgets/Widgets3D/EllipseWidget/behavior.js +2 -2
  489. package/Widgets/Widgets3D/EllipseWidget/state.js +1 -1
  490. package/Widgets/Widgets3D/EllipseWidget.js +2 -3
  491. package/Widgets/Widgets3D/ImageCroppingWidget/behavior.js +1 -1
  492. package/Widgets/Widgets3D/ImageCroppingWidget/state.js +1 -1
  493. package/Widgets/Widgets3D/ImageCroppingWidget.js +1 -2
  494. package/Widgets/Widgets3D/ImplicitPlaneWidget.js +1 -2
  495. package/Widgets/Widgets3D/InteractiveOrientationWidget/behavior.js +2 -2
  496. package/Widgets/Widgets3D/InteractiveOrientationWidget/state.js +1 -2
  497. package/Widgets/Widgets3D/InteractiveOrientationWidget.js +1 -2
  498. package/Widgets/Widgets3D/LineWidget/Constants.js +1 -2
  499. package/Widgets/Widgets3D/LineWidget/behavior.js +2 -2
  500. package/Widgets/Widgets3D/LineWidget/state.js +1 -1
  501. package/Widgets/Widgets3D/LineWidget.js +1 -2
  502. package/Widgets/Widgets3D/PaintWidget.js +1 -2
  503. package/Widgets/Widgets3D/PolyLineWidget/behavior.js +1 -1
  504. package/Widgets/Widgets3D/PolyLineWidget/state.js +1 -1
  505. package/Widgets/Widgets3D/PolyLineWidget.js +1 -2
  506. package/Widgets/Widgets3D/RectangleWidget/behavior.js +2 -2
  507. package/Widgets/Widgets3D/RectangleWidget/state.js +1 -1
  508. package/Widgets/Widgets3D/RectangleWidget.js +2 -3
  509. package/Widgets/Widgets3D/ResliceCursorWidget/Constants.js +1 -2
  510. package/Widgets/Widgets3D/ResliceCursorWidget/behavior.js +1 -1
  511. package/Widgets/Widgets3D/ResliceCursorWidget/state.js +1 -1
  512. package/Widgets/Widgets3D/ResliceCursorWidget.js +1 -2
  513. package/Widgets/Widgets3D/ShapeWidget/Constants.js +1 -2
  514. package/Widgets/Widgets3D/ShapeWidget/behavior.js +2 -2
  515. package/Widgets/Widgets3D/ShapeWidget.js +1 -2
  516. package/Widgets/Widgets3D/SplineWidget/behavior.js +1 -1
  517. package/Widgets/Widgets3D/SplineWidget/state.js +1 -1
  518. package/Widgets/Widgets3D/SplineWidget.js +1 -2
  519. package/Widgets/Widgets3D.js +1 -1
  520. package/Widgets/index.js +1 -1
  521. package/_vendor/base64-js/index.js_commonjs-exports +1 -0
  522. package/_vendor/blueimp-md5/js/md5.js_commonjs-module +3 -0
  523. package/_vendor/define-properties/index.js_commonjs-proxy +1 -1
  524. package/_vendor/globalthis/implementation.browser.js_commonjs-module +3 -0
  525. package/_vendor/globalthis/implementation.browser.js_commonjs-proxy +1 -1
  526. package/_vendor/globalthis/polyfill.js_commonjs-proxy +1 -1
  527. package/_vendor/globalthis/shim.js_commonjs-proxy +2 -1
  528. package/_vendor/jszip/dist/jszip.min.js_commonjs-module +3 -0
  529. package/_vendor/object-keys/implementation.js_commonjs-proxy +1 -1
  530. package/_vendor/object-keys/index.js_commonjs-proxy +1 -1
  531. package/_vendor/object-keys/isArguments.js_commonjs-proxy +1 -1
  532. package/_vendor/seedrandom/lib/alea.js_commonjs-module +3 -0
  533. package/_vendor/seedrandom/lib/alea.js_commonjs-proxy +1 -1
  534. package/_vendor/seedrandom/lib/tychei.js_commonjs-module +3 -0
  535. package/_vendor/seedrandom/lib/tychei.js_commonjs-proxy +1 -1
  536. package/_vendor/seedrandom/lib/xor128.js_commonjs-module +3 -0
  537. package/_vendor/seedrandom/lib/xor128.js_commonjs-proxy +1 -1
  538. package/_vendor/seedrandom/lib/xor4096.js_commonjs-module +3 -0
  539. package/_vendor/seedrandom/lib/xor4096.js_commonjs-proxy +1 -1
  540. package/_vendor/seedrandom/lib/xorshift7.js_commonjs-module +3 -0
  541. package/_vendor/seedrandom/lib/xorshift7.js_commonjs-proxy +1 -1
  542. package/_vendor/seedrandom/lib/xorwow.js_commonjs-module +3 -0
  543. package/_vendor/seedrandom/lib/xorwow.js_commonjs-proxy +1 -1
  544. package/_vendor/seedrandom/seedrandom.js_commonjs-module +3 -0
  545. package/_vendor/seedrandom/seedrandom.js_commonjs-proxy +1 -1
  546. package/_vendor/webworker-promise/lib/register.js_commonjs-module +3 -0
  547. package/_vendor/webworker-promise/lib/tiny-emitter.js_commonjs-proxy +1 -1
  548. package/_vendor/webworker-promise/src/tiny-emitter.js_commonjs-proxy +1 -0
  549. package/_vendor/xmlbuilder2/lib/xmlbuilder2.min.js_commonjs-module +3 -0
  550. package/_virtual/commonjsHelpers.js +3 -4
  551. package/_virtual/{polyfill-node_buffer.js → polyfill-node.buffer.js} +1 -1
  552. package/_virtual/{polyfill-node_global.js → polyfill-node.global.js} +0 -0
  553. package/_virtual/rollup-plugin-worker-loader__module_Sources/Filters/General/PaintFilter/PaintFilter.worker.js +1 -1
  554. package/_virtual/rollup-plugin-worker-loader__module_Sources/Interaction/Widgets/PiecewiseGaussianWidget/ComputeHistogram.worker.js +1 -1
  555. package/macros.js +4 -5
  556. package/package.json +54 -55
  557. package/vendor/base64-js/index.js +1 -87
  558. package/vendor/blueimp-md5/js/md5.js +6 -3
  559. package/vendor/d3-array/src/ascending.js +1 -1
  560. package/vendor/d3-array/src/bisect.js +2 -1
  561. package/vendor/d3-array/src/bisector.js +21 -23
  562. package/vendor/d3-array/src/mode.js +1 -0
  563. package/vendor/d3-scale/src/continuous.js +2 -2
  564. package/vendor/d3-time/src/ticks.js +1 -0
  565. package/vendor/define-properties/index.js +2 -1
  566. package/vendor/globalthis/implementation.browser.js +4 -9
  567. package/vendor/globalthis/index.js +13 -6
  568. package/vendor/globalthis/polyfill.js +6 -3
  569. package/vendor/globalthis/shim.js +12 -9
  570. package/vendor/jszip/dist/jszip.min.js +11 -0
  571. package/vendor/object-keys/index.js +2 -2
  572. package/vendor/pako/dist/pako.esm.mjs +397 -388
  573. package/vendor/seedrandom/index.js +28 -21
  574. package/vendor/seedrandom/lib/alea.js +4 -5
  575. package/vendor/seedrandom/lib/tychei.js +4 -5
  576. package/vendor/seedrandom/lib/xor128.js +4 -5
  577. package/vendor/seedrandom/lib/xor4096.js +4 -5
  578. package/vendor/seedrandom/lib/xorshift7.js +4 -5
  579. package/vendor/seedrandom/lib/xorwow.js +4 -5
  580. package/vendor/seedrandom/seedrandom.js +4 -5
  581. package/vendor/webworker-promise/lib/register.js +14 -8
  582. package/vendor/webworker-promise/src/index.js +110 -0
  583. package/vendor/webworker-promise/src/tiny-emitter.js +51 -0
  584. package/vendor/xmlbuilder2/lib/xmlbuilder2.min.js +6 -7
  585. package/vtk.js +2 -3
  586. package/_vendor/base64-js/index.js_commonjs-proxy +0 -1
  587. package/_vendor/buffer/index.js_commonjs-proxy +0 -1
  588. package/_vendor/ieee754/index.js_commonjs-proxy +0 -1
  589. package/_vendor/immediate/lib/browser.js_commonjs-proxy +0 -1
  590. package/_vendor/inherits/inherits_browser.js_commonjs-proxy +0 -1
  591. package/_vendor/jszip/lib/base64.js_commonjs-proxy +0 -1
  592. package/_vendor/jszip/lib/compressedObject.js_commonjs-proxy +0 -1
  593. package/_vendor/jszip/lib/compressions.js_commonjs-proxy +0 -1
  594. package/_vendor/jszip/lib/crc32.js_commonjs-proxy +0 -1
  595. package/_vendor/jszip/lib/defaults.js_commonjs-proxy +0 -1
  596. package/_vendor/jszip/lib/external.js_commonjs-proxy +0 -1
  597. package/_vendor/jszip/lib/flate.js_commonjs-proxy +0 -1
  598. package/_vendor/jszip/lib/generate/ZipFileWorker.js_commonjs-proxy +0 -1
  599. package/_vendor/jszip/lib/generate/index.js_commonjs-proxy +0 -1
  600. package/_vendor/jszip/lib/load.js_commonjs-proxy +0 -1
  601. package/_vendor/jszip/lib/nodejs/NodejsStreamInputAdapter.js_commonjs-proxy +0 -1
  602. package/_vendor/jszip/lib/nodejs/NodejsStreamOutputAdapter.js_commonjs-proxy +0 -1
  603. package/_vendor/jszip/lib/nodejsUtils.js_commonjs-proxy +0 -1
  604. package/_vendor/jszip/lib/object.js_commonjs-proxy +0 -1
  605. package/_vendor/jszip/lib/readable-stream-browser.js_commonjs-proxy +0 -1
  606. package/_vendor/jszip/lib/reader/ArrayReader.js_commonjs-proxy +0 -1
  607. package/_vendor/jszip/lib/reader/DataReader.js_commonjs-proxy +0 -1
  608. package/_vendor/jszip/lib/reader/NodeBufferReader.js_commonjs-proxy +0 -1
  609. package/_vendor/jszip/lib/reader/StringReader.js_commonjs-proxy +0 -1
  610. package/_vendor/jszip/lib/reader/Uint8ArrayReader.js_commonjs-proxy +0 -1
  611. package/_vendor/jszip/lib/reader/readerFor.js_commonjs-proxy +0 -1
  612. package/_vendor/jszip/lib/signature.js_commonjs-proxy +0 -1
  613. package/_vendor/jszip/lib/stream/ConvertWorker.js_commonjs-proxy +0 -1
  614. package/_vendor/jszip/lib/stream/Crc32Probe.js_commonjs-proxy +0 -1
  615. package/_vendor/jszip/lib/stream/DataLengthProbe.js_commonjs-proxy +0 -1
  616. package/_vendor/jszip/lib/stream/DataWorker.js_commonjs-proxy +0 -1
  617. package/_vendor/jszip/lib/stream/GenericWorker.js_commonjs-proxy +0 -1
  618. package/_vendor/jszip/lib/stream/StreamHelper.js_commonjs-proxy +0 -1
  619. package/_vendor/jszip/lib/support.js_commonjs-proxy +0 -1
  620. package/_vendor/jszip/lib/utf8.js_commonjs-proxy +0 -1
  621. package/_vendor/jszip/lib/utils.js_commonjs-proxy +0 -1
  622. package/_vendor/jszip/lib/zipEntries.js_commonjs-proxy +0 -1
  623. package/_vendor/jszip/lib/zipEntry.js_commonjs-proxy +0 -1
  624. package/_vendor/jszip/lib/zipObject.js_commonjs-proxy +0 -1
  625. package/_vendor/jszip/node_modules/pako/index.js_commonjs-proxy +0 -1
  626. package/_vendor/jszip/node_modules/pako/lib/deflate.js_commonjs-proxy +0 -1
  627. package/_vendor/jszip/node_modules/pako/lib/inflate.js_commonjs-proxy +0 -1
  628. package/_vendor/jszip/node_modules/pako/lib/utils/common.js_commonjs-proxy +0 -1
  629. package/_vendor/jszip/node_modules/pako/lib/utils/strings.js_commonjs-proxy +0 -1
  630. package/_vendor/jszip/node_modules/pako/lib/zlib/adler32.js_commonjs-proxy +0 -1
  631. package/_vendor/jszip/node_modules/pako/lib/zlib/constants.js_commonjs-proxy +0 -1
  632. package/_vendor/jszip/node_modules/pako/lib/zlib/crc32.js_commonjs-proxy +0 -1
  633. package/_vendor/jszip/node_modules/pako/lib/zlib/deflate.js_commonjs-proxy +0 -1
  634. package/_vendor/jszip/node_modules/pako/lib/zlib/gzheader.js_commonjs-proxy +0 -1
  635. package/_vendor/jszip/node_modules/pako/lib/zlib/inffast.js_commonjs-proxy +0 -1
  636. package/_vendor/jszip/node_modules/pako/lib/zlib/inflate.js_commonjs-proxy +0 -1
  637. package/_vendor/jszip/node_modules/pako/lib/zlib/inftrees.js_commonjs-proxy +0 -1
  638. package/_vendor/jszip/node_modules/pako/lib/zlib/messages.js_commonjs-proxy +0 -1
  639. package/_vendor/jszip/node_modules/pako/lib/zlib/trees.js_commonjs-proxy +0 -1
  640. package/_vendor/jszip/node_modules/pako/lib/zlib/zstream.js_commonjs-proxy +0 -1
  641. package/_vendor/lie/lib/browser.js_commonjs-proxy +0 -1
  642. package/_vendor/safe-buffer/index.js_commonjs-proxy +0 -1
  643. package/_vendor/set-immediate-shim/index.js_commonjs-proxy +0 -1
  644. package/_vendor/util/support/isBufferBrowser.js_commonjs-proxy +0 -1
  645. package/_virtual/_polyfill-node_stream.js_commonjs-proxy.js +0 -6
  646. package/_virtual/polyfill-node__buffer_list.js +0 -59
  647. package/_virtual/polyfill-node__stream_duplex.js +0 -44
  648. package/_virtual/polyfill-node__stream_passthrough.js +0 -15
  649. package/_virtual/polyfill-node__stream_readable.js +0 -896
  650. package/_virtual/polyfill-node__stream_transform.js +0 -132
  651. package/_virtual/polyfill-node__stream_writable.js +0 -480
  652. package/_virtual/polyfill-node_process.js +0 -225
  653. package/_virtual/polyfill-node_stream.js +0 -120
  654. package/vendor/buffer/index.js +0 -2112
  655. package/vendor/events/events.js +0 -457
  656. package/vendor/ieee754/index.js +0 -92
  657. package/vendor/immediate/lib/browser.js +0 -72
  658. package/vendor/inherits/inherits_browser.js +0 -29
  659. package/vendor/jszip/lib/base64.js +0 -113
  660. package/vendor/jszip/lib/compressedObject.js +0 -74
  661. package/vendor/jszip/lib/compressions.js +0 -20
  662. package/vendor/jszip/lib/crc32.js +0 -77
  663. package/vendor/jszip/lib/defaults.js +0 -25
  664. package/vendor/jszip/lib/external.js +0 -22
  665. package/vendor/jszip/lib/flate.js +0 -96
  666. package/vendor/jszip/lib/generate/ZipFileWorker.js +0 -540
  667. package/vendor/jszip/lib/generate/index.js +0 -61
  668. package/vendor/jszip/lib/index.js +0 -58
  669. package/vendor/jszip/lib/load.js +0 -82
  670. package/vendor/jszip/lib/nodejs/NodejsStreamInputAdapter.js +0 -74
  671. package/vendor/jszip/lib/nodejs/NodejsStreamOutputAdapter.js +0 -45
  672. package/vendor/jszip/lib/nodejsUtils.js +0 -59
  673. package/vendor/jszip/lib/object.js +0 -389
  674. package/vendor/jszip/lib/readable-stream-browser.js +0 -14
  675. package/vendor/jszip/lib/reader/ArrayReader.js +0 -58
  676. package/vendor/jszip/lib/reader/DataReader.js +0 -117
  677. package/vendor/jszip/lib/reader/NodeBufferReader.js +0 -20
  678. package/vendor/jszip/lib/reader/StringReader.js +0 -39
  679. package/vendor/jszip/lib/reader/Uint8ArrayReader.js +0 -23
  680. package/vendor/jszip/lib/reader/readerFor.js +0 -28
  681. package/vendor/jszip/lib/signature.js +0 -17
  682. package/vendor/jszip/lib/stream/ConvertWorker.js +0 -26
  683. package/vendor/jszip/lib/stream/Crc32Probe.js +0 -24
  684. package/vendor/jszip/lib/stream/DataLengthProbe.js +0 -28
  685. package/vendor/jszip/lib/stream/DataWorker.js +0 -116
  686. package/vendor/jszip/lib/stream/GenericWorker.js +0 -263
  687. package/vendor/jszip/lib/stream/StreamHelper.js +0 -214
  688. package/vendor/jszip/lib/support.js +0 -45
  689. package/vendor/jszip/lib/utf8.js +0 -284
  690. package/vendor/jszip/lib/utils.js +0 -486
  691. package/vendor/jszip/lib/zipEntries.js +0 -257
  692. package/vendor/jszip/lib/zipEntry.js +0 -293
  693. package/vendor/jszip/lib/zipObject.js +0 -133
  694. package/vendor/jszip/node_modules/pako/index.js +0 -18
  695. package/vendor/jszip/node_modules/pako/lib/deflate.js +0 -406
  696. package/vendor/jszip/node_modules/pako/lib/inflate.js +0 -429
  697. package/vendor/jszip/node_modules/pako/lib/utils/common.js +0 -110
  698. package/vendor/jszip/node_modules/pako/lib/utils/strings.js +0 -192
  699. package/vendor/jszip/node_modules/pako/lib/zlib/adler32.js +0 -51
  700. package/vendor/jszip/node_modules/pako/lib/zlib/constants.js +0 -68
  701. package/vendor/jszip/node_modules/pako/lib/zlib/crc32.js +0 -59
  702. package/vendor/jszip/node_modules/pako/lib/zlib/deflate.js +0 -1892
  703. package/vendor/jszip/node_modules/pako/lib/zlib/gzheader.js +0 -58
  704. package/vendor/jszip/node_modules/pako/lib/zlib/inffast.js +0 -345
  705. package/vendor/jszip/node_modules/pako/lib/zlib/inflate.js +0 -1572
  706. package/vendor/jszip/node_modules/pako/lib/zlib/inftrees.js +0 -345
  707. package/vendor/jszip/node_modules/pako/lib/zlib/messages.js +0 -32
  708. package/vendor/jszip/node_modules/pako/lib/zlib/trees.js +0 -1232
  709. package/vendor/jszip/node_modules/pako/lib/zlib/zstream.js +0 -47
  710. package/vendor/lie/lib/browser.js +0 -274
  711. package/vendor/process/browser.js +0 -190
  712. package/vendor/safe-buffer/index.js +0 -69
  713. package/vendor/set-immediate-shim/index.js +0 -8
  714. package/vendor/string_decoder/lib/string_decoder.js +0 -276
  715. package/vendor/util/support/isBufferBrowser.js +0 -8
  716. package/vendor/util/util.js +0 -706
  717. package/vendor/webworker-promise/lib/index.js +0 -172
@@ -1,1037 +1,1037 @@
1
1
  <?xml version="1.0"?>
2
- <testsuite name="Chrome Headless 93.0.4577.63 (Linux x86_64)" package="" timestamp="2021-09-21T11:41:47" id="0" hostname="fv-az12-211" tests="1029" errors="0" failures="0" time="34019.613">
2
+ <testsuite name="Chrome Headless 93.0.4577.63 (Linux x86_64)" package="" timestamp="2021-09-21T20:55:49" id="0" hostname="fv-az122-726" tests="1029" errors="0" failures="0" time="22467.061">
3
3
  <properties>
4
4
  <property name="browser.fullName" value="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36"/>
5
5
  </properties>
6
- <testcase name=" Matching image - delta 0.10%" time="0.424" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64)."/>
7
- <testcase name=" Image match resolution" time="0.43" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64)."/>
8
- <testcase name="# Test angleBetweenVector&#xA; should be strictly equal" time="0.43" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector&#xA;"/>
9
- <testcase name="# Test angleBetweenVector&#xA; should be strictly equal" time="0.431" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector&#xA;"/>
10
- <testcase name="# Test angleBetweenVector&#xA; should be strictly equal" time="0.431" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector&#xA;"/>
11
- <testcase name="# Test angleBetweenVector&#xA; should be strictly equal" time="0.431" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector&#xA;"/>
12
- <testcase name="# Test angleBetweenVector&#xA; should be strictly equal" time="0.431" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector&#xA;"/>
13
- <testcase name="# Test angleBetweenVector&#xA; should be strictly equal" time="0.432" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector&#xA;"/>
14
- <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.432" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
15
- <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.432" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
16
- <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.432" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
17
- <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.433" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
18
- <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.433" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
19
- <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.433" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
20
- <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.434" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
21
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1)" time="0.434" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
22
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1, 1)" time="0.434" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
23
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.4)" time="0.434" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
24
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.4, 0)" time="0.434" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
25
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.4, 1)" time="0.434" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
26
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.4, 2)" time="0.435" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
27
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.46, 0)" time="0.435" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
28
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.46, 1)" time="0.435" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
29
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.46, 2)" time="0.435" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
30
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(123.46, 0)" time="0.435" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
31
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(123.46, 1)" time="0.435" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
32
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(123.46, 2)" time="0.435" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
33
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(6.06627640054528e-14, 6)" time="0.435" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
34
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(-6.06627640054528e-14, 6)" time="0.436" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
35
- <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.23456e4, 2)" time="0.436" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
36
- <testcase name="# Test areEquals&#xA; same vec1" time="0.436" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
37
- <testcase name="# Test areEquals&#xA; same vec2" time="0.436" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
38
- <testcase name="# Test areEquals&#xA; same vec2" time="0.436" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
39
- <testcase name="# Test areEquals&#xA; larger vec" time="0.436" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
40
- <testcase name="# Test areEquals&#xA; smaller vec" time="0.437" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
41
- <testcase name="# Test areEquals&#xA; exact comparison for same vec" time="0.437" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
42
- <testcase name="# Test areEquals&#xA; exact(0) comparison for diff vec" time="0.437" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
43
- <testcase name="# Test areEquals&#xA; approx(1e-8) comparison for diff vec" time="0.437" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
44
- <testcase name="# Test areEquals&#xA; approx (2e-7) comparison for diff vec" time="0.437" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
45
- <testcase name="# Test areEquals&#xA; approx (1e-6) comparison for diff vec" time="0.438" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
46
- <testcase name="# Test vtkMatrixBuilder rotateFromDirections&#xA; should be truthy" time="0.438" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkMatrixBuilder rotateFromDirections&#xA;"/>
47
- <testcase name="# Test vtkMatrixBuilder rotateFromDirections&#xA; should be truthy" time="0.438" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkMatrixBuilder rotateFromDirections&#xA;"/>
48
- <testcase name="# Test vtkMatrixBuilder rotateFromDirections&#xA; should be truthy" time="0.439" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkMatrixBuilder rotateFromDirections&#xA;"/>
49
- <testcase name="# Test LookupTable setTable&#xA; vtkLookupTable TestSetTable" time="0.441" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test LookupTable setTable&#xA;"/>
50
- <testcase name="# Test LookupTable setTable&#xA; should be strictly equal" time="1.072" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test LookupTable setTable&#xA;"/>
51
- <testcase name="# Test LookupTable setTable&#xA; Matching image - delta 0.00%" time="1.072" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test LookupTable setTable&#xA;"/>
52
- <testcase name="# Test LookupTable setTable&#xA; Image match resolution" time="1.074" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test LookupTable setTable&#xA;"/>
53
- <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="1.074" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
54
- <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="1.074" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
55
- <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="1.074" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
56
- <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="1.074" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
57
- <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="1.074" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
58
- <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="1.074" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
59
- <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="1.075" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
60
- <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="1.075" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
61
- <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="1.075" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
62
- <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="1.075" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
63
- <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="1.075" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
64
- <testcase name="# Test vtkBoundingBox intersectPlane&#xA; should be strictly equal" time="1.075" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectPlane&#xA;"/>
65
- <testcase name="# Test vtkBoundingBox intersectPlane&#xA; should be strictly equal" time="1.075" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectPlane&#xA;"/>
66
- <testcase name="# Test vtkBoundingBox intersectPlane&#xA; should be strictly equal" time="1.076" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectPlane&#xA;"/>
67
- <testcase name="# Test vtkBox instance&#xA; Make sure the class definition exists" time="1.076" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox instance&#xA;"/>
68
- <testcase name="# Test vtkBox instance&#xA; should be truthy" time="1.076" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox instance&#xA;"/>
69
- <testcase name="# Test vtkBox bounds&#xA; should be strictly equal" time="1.077" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds&#xA;"/>
70
- <testcase name="# Test vtkBox bounds&#xA; should be strictly equal" time="1.077" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds&#xA;"/>
71
- <testcase name="# Test vtkBox bounds&#xA; should be strictly equal" time="1.077" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds&#xA;"/>
72
- <testcase name="# Test vtkBox bounds&#xA; should be strictly equal" time="1.077" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds&#xA;"/>
73
- <testcase name="# Test vtkBox bounds&#xA; should be strictly equal" time="1.077" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds&#xA;"/>
74
- <testcase name="# Test vtkBox bounds&#xA; should be strictly equal" time="1.078" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds&#xA;"/>
75
- <testcase name="# Test vtkBox evaluateFunction&#xA; should be strictly equal" time="1.078" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox evaluateFunction&#xA;"/>
76
- <testcase name="# Test vtkBox evaluateFunction&#xA; should be strictly equal" time="1.078" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox evaluateFunction&#xA;"/>
77
- <testcase name="# Test vtkBox evaluateFunction&#xA; should be strictly equal" time="1.078" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox evaluateFunction&#xA;"/>
78
- <testcase name="# Test vtkBox evaluateFunction&#xA; should be strictly equal" time="1.078" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox evaluateFunction&#xA;"/>
79
- <testcase name="# Test vtkCell instance&#xA; Make sure the class definition exists" time="1.079" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell instance&#xA;"/>
80
- <testcase name="# Test vtkCell instance&#xA; should be truthy" time="1.08" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell instance&#xA;"/>
81
- <testcase name="# Test vtkCell initialize without pointsIds&#xA; should be strictly equal" time="1.08" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds&#xA;"/>
82
- <testcase name="# Test vtkCell initialize without pointsIds&#xA; should be strictly equal" time="1.08" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds&#xA;"/>
83
- <testcase name="# Test vtkCell initialize without pointsIds&#xA; should be strictly equal" time="1.08" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds&#xA;"/>
84
- <testcase name="# Test vtkCell initialize without pointsIds&#xA; should be strictly equal" time="1.08" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds&#xA;"/>
85
- <testcase name="# Test vtkCell initialize without pointsIds&#xA; should be strictly equal" time="1.081" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds&#xA;"/>
86
- <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be strictly equal" time="1.081" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
87
- <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be strictly equal" time="1.081" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
88
- <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be strictly equal" time="1.081" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
89
- <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be strictly equal" time="1.081" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
90
- <testcase name="# Test vtkCell initialize with pointsIds&#xA; should not be strictly equal" time="1.081" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
91
- <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be strictly equal" time="1.082" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
92
- <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be deeply equivalent" time="1.082" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
93
- <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be deeply equivalent" time="1.082" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
94
- <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be deeply equivalent" time="1.082" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
95
- <testcase name="# Test vtkCell deepCopy&#xA; should not be strictly equal" time="1.083" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell deepCopy&#xA;"/>
96
- <testcase name="# Test vtkCell deepCopy&#xA; should be deeply equivalent" time="1.083" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell deepCopy&#xA;"/>
97
- <testcase name="# Test Cone Implicit Function&#xA; Cone Implicit Function" time="1.779" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Cone Implicit Function&#xA;"/>
98
- <testcase name="# Test Cone Implicit Function&#xA; Matching image - delta 0.00%" time="1.779" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Cone Implicit Function&#xA;"/>
99
- <testcase name="# Test Cone Implicit Function&#xA; Image match resolution" time="1.781" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Cone Implicit Function&#xA;"/>
100
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Make sure the class definition exists" time="1.782" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
101
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Make sure the newInstance method exists." time="1.782" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
102
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Default number of arrays should be 0" time="1.782" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
103
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Default Scalars should be null" time="1.782" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
104
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding scalars empty DSA should return index of 0" time="1.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
105
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting scalars should return 0 (the index of the array)." time="1.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
106
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting scalars with an invalid name should return -1." time="1.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
107
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting scalars with an invalid name should reset the attribute." time="1.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
108
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Default Vectors should be null" time="1.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
109
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding vectors empty DSA should return index of 1" time="1.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
110
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting vectors should return 1 (the index of the array)." time="1.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
111
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting vectors with an invalid name should return -1." time="1.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
112
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting vectors with an invalid name should reset the attribute." time="1.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
113
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Default Normals should be null" time="1.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
114
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding normals empty DSA should return index of 2" time="1.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
115
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting normals should return 2 (the index of the array)." time="1.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
116
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting normals with an invalid name should return -1." time="1.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
117
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting normals with an invalid name should reset the attribute." time="1.785" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
118
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Default TCoords should be null" time="1.785" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
119
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding tcoords empty DSA should return index of 3" time="1.785" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
120
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting tcoords should return 3 (the index of the array)." time="1.785" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
121
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting tcoords with an invalid name should return -1." time="1.785" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
122
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting tcoords with an invalid name should reset the attribute." time="1.785" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
123
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Default Tensors should be null" time="1.786" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
124
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding tensors empty DSA should return index of 4" time="1.786" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
125
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting tensors should return 4 (the index of the array)." time="1.786" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
126
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting tensors with an invalid name should return -1." time="1.786" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
127
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting tensors with an invalid name should reset the attribute." time="1.786" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
128
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Default GlobalIds should be null" time="1.786" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
129
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding globalids empty DSA should return index of 5" time="1.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
130
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting globalids should return 5 (the index of the array)." time="1.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
131
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting globalids with an invalid name should return -1." time="1.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
132
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting globalids with an invalid name should reset the attribute." time="1.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
133
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Default PedigreeIds should be null" time="1.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
134
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding pedigreeids empty DSA should return index of 6" time="1.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
135
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting pedigreeids should return 6 (the index of the array)." time="1.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
136
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting pedigreeids with an invalid name should return -1." time="1.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
137
- <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting pedigreeids with an invalid name should reset the attribute." time="1.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
138
- <testcase name="# Test vtkLine instance&#xA; Make sure the class definition exists" time="1.788" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine instance&#xA;"/>
139
- <testcase name="# Test vtkLine instance&#xA; should be truthy" time="1.789" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine instance&#xA;"/>
140
- <testcase name="# Test vtkLine static::intersection&#xA; Points on line" time="1.789" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
141
- <testcase name="# Test vtkLine static::intersection&#xA; Points on line" time="1.79" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
142
- <testcase name="# Test vtkLine static::intersection&#xA; Points on line" time="1.79" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
143
- <testcase name="# Test vtkLine static::intersection&#xA; Intersection" time="1.79" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
144
- <testcase name="# Test vtkLine static::intersection&#xA; should be strictly equal" time="1.79" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
145
- <testcase name="# Test vtkLine static::intersection&#xA; should be strictly equal" time="1.79" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
146
- <testcase name="# Test vtkLine static::intersection&#xA; No intersection" time="1.79" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
147
- <testcase name="# Test vtkLine static::distanceToLine&#xA; Invalid line" time="1.791" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
148
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="1.791" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
149
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be deeply equivalent" time="1.791" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
150
- <testcase name="# Test vtkLine static::distanceToLine&#xA; On line" time="1.791" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
151
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="1.791" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
152
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be deeply equivalent" time="1.792" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
153
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="1.792" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
154
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="1.792" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
155
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be deeply equivalent" time="1.792" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
156
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="1.792" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
157
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="1.792" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
158
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be deeply equivalent" time="1.792" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
159
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="1.792" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
160
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="1.793" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
161
- <testcase name="# Test vtkLine static::distanceToLine&#xA; should be deeply equivalent" time="1.794" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
162
- <testcase name="# Test vtkLine intersectWithLine&#xA; should be strictly equal" time="1.794" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
163
- <testcase name="# Test vtkLine intersectWithLine&#xA; should be deeply equivalent" time="1.794" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
164
- <testcase name="# Test vtkLine intersectWithLine&#xA; should be strictly equal" time="1.795" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
165
- <testcase name="# Test vtkLine intersectWithLine&#xA; should be strictly equal" time="1.795" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
166
- <testcase name="# Test vtkLine intersectWithLine&#xA; should be deeply equivalent" time="1.795" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
167
- <testcase name="# Test vtkLine intersectWithLine&#xA; should be strictly equal" time="1.795" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
168
- <testcase name="# Test vtkLine intersectWithLine&#xA; should be strictly equal" time="1.795" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
169
- <testcase name="# Test vtkPlane instance&#xA; Make sure the class definition exists" time="1.796" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane instance&#xA;"/>
170
- <testcase name="# Test vtkPlane instance&#xA; should be truthy" time="1.796" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane instance&#xA;"/>
171
- <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="1.796" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
172
- <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="1.796" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
173
- <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="1.796" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
174
- <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="1.796" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
175
- <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="1.797" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
176
- <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="1.797" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
177
- <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="1.797" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
178
- <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="1.797" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
179
- <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="1.797" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
180
- <testcase name="# Test vtkPlane projectPoint&#xA; should be strictly equal" time="1.797" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectPoint&#xA;"/>
181
- <testcase name="# Test vtkPlane projectPoint&#xA; should be strictly equal" time="1.797" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectPoint&#xA;"/>
182
- <testcase name="# Test vtkPlane projectPoint&#xA; should be strictly equal" time="1.799" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectPoint&#xA;"/>
183
- <testcase name="# Test vtkPlane DistanceToPlane&#xA; should be strictly equal" time="1.8" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane DistanceToPlane&#xA;"/>
184
- <testcase name="# Test vtkPlane DistanceToPlane&#xA; should be strictly equal" time="1.8" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane DistanceToPlane&#xA;"/>
185
- <testcase name="# Test vtkPlane Push&#xA; should be strictly equal" time="1.8" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane Push&#xA;"/>
186
- <testcase name="# Test vtkPlane Push&#xA; should be strictly equal" time="1.8" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane Push&#xA;"/>
187
- <testcase name="# Test vtkPlane Push&#xA; should be strictly equal" time="1.801" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane Push&#xA;"/>
188
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.801" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
189
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.801" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
190
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.801" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
191
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.801" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
192
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.801" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
193
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.801" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
194
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.801" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
195
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.801" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
196
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.802" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
197
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.802" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
198
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.802" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
199
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.802" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
200
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.802" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
201
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.802" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
202
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.802" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
203
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.802" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
204
- <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="1.803" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
205
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.803" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
206
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.803" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
207
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.803" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
208
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.803" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
209
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.803" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
210
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
211
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
212
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
213
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
214
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
215
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
216
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
217
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
218
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.804" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
219
- <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="1.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
220
- <testcase name="# Test vtkPlane evaluateFunction&#xA; should be strictly equal" time="1.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane evaluateFunction&#xA;"/>
221
- <testcase name="# Test vtkPlane evaluateFunction&#xA; should be strictly equal" time="1.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane evaluateFunction&#xA;"/>
222
- <testcase name="# Test vtkPlane evaluateFunction&#xA; should be strictly equal" time="1.805" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane evaluateFunction&#xA;"/>
223
- <testcase name="# Test vtkPolyData instance&#xA; Make sure the class definition exists" time="1.806" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData instance&#xA;"/>
224
- <testcase name="# Test vtkPolyData instance&#xA; should be truthy" time="1.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData instance&#xA;"/>
225
- <testcase name="# Test vtkPolyData cells&#xA; Line cell should be made of the number of points plus 1" time="1.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData cells&#xA;"/>
226
- <testcase name="# Test vtkPolyData cells&#xA; Triangle cells should be made of 3 points" time="1.822" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData cells&#xA;"/>
227
- <testcase name="# Test vtkPolyData cells&#xA; should be deeply equivalent" time="1.822" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData cells&#xA;"/>
228
- <testcase name="# Test vtkTriangle instance&#xA; Make sure the class definition exists" time="1.823" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle instance&#xA;"/>
229
- <testcase name="# Test vtkTriangle instance&#xA; should be truthy" time="1.823" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle instance&#xA;"/>
230
- <testcase name="# Test vtkTriangle static::computeNormalDirection&#xA; should be deeply equivalent" time="1.823" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormalDirection&#xA;"/>
231
- <testcase name="# Test vtkTriangle static::computeNormalDirection&#xA; should be deeply equivalent" time="1.823" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormalDirection&#xA;"/>
232
- <testcase name="# Test vtkTriangle static::computeNormalDirection&#xA; should be deeply equivalent" time="1.824" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormalDirection&#xA;"/>
233
- <testcase name="# Test vtkTriangle static::computeNormal&#xA; should be deeply equivalent" time="1.824" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormal&#xA;"/>
234
- <testcase name="# Test vtkTriangle static::computeNormal&#xA; should be deeply equivalent" time="1.824" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormal&#xA;"/>
235
- <testcase name="# Test vtkTriangle static::computeNormal&#xA; should be deeply equivalent" time="1.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormal&#xA;"/>
236
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="1.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
237
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="1.827" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
238
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="1.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
239
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be deeply equivalent" time="1.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
240
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be deeply equivalent" time="1.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
241
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="1.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
242
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="1.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
243
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be deeply equivalent" time="1.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
244
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be deeply equivalent" time="1.828" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
245
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="1.829" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
246
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="1.829" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
247
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="1.829" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
248
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="1.829" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
249
- <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be deeply equivalent" time="1.83" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
250
- <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be strictly equal" time="1.83" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
251
- <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be strictly equal" time="1.83" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
252
- <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be deeply equivalent" time="1.83" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
253
- <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be deeply equivalent" time="1.83" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
254
- <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be strictly equal" time="1.83" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
255
- <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be strictly equal" time="1.83" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
256
- <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be deeply equivalent" time="1.83" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
257
- <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be deeply equivalent" time="1.831" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
258
- <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be strictly equal" time="1.831" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
259
- <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be strictly equal" time="1.831" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
260
- <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be deeply equivalent" time="1.831" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
261
- <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be deeply equivalent" time="1.836" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
262
- <testcase name="# Test vtkCutter cutCube&#xA; should be strictly equal" time="1.836" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube&#xA;"/>
263
- <testcase name="# Test vtkCutter cutCube&#xA; should be strictly equal" time="1.836" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube&#xA;"/>
264
- <testcase name="# Test vtkCutter cutCube&#xA; should be strictly equal" time="1.836" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube&#xA;"/>
265
- <testcase name="# Test vtkCutter cutCube&#xA; should be strictly equal" time="1.836" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube&#xA;"/>
266
- <testcase name="# Test vtkCutter cutCube&#xA; should be strictly equal" time="1.836" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube&#xA;"/>
267
- <testcase name="# Test vtkCutter cutCube&#xA; should be strictly equal" time="1.837" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube&#xA;"/>
268
- <testcase name="# Test vtkAppendPolyData instance&#xA; Make sure the class definition exists." time="1.837" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData instance&#xA;"/>
269
- <testcase name="# Test vtkAppendPolyData instance&#xA; Make sure an instance can be created." time="1.843" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData instance&#xA;"/>
270
- <testcase name="# Test vtkAppendPolyData execution&#xA; Make sure the number of points is correct." time="1.843" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData execution&#xA;"/>
271
- <testcase name="# Test vtkAppendPolyData execution&#xA; Make sure the output data type is correct." time="1.843" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData execution&#xA;"/>
272
- <testcase name="# Test vtkAppendPolyData execution&#xA; Make sure the number of polys is correct." time="1.843" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData execution&#xA;"/>
273
- <testcase name="# Test vtkAppendPolyData rendering&#xA; vtkAppendPolyData Rendering" time="2.367" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData rendering&#xA;"/>
274
- <testcase name="# Test vtkAppendPolyData rendering&#xA; Matching image - delta 0.00%" time="2.367" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData rendering&#xA;"/>
275
- <testcase name="# Test vtkAppendPolyData rendering&#xA; Image match resolution" time="2.383" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData rendering&#xA;"/>
276
- <testcase name="# Test vtkCalculator instance&#xA; Make sure the class definition exists." time="2.383" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator instance&#xA;"/>
277
- <testcase name="# Test vtkCalculator instance&#xA; Make sure an instance can be created." time="2.388" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator instance&#xA;"/>
278
- <testcase name="# Test vtkCalculator execution&#xA; Output dataset exists" time="2.389" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
279
- <testcase name="# Test vtkCalculator execution&#xA; The output dataset should be a vtkPolydata" time="2.389" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
280
- <testcase name="# Test vtkCalculator execution&#xA; The number of points did not change between input 66 and output 66" time="2.389" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
281
- <testcase name="# Test vtkCalculator execution&#xA; Output point-scalars array exists." time="2.389" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
282
- <testcase name="# Test vtkCalculator execution&#xA; Output point-scalars is &quot;sine wave&quot;." time="2.389" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
283
- <testcase name="# Test vtkCalculator execution&#xA; Output field-data array exists." time="2.389" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
284
- <testcase name="# Test vtkCalculator execution&#xA; The uniform result variable should be 22.55; got 22.549999237060547." time="2.389" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
285
- <testcase name="# Test vtkClosedPolyLineToSurfaceFilter instance&#xA; Make sure the class defination exists" time="2.39" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkClosedPolyLineToSurfaceFilter instance&#xA;"/>
286
- <testcase name="# Test vtkClosedPolyLineToSurfaceFilter instance&#xA; Make sure an instance can be created." time="2.397" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkClosedPolyLineToSurfaceFilter instance&#xA;"/>
287
- <testcase name="# Test vtkClosedPolyLineToSurfaceFilter execution&#xA; Polys should have a single segment with 96 point indices" time="2.397" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkClosedPolyLineToSurfaceFilter execution&#xA;"/>
288
- <testcase name="# Test vtkImageStreamline instance&#xA; Make sure the class definition exist" time="2.397" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance&#xA;"/>
289
- <testcase name="# Test vtkImageStreamline instance&#xA; Make sure the instance exist" time="2.397" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance&#xA;"/>
290
- <testcase name="# Test vtkImageStreamline instance&#xA; Default integrationStep should be 1" time="2.397" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance&#xA;"/>
291
- <testcase name="# Test vtkImageStreamline instance&#xA; Default MaximumNumberOfSteps should be 1000" time="2.398" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance&#xA;"/>
292
- <testcase name="# Test vtkImageStreamline instance&#xA; Updated value of integrationStep should be 0.1" time="2.587" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance&#xA;"/>
293
- <testcase name="# Test vtkImageStreamline execution&#xA; Output dataset exist" time="2.587" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline execution&#xA;"/>
294
- <testcase name="# Test vtkImageStreamline execution&#xA; The output dataset should be a vtkPolydata" time="2.59" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline execution&#xA;"/>
295
- <testcase name="# Test vtkImageStreamline execution&#xA; The number of points should be 2228" time="2.591" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline execution&#xA;"/>
296
- <testcase name="# Test MultipleBonds&#xA; should be truthy" time="3.31" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MultipleBonds&#xA;"/>
297
- <testcase name="# Test MultipleBonds&#xA; Matching image - delta 0.01%" time="3.311" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MultipleBonds&#xA;"/>
298
- <testcase name="# Test MultipleBonds&#xA; Image match resolution" time="4.445" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MultipleBonds&#xA;"/>
299
- <testcase name="# Test vtkPaintFilter ellipse on images with large spacing&#xA; Matching image - delta 0.00%" time="4.446" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPaintFilter ellipse on images with large spacing&#xA;"/>
300
- <testcase name="# Test vtkPaintFilter ellipse on images with large spacing&#xA; Image match resolution" time="4.449" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPaintFilter ellipse on images with large spacing&#xA;"/>
301
- <testcase name="# Test vtkTubeFilter instance&#xA; Make sure the class definition exists." time="4.45" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter instance&#xA;"/>
302
- <testcase name="# Test vtkTubeFilter instance&#xA; Make sure an instance can be created." time="4.465" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter instance&#xA;"/>
303
- <testcase name="# Test vtkTubeFilter execution&#xA; Make sure the output data type is double." time="4.474" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution&#xA;"/>
304
- <testcase name="# Test vtkTubeFilter execution&#xA; Make sure the output number of points is correct without capping." time="4.475" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution&#xA;"/>
305
- <testcase name="# Test vtkTubeFilter execution&#xA; Make sure the output number of normals is correct without capping." time="4.477" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution&#xA;"/>
306
- <testcase name="# Test vtkTubeFilter execution&#xA; Make sure the output data type is float." time="4.477" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution&#xA;"/>
307
- <testcase name="# Test vtkTubeFilter execution&#xA; Make sure the output number of points is correct with capping." time="4.477" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution&#xA;"/>
308
- <testcase name="# Test vtkTubeFilter execution&#xA; Make sure the output number of normals is correct with capping." time="4.478" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution&#xA;"/>
309
- <testcase name="# Test vtkTubeFilter rendering&#xA; vtkTubeFilter Rendering" time="5.452" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter rendering&#xA;"/>
310
- <testcase name="# Test vtkTubeFilter rendering&#xA; Matching image - delta 0.00%" time="5.453" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter rendering&#xA;"/>
311
- <testcase name="# Test vtkTubeFilter rendering&#xA; Image match resolution" time="5.463" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter rendering&#xA;"/>
312
- <testcase name="# Test vtkTubeFilter colorMapping&#xA; Make sure the output number of points is correct without capping." time="5.464" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping&#xA;"/>
313
- <testcase name="# Test vtkTubeFilter colorMapping&#xA; Make sure the length of the radius array is correct." time="5.464" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping&#xA;"/>
314
- <testcase name="# Test vtkTubeFilter colorMapping&#xA; Make sure the length of the color array is correct." time="5.465" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping&#xA;"/>
315
- <testcase name="# Test vtkTubeFilter colorMapping&#xA; Make sure the array name to color by is correct." time="5.465" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping&#xA;"/>
316
- <testcase name="# Test vtkTubeFilter colorMapping&#xA; Make sure the scalar mode is correct." time="5.466" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping&#xA;"/>
317
- <testcase name="# Test vtkTubeFilter colorMapping&#xA; Make sure the color mode is correct." time="6.167" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping&#xA;"/>
318
- <testcase name="# Test vtkTubeFilter color map rendering&#xA; Matching image - delta 0.00%" time="6.168" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter color map rendering&#xA;"/>
319
- <testcase name="# Test vtkTubeFilter color map rendering&#xA; Image match resolution" time="6.171" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter color map rendering&#xA;"/>
320
- <testcase name="# Test vtkWarpScalar instance&#xA; Make sure the class definition exist" time="6.175" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
321
- <testcase name="# Test vtkWarpScalar instance&#xA; Make sure the instance exist" time="6.175" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
322
- <testcase name="# Test vtkWarpScalar instance&#xA; Default ScaleFactor should be 1" time="6.176" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
323
- <testcase name="# Test vtkWarpScalar instance&#xA; Default UseNormal should be false" time="6.176" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
324
- <testcase name="# Test vtkWarpScalar instance&#xA; Default xyPlane should be false" time="6.177" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
325
- <testcase name="# Test vtkWarpScalar instance&#xA; Default normal should be [0, 0, 1]" time="6.177" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
326
- <testcase name="# Test vtkWarpScalar instance&#xA; Updated value of ScaleFactor should be 2.5" time="6.183" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
327
- <testcase name="# Test vtkWarpScalar execution&#xA; Output dataset exist" time="6.183" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar execution&#xA;"/>
328
- <testcase name="# Test vtkWarpScalar execution&#xA; The output dataset should be a vtkPolydata" time="6.183" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar execution&#xA;"/>
329
- <testcase name="# Test vtkWarpScalar execution&#xA; The number of points do not change between input 50 and output 50" time="6.185" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar execution&#xA;"/>
330
- <testcase name="# Test vtkConcentricCylinderSource Rendering&#xA; vtkConcentricCylinderSource Rendering" time="6.755" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConcentricCylinderSource Rendering&#xA;"/>
331
- <testcase name="# Test vtkConcentricCylinderSource Rendering&#xA; Matching image - delta 0.00%" time="6.756" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConcentricCylinderSource Rendering&#xA;"/>
332
- <testcase name="# Test vtkConcentricCylinderSource Rendering&#xA; Image match resolution" time="6.76" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConcentricCylinderSource Rendering&#xA;"/>
333
- <testcase name="# Test vtkConeSource Rendering&#xA; vtkConeSource Rendering" time="7.281" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConeSource Rendering&#xA;"/>
334
- <testcase name="# Test vtkConeSource Rendering&#xA; Matching image - delta 0.00%" time="7.282" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConeSource Rendering&#xA;"/>
335
- <testcase name="# Test vtkConeSource Rendering&#xA; Image match resolution" time="7.288" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConeSource Rendering&#xA;"/>
336
- <testcase name="# Test vtkCubeSource Rendering&#xA; vtkCubeSource Rendering" time="8.586" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCubeSource Rendering&#xA;"/>
337
- <testcase name="# Test vtkCubeSource Rendering&#xA; Matching image - delta 0.62%" time="8.586" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCubeSource Rendering&#xA;"/>
338
- <testcase name="# Test vtkCubeSource Rendering&#xA; Image match resolution" time="8.589" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCubeSource Rendering&#xA;"/>
339
- <testcase name="# Test vtkCylinderSource Rendering&#xA; vtkCylinderSource Rendering" time="9.124" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCylinderSource Rendering&#xA;"/>
340
- <testcase name="# Test vtkCylinderSource Rendering&#xA; Matching image - delta 0.00%" time="9.124" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCylinderSource Rendering&#xA;"/>
341
- <testcase name="# Test vtkCylinderSource Rendering&#xA; Image match resolution" time="9.126" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCylinderSource Rendering&#xA;"/>
342
- <testcase name="# Test vtkLineSource Rendering&#xA; vtkLineSource Rendering" time="9.662" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLineSource Rendering&#xA;"/>
343
- <testcase name="# Test vtkLineSource Rendering&#xA; Matching image - delta 0.24%" time="9.662" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLineSource Rendering&#xA;"/>
344
- <testcase name="# Test vtkLineSource Rendering&#xA; Image match resolution" time="9.664" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLineSource Rendering&#xA;"/>
345
- <testcase name="# Test vtkPlaneSource Rendering&#xA; vtkPlaneSource Rendering" time="10.211" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlaneSource Rendering&#xA;"/>
346
- <testcase name="# Test vtkPlaneSource Rendering&#xA; Matching image - delta 0.00%" time="10.211" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlaneSource Rendering&#xA;"/>
347
- <testcase name="# Test vtkPlaneSource Rendering&#xA; Image match resolution" time="10.213" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlaneSource Rendering&#xA;"/>
348
- <testcase name="# Test vtkPointSource Rendering&#xA; vtkPointSource Rendering" time="10.711" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointSource Rendering&#xA;"/>
349
- <testcase name="# Test vtkPointSource Rendering&#xA; Matching image - delta 0.00%" time="10.711" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointSource Rendering&#xA;"/>
350
- <testcase name="# Test vtkPointSource Rendering&#xA; Image match resolution" time="10.713" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointSource Rendering&#xA;"/>
351
- <testcase name="# Test vtkTextureMapToPlane instance&#xA; Make sure the class definition exists" time="10.713" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane instance&#xA;"/>
352
- <testcase name="# Test vtkTextureMapToPlane instance&#xA; should be truthy" time="10.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane instance&#xA;"/>
353
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
354
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
355
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
356
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
357
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
358
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
359
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
360
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
361
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
362
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
363
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
364
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
365
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
366
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
367
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
368
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
369
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
370
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
371
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
372
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
373
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
374
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
375
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
376
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
377
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
378
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
379
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
380
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
381
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
382
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
383
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
384
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
385
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
386
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
387
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
388
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
389
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
390
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
391
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.722" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
392
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.722" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
393
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.722" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
394
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.722" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
395
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.722" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
396
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.722" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
397
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.722" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
398
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.722" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
399
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.722" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
400
- <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="10.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
401
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
402
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
403
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
404
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
405
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
406
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
407
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
408
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
409
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
410
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
411
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
412
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
413
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
414
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
415
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
416
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
417
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
418
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
419
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
420
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
421
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
422
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
423
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
424
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
425
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
426
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
427
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
428
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
429
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
430
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
431
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
432
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
433
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
434
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
435
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
436
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
437
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
438
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
439
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
440
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
441
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
442
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
443
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
444
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
445
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
446
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
447
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
448
- <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="10.729" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
449
- <testcase name="# Test vtkTextureMapToSphere instance&#xA; Make sure the class definition exists" time="10.729" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere instance&#xA;"/>
450
- <testcase name="# Test vtkTextureMapToSphere instance&#xA; should be truthy" time="10.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere instance&#xA;"/>
451
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
452
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
453
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
454
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
455
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
456
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
457
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
458
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
459
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
460
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
461
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
462
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
463
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
464
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
465
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
466
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
467
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
468
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
469
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
470
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
471
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
472
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.737" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
473
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.737" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
474
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.737" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
475
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.737" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
476
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.737" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
477
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.737" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
478
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.737" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
479
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.738" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
480
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.738" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
481
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.738" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
482
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.738" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
483
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.738" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
484
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.738" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
485
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.738" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
486
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.738" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
487
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.738" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
488
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.739" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
489
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.739" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
490
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.739" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
491
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.739" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
492
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.739" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
493
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.739" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
494
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.739" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
495
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.739" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
496
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.739" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
497
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.74" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
498
- <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="10.74" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
499
- <testcase name="# Test vtkImageReslice Rendering&#xA; vtkImageReslice Rendering" time="11.534" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageReslice Rendering&#xA;"/>
500
- <testcase name="# Test vtkImageReslice Rendering&#xA; Matching image - delta 0.13%" time="11.534" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageReslice Rendering&#xA;"/>
501
- <testcase name="# Test vtkImageReslice Rendering&#xA; Image match resolution" time="11.599" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageReslice Rendering&#xA;"/>
502
- <testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA; should be strictly equal" time="11.6" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA;"/>
503
- <testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA; should be strictly equal" time="11.6" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA;"/>
504
- <testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA; should be strictly equal" time="11.6" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA;"/>
505
- <testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA; should be strictly equal" time="11.601" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA;"/>
506
- <testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA; should be strictly equal" time="11.601" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA;"/>
507
- <testcase name="# Test MoleculeMapper&#xA; Filter: MoleculeToRepresentation" time="11.61" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper&#xA;"/>
508
- <testcase name="# Test MoleculeMapper&#xA; should be truthy" time="11.665" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper&#xA;"/>
509
- <testcase name="# Test MoleculeMapper&#xA; should be truthy" time="12.336" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper&#xA;"/>
510
- <testcase name="# Test MoleculeMapper&#xA; Matching image - delta 0.00%" time="12.336" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper&#xA;"/>
511
- <testcase name="# Test MoleculeMapper&#xA; Image match resolution" time="12.352" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper&#xA;"/>
512
- <testcase name="# Test vtkPiecewiseFunctionProxy&#xA; Custom points should not be active in Gaussian mode" time="12.353" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy&#xA;"/>
513
- <testcase name="# Test vtkPiecewiseFunctionProxy&#xA; Custom points should be active in Points mode" time="12.353" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy&#xA;"/>
514
- <testcase name="# Test vtkPiecewiseFunctionProxy&#xA; Default nodes" time="12.354" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy&#xA;"/>
515
- <testcase name="# Test vtkPiecewiseFunctionProxy&#xA; Default points" time="12.354" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy&#xA;"/>
516
- <testcase name="# Test vtkPiecewiseFunctionProxy&#xA; Default nodes" time="12.356" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy&#xA;"/>
517
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.356" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
518
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.356" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
519
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.357" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
520
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.357" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
521
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.357" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
522
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.357" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
523
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.358" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
524
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.358" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
525
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.358" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
526
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.358" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
527
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.359" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
528
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.359" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
529
- <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="12.359" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
530
- <testcase name="# Test Actor&#xA; vtkActor testRotate" time="12.868" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Actor&#xA;"/>
531
- <testcase name="# Test Actor&#xA; Matching image - delta 0.16%" time="12.868" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Actor&#xA;"/>
532
- <testcase name="# Test Actor&#xA; Image match resolution" time="13.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Actor&#xA;"/>
533
- <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="13.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
534
- <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="13.813" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
535
- <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="13.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
536
- <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="13.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
537
- <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="13.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
538
- <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="13.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
539
- <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="13.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
540
- <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="13.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
541
- <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="13.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
542
- <testcase name="# Test vtkCellPicker instance&#xA; Make sure the class definition exists" time="13.814" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker instance&#xA;"/>
543
- <testcase name="# Test vtkCellPicker instance&#xA; should be truthy" time="13.815" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker instance&#xA;"/>
544
- <testcase name="# Test Interpolate Scalars Before Colors&#xA; vtkOpenGLPolyDataMapper ColorTransferFunction" time="14.538" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
545
- <testcase name="# Test Interpolate Scalars Before Colors&#xA; Matching image - delta 0.34%" time="14.538" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
546
- <testcase name="# Test Interpolate Scalars Before Colors&#xA; Image match resolution" time="14.546" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
547
- <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for -0.1, expect 1,0,0" time="14.546" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
548
- <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0, expect 1,0,0" time="14.547" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
549
- <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0.1, expect 1,0,0" time="14.547" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
550
- <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0.19, expect 1,0,0" time="14.547" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
551
- <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0.2, expect 0.5,0.5,0" time="14.548" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
552
- <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0.59, expect 0,1,0" time="14.548" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
553
- <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0.6, expect 0,0.5,0.5" time="14.548" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
554
- <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0.9, expect 0,0,1" time="14.548" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
555
- <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 1, expect 0,0,1" time="14.549" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
556
- <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 1.1, expect 0,0,1" time="14.549" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
557
- <testcase name="# Test Interpolate Scalars Before Colors&#xA; vtkOpenGLPolyDataMapper ColorTransferFunction Presets" time="15.665" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
558
- <testcase name="# Test Interpolate Scalars Before Colors&#xA; Matching image - delta 0.00%" time="15.665" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
559
- <testcase name="# Test Interpolate Scalars Before Colors&#xA; Image match resolution" time="15.668" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
560
- <testcase name="# Test Interpolate Scalars Before Colors&#xA; vtkOpenGLPolyDataMapper ColorTransferFunction Presets" time="22.9" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
561
- <testcase name="# Test Interpolate Scalars Before Colors&#xA; Matching image - delta 0.19%" time="22.901" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
562
- <testcase name="# Test Interpolate Scalars Before Colors&#xA; Image match resolution" time="22.912" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
563
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.913" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
564
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.914" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
565
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.914" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
566
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.915" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
567
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.915" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
568
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.915" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
569
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.916" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
570
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.916" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
571
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.916" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
572
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.916" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
573
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.917" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
574
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.917" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
575
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.917" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
576
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.918" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
577
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.918" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
578
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.918" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
579
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.918" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
580
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.919" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
581
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.919" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
582
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.919" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
583
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.919" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
584
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.92" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
585
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.92" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
586
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.921" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
587
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.922" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
588
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.922" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
589
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.923" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
590
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.923" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
591
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.923" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
592
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.923" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
593
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.924" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
594
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.924" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
595
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.924" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
596
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.925" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
597
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.925" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
598
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.925" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
599
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.926" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
600
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.926" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
601
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.926" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
602
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.927" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
603
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.927" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
604
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.927" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
605
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.927" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
606
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.928" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
607
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.928" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
608
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.928" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
609
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.928" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
610
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.929" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
611
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.929" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
612
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.929" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
613
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.929" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
614
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.93" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
615
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.93" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
616
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.93" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
617
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.93" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
618
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.931" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
619
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.931" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
620
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.931" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
621
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.931" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
622
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.932" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
623
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.932" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
624
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.932" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
625
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.932" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
626
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.933" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
627
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.933" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
628
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.933" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
629
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.933" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
630
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.934" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
631
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.934" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
632
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.934" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
633
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.934" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
634
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.935" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
635
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.935" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
636
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.935" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
637
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.935" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
638
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.936" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
639
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.936" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
640
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.936" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
641
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.936" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
642
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.937" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
643
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.937" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
644
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.937" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
645
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.937" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
646
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.937" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
647
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.938" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
648
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.938" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
649
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.938" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
650
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.938" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
651
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.939" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
652
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.939" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
653
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.939" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
654
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.939" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
655
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.94" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
656
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.94" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
657
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.94" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
658
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.94" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
659
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.941" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
660
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.941" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
661
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.941" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
662
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.941" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
663
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.942" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
664
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.942" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
665
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.942" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
666
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.943" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
667
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.943" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
668
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.943" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
669
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.943" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
670
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.944" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
671
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.944" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
672
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.944" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
673
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.944" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
674
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.945" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
675
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.945" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
676
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.945" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
677
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.945" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
678
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.946" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
679
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.946" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
680
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.946" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
681
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.946" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
682
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.947" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
683
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.947" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
684
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.947" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
685
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.947" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
686
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.947" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
687
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.948" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
688
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.948" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
689
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.948" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
690
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.948" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
691
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.949" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
692
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.949" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
693
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.949" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
694
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.95" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
695
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.95" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
696
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.95" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
697
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.951" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
698
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.951" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
699
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.951" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
700
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.952" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
701
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.952" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
702
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.952" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
703
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.953" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
704
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.953" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
705
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.953" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
706
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.954" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
707
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.954" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
708
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.954" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
709
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.954" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
710
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.955" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
711
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.955" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
712
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.956" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
713
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.956" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
714
- <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="22.956" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
715
- <testcase name="# Test Follower class&#xA; vtkFollower" time="23.795" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Follower class&#xA;"/>
716
- <testcase name="# Test Follower class&#xA; Matching image - delta 1.18%" time="23.795" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Follower class&#xA;"/>
717
- <testcase name="# Test Follower class&#xA; Image match resolution" time="23.796" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Follower class&#xA;"/>
718
- <testcase name="# Test vtkGlyph3DMapper Rendering&#xA; vtkGlyph3DMapper Rendering" time="24.344" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkGlyph3DMapper Rendering&#xA;"/>
719
- <testcase name="# Test vtkGlyph3DMapper Rendering&#xA; Matching image - delta 0.03%" time="24.344" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkGlyph3DMapper Rendering&#xA;"/>
720
- <testcase name="# Test vtkGlyph3DMapper Rendering&#xA; Image match resolution" time="24.36" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkGlyph3DMapper Rendering&#xA;"/>
721
- <testcase name="# Test HardwareSelector&#xA; vtkHardwareSelector TestHardwareSelector" time="24.775" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector&#xA;"/>
722
- <testcase name="# Test HardwareSelector&#xA; Two props selected" time="24.775" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector&#xA;"/>
723
- <testcase name="# Test HardwareSelector&#xA; Correct props were selected" time="24.779" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector&#xA;"/>
724
- <testcase name="# Test HardwareSelectorGlyph&#xA; TestHardwareSelectorGlyph" time="25.012" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelectorGlyph&#xA;"/>
725
- <testcase name="# Test HardwareSelectorGlyph&#xA; Seven glyphs selected" time="25.012" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelectorGlyph&#xA;"/>
726
- <testcase name="# Test HardwareSelectorGlyph&#xA; glyph 71 was the first selected" time="25.012" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelectorGlyph&#xA;"/>
727
- <testcase name="# Test HardwareSelectorGlyph&#xA; Correct prop was selected" time="25.018" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelectorGlyph&#xA;"/>
728
- <testcase name="# Test HardwareSelector&#xA; vtkHardwareSelector TestHardwareSelector" time="28.419" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector&#xA;"/>
729
- <testcase name="# Test HardwareSelector&#xA; Hardware selector takes less than six normal renders (2577, 202, 327)" time="28.434" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector&#xA;"/>
730
- <testcase name="# Test Edge Visibility&#xA; vtkMapper EdgeVisibility" time="29.078" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Edge Visibility&#xA;"/>
731
- <testcase name="# Test Edge Visibility&#xA; Matching image - delta 0.69%" time="29.079" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Edge Visibility&#xA;"/>
732
- <testcase name="# Test Edge Visibility&#xA; Image match resolution" time="29.08" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Edge Visibility&#xA;"/>
733
- <testcase name="# Test VectorComponent&#xA; vtkMapper Vector Component" time="30.039" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test VectorComponent&#xA;"/>
734
- <testcase name="# Test VectorComponent&#xA; Matching image - delta 0.26%" time="30.039" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test VectorComponent&#xA;"/>
735
- <testcase name="# Test VectorComponent&#xA; Image match resolution" time="31.017" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test VectorComponent&#xA;"/>
736
- <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="31.017" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
737
- <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="31.017" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
738
- <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="31.017" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
739
- <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="31.017" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
740
- <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="31.017" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
741
- <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="31.017" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
742
- <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="31.017" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
743
- <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="31.017" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
744
- <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="31.048" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
745
- <testcase name="# Test vtkPointPicker line source&#xA; pick at (380.5, 200)" time="31.049" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source&#xA;"/>
746
- <testcase name="# Test vtkPointPicker line source&#xA; should be strictly equal" time="31.049" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source&#xA;"/>
747
- <testcase name="# Test vtkPointPicker line source&#xA; point id" time="31.049" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source&#xA;"/>
748
- <testcase name="# Test vtkPointPicker line source&#xA; pick at (20, 200.5)" time="31.05" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source&#xA;"/>
749
- <testcase name="# Test vtkPointPicker line source&#xA; should be strictly equal" time="31.05" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source&#xA;"/>
750
- <testcase name="# Test vtkPointPicker line source&#xA; point id" time="31.05" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source&#xA;"/>
751
- <testcase name="# Test vtkPointPicker instance&#xA; Make sure the class definition exists" time="31.05" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker instance&#xA;"/>
752
- <testcase name="# Test vtkPointPicker instance&#xA; should be truthy" time="31.051" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker instance&#xA;"/>
753
- <testcase name="# Test Set Actor User Matrix&#xA; vtkActor SetUserMatrix" time="31.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Set Actor User Matrix&#xA;"/>
754
- <testcase name="# Test Set Actor User Matrix&#xA; Matching image - delta 0.18%" time="31.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Set Actor User Matrix&#xA;"/>
755
- <testcase name="# Test Set Actor User Matrix&#xA; Image match resolution" time="32.417" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Set Actor User Matrix&#xA;"/>
756
- <testcase name="# Test multiple renderers&#xA; Matching image - delta 0.00%" time="32.417" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test multiple renderers&#xA;"/>
757
- <testcase name="# Test multiple renderers&#xA; Image match resolution" time="32.419" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test multiple renderers&#xA;"/>
758
- <testcase name="# Test vtkSphereMapper Rendering&#xA; vtkSphereMapper Rendering" time="33.345" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSphereMapper Rendering&#xA;"/>
759
- <testcase name="# Test vtkSphereMapper Rendering&#xA; Matching image - delta 0.00%" time="33.35" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSphereMapper Rendering&#xA;"/>
760
- <testcase name="# Test vtkSphereMapper Rendering&#xA; Image match resolution" time="33.359" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSphereMapper Rendering&#xA;"/>
761
- <testcase name="# Test SphereMapper&#xA; vtkSphereMapper testSphere" time="34.026" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test SphereMapper&#xA;"/>
762
- <testcase name="# Test SphereMapper&#xA; Matching image - delta 0.04%" time="34.026" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test SphereMapper&#xA;"/>
763
- <testcase name="# Test SphereMapper&#xA; Image match resolution" time="34.046" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test SphereMapper&#xA;"/>
764
- <testcase name="# Test StickMapper&#xA; vtkStickMapper testStick" time="34.623" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test StickMapper&#xA;"/>
765
- <testcase name="# Test StickMapper&#xA; Matching image - delta 0.02%" time="34.624" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test StickMapper&#xA;"/>
766
- <testcase name="# Test StickMapper&#xA; Image match resolution" time="57.129" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test StickMapper&#xA;"/>
767
- <testcase name="# Test ImageMapper&#xA; vtkOpenGLImageMapper testImage" time="57.746" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper&#xA;"/>
768
- <testcase name="# Test ImageMapper&#xA; Matching image - delta 0.47%" time="57.746" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper&#xA;"/>
769
- <testcase name="# Test ImageMapper&#xA; Image match resolution" time="57.749" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper&#xA;"/>
770
- <testcase name="# Test ImageMapper ClippingPlanes&#xA; vtkOpenGLImageMapper testImage" time="58.482" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper ClippingPlanes&#xA;"/>
771
- <testcase name="# Test ImageMapper ClippingPlanes&#xA; Matching image - delta 0.00%" time="58.483" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper ClippingPlanes&#xA;"/>
772
- <testcase name="# Test ImageMapper ClippingPlanes&#xA; Image match resolution" time="58.494" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper ClippingPlanes&#xA;"/>
773
- <testcase name="# Test ImageMapper with Nearest Neighbor interpolation&#xA; vtkOpenGLImageMapper testImage" time="59.128" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper with Nearest Neighbor interpolation&#xA;"/>
774
- <testcase name="# Test ImageMapper with Nearest Neighbor interpolation&#xA; Matching image - delta 0.06%" time="59.128" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper with Nearest Neighbor interpolation&#xA;"/>
775
- <testcase name="# Test ImageMapper with Nearest Neighbor interpolation&#xA; Image match resolution" time="59.129" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper with Nearest Neighbor interpolation&#xA;"/>
776
- <testcase name="# Test ImageMapper&#xA; vtkOpenGLImageMapper testImage" time="59.772" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper&#xA;"/>
777
- <testcase name="# Test ImageMapper&#xA; Matching image - delta 0.00%" time="59.772" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper&#xA;"/>
778
- <testcase name="# Test ImageMapper&#xA; Image match resolution" time="59.776" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper&#xA;"/>
779
- <testcase name="# Test Add Shader Replacements&#xA; vtkOpenGLPolyDataMapper AddShaderReplacements" time="60.634" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Add Shader Replacements&#xA;"/>
780
- <testcase name="# Test Add Shader Replacements&#xA; Matching image - delta 0.06%" time="60.635" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Add Shader Replacements&#xA;"/>
781
- <testcase name="# Test Add Shader Replacements&#xA; Image match resolution" time="60.64" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Add Shader Replacements&#xA;"/>
782
- <testcase name="# Test Clear Shader Replacements&#xA; vtkOpenGLPolyDataMapper ClearShaderReplacements" time="61.48" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clear Shader Replacements&#xA;"/>
783
- <testcase name="# Test Clear Shader Replacements&#xA; Matching image - delta 0.10%" time="61.48" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clear Shader Replacements&#xA;"/>
784
- <testcase name="# Test Clear Shader Replacements&#xA; Image match resolution" time="61.487" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clear Shader Replacements&#xA;"/>
785
- <testcase name="# Test Clipping planes&#xA; vtkOpenGLPolyDataMapper setClippingPlanes" time="62.091" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clipping planes&#xA;"/>
786
- <testcase name="# Test Clipping planes&#xA; Matching image - delta 0.00%" time="62.091" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clipping planes&#xA;"/>
787
- <testcase name="# Test Clipping planes&#xA; Image match resolution" time="62.094" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clipping planes&#xA;"/>
788
- <testcase name="# Test Interpolate Scalars Before Mapping&#xA; vtkOpenGLPolyDataMapper InterpolateScalarsBeforeColors" time="62.715" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Mapping&#xA;"/>
789
- <testcase name="# Test Interpolate Scalars Before Mapping&#xA; Matching image - delta 0.34%" time="62.715" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Mapping&#xA;"/>
790
- <testcase name="# Test Interpolate Scalars Before Mapping&#xA; Image match resolution" time="62.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Mapping&#xA;"/>
791
- <testcase name="# Test vtkOpenGLSkybox Rendering&#xA; Filter: OpenGLTexture" time="64.952" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Rendering&#xA;"/>
792
- <testcase name="# Test vtkOpenGLSkybox Rendering&#xA; Matching image - delta 0.00%" time="64.954" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Rendering&#xA;"/>
793
- <testcase name="# Test vtkOpenGLSkybox Rendering&#xA; Image match resolution" time="64.957" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Rendering&#xA;"/>
794
- <testcase name="# Test vtkOpenGLSkybox Background Rendering&#xA; Filter: OpenGLTexture" time="65.541" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Background Rendering&#xA;"/>
795
- <testcase name="# Test vtkOpenGLSkybox Background Rendering&#xA; Matching image - delta 0.00%" time="65.542" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Background Rendering&#xA;"/>
796
- <testcase name="# Test vtkOpenGLSkybox Background Rendering&#xA; Image match resolution" time="65.545" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Background Rendering&#xA;"/>
797
- <testcase name="# Test vtkOpenGLTexture Rendering&#xA; Filter: OpenGLTexture" time="66.676" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLTexture Rendering&#xA;"/>
798
- <testcase name="# Test vtkOpenGLTexture Rendering&#xA; Matching image - delta 0.01%" time="66.677" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLTexture Rendering&#xA;"/>
799
- <testcase name="# Test vtkOpenGLTexture Rendering&#xA; Image match resolution" time="66.693" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLTexture Rendering&#xA;"/>
800
- <testcase name="# Test Composite Volume Rendering&#xA; vtkOpenGLVolumeMapper Composite" time="71.051" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
801
- <testcase name="# Test Composite Volume Rendering&#xA; Matching image - delta 0.07%" time="71.052" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
802
- <testcase name="# Test Composite Volume Rendering&#xA; Image match resolution" time="71.054" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
803
- <testcase name="# Test Composite Volume Rendering with parallel projection&#xA; vtkOpenGLVolumeMapper CompositeParallelProjection" time="73.172" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering with parallel projection&#xA;"/>
804
- <testcase name="# Test Composite Volume Rendering with parallel projection&#xA; Matching image - delta 0.00%" time="73.174" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering with parallel projection&#xA;"/>
805
- <testcase name="# Test Composite Volume Rendering with parallel projection&#xA; Image match resolution" time="73.176" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering with parallel projection&#xA;"/>
806
- <testcase name="# Test Composite Volume Rendering&#xA; vtkOpenGLVolumeMapper Composite16Bit" time="75.262" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
807
- <testcase name="# Test Composite Volume Rendering&#xA; Matching image - delta 0.00%" time="75.263" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
808
- <testcase name="# Test Composite Volume Rendering&#xA; Image match resolution" time="75.266" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
809
- <testcase name="# Test Composite Volume Rendering&#xA; vtkOpenGLVolumeMapper Intermixed" time="79.403" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
810
- <testcase name="# Test Composite Volume Rendering&#xA; Matching image - delta 0.06%" time="79.404" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
811
- <testcase name="# Test Composite Volume Rendering&#xA; Image match resolution" time="79.406" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
812
- <testcase name="# Test Composite Volume Rendering&#xA; vtkOpenGLVolumeMapper IntermixedImage" time="86.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
813
- <testcase name="# Test Composite Volume Rendering&#xA; Matching image - delta 0.15%" time="86.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
814
- <testcase name="# Test Composite Volume Rendering&#xA; Image match resolution" time="86.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
815
- <testcase name="# Test Lighted Volume Rendering&#xA; vtkOpenGLVolumeMapper Lighting" time="92.879" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Lighted Volume Rendering&#xA;"/>
816
- <testcase name="# Test Lighted Volume Rendering&#xA; Matching image - delta 0.30%" time="92.88" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Lighted Volume Rendering&#xA;"/>
817
- <testcase name="# Test Lighted Volume Rendering&#xA; Image match resolution" time="92.883" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Lighted Volume Rendering&#xA;"/>
818
- <testcase name="# Test Maximum Intensity Projection Volume Rendering&#xA; vtkOpenGLVolumeMapper MIP" time="94.124" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Maximum Intensity Projection Volume Rendering&#xA;"/>
819
- <testcase name="# Test Maximum Intensity Projection Volume Rendering&#xA; Matching image - delta 0.00%" time="94.125" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Maximum Intensity Projection Volume Rendering&#xA;"/>
820
- <testcase name="# Test Maximum Intensity Projection Volume Rendering&#xA; Image match resolution" time="94.128" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Maximum Intensity Projection Volume Rendering&#xA;"/>
821
- <testcase name="# Test Minimum Intensity Projection Volume Rendering&#xA; vtkOpenGLVolumeMapper MinIP" time="95.008" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Minimum Intensity Projection Volume Rendering&#xA;"/>
822
- <testcase name="# Test Minimum Intensity Projection Volume Rendering&#xA; Matching image - delta 0.00%" time="95.008" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Minimum Intensity Projection Volume Rendering&#xA;"/>
823
- <testcase name="# Test Minimum Intensity Projection Volume Rendering&#xA; Image match resolution" time="95.012" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Minimum Intensity Projection Volume Rendering&#xA;"/>
824
- <testcase name="# Test Volume Rendering with Proportional Component&#xA; vtkOpenGLVolumeMapper ProportionalComponent" time="100.227" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Volume Rendering with Proportional Component&#xA;"/>
825
- <testcase name="# Test Volume Rendering with Proportional Component&#xA; Matching image - delta 0.00%" time="100.227" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Volume Rendering with Proportional Component&#xA;"/>
826
- <testcase name="# Test Volume Rendering with Proportional Component&#xA; Image match resolution" time="100.245" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Volume Rendering with Proportional Component&#xA;"/>
827
- <testcase name="# Test Average Intensity Projection Volume Rendering&#xA; vtkOpenGLVolumeMapper AverageIP" time="101.556" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Average Intensity Projection Volume Rendering&#xA;"/>
828
- <testcase name="# Test Average Intensity Projection Volume Rendering&#xA; Matching image - delta 0.00%" time="101.556" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Average Intensity Projection Volume Rendering&#xA;"/>
829
- <testcase name="# Test Average Intensity Projection Volume Rendering&#xA; Image match resolution" time="101.557" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Average Intensity Projection Volume Rendering&#xA;"/>
830
- <testcase name="# Macro methods algo tests&#xA; populate publicAPI" time="101.558" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests&#xA;"/>
831
- <testcase name="# Macro methods algo tests&#xA; return input data" time="101.559" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests&#xA;"/>
832
- <testcase name="# Macro methods algo tests&#xA; Add two input arrays" time="101.559" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests&#xA;"/>
833
- <testcase name="# Macro methods algo tests&#xA; Subtract two input arrays" time="101.56" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests&#xA;"/>
834
- <testcase name="# Macro methods algo tests&#xA; Multiply two input arrays" time="101.56" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests&#xA;"/>
835
- <testcase name="# Macro methods algo tests&#xA; Divide two input arrays, using outputPort" time="101.56" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests&#xA;"/>
836
- <testcase name="# Macro shouldUpdate returns true if output is deleted&#xA; Trivial producer outputs first input data" time="101.561" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro shouldUpdate returns true if output is deleted&#xA;"/>
837
- <testcase name="# Macro shouldUpdate returns true if output is deleted&#xA; Trivial producer outputs second input data" time="101.561" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro shouldUpdate returns true if output is deleted&#xA;"/>
838
- <testcase name="# onlyIfWebGL&#xA; onlyIfWebGL enabled" time="101.562" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# onlyIfWebGL&#xA;"/>
839
- <testcase name="# Macro methods scalar tests&#xA; macro setget" time="101.562" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
840
- <testcase name="# Macro methods scalar tests&#xA; Initial gets should match defaults" time="101.563" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
841
- <testcase name="# Macro methods scalar tests&#xA; Bool get should match set" time="101.563" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
842
- <testcase name="# Macro methods scalar tests&#xA; Initial gets should match defaults" time="101.563" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
843
- <testcase name="# Macro methods scalar tests&#xA; Int get should match set" time="101.563" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
844
- <testcase name="# Macro methods scalar tests&#xA; mtime should increase after set" time="101.563" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
845
- <testcase name="# Macro methods scalar tests&#xA; mtime should not increase after idempotent set" time="101.564" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
846
- <testcase name="# Macro methods array tests&#xA; Initial gets should match defaults" time="101.565" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
847
- <testcase name="# Macro methods array tests&#xA; Throw if no set method declared" time="101.565" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
848
- <testcase name="# Macro methods array tests&#xA; Array spread set OK" time="101.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
849
- <testcase name="# Macro methods array tests&#xA; Array spread set should match get" time="101.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
850
- <testcase name="# Macro methods array tests&#xA; OK to set a single array argument" time="101.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
851
- <testcase name="# Macro methods array tests&#xA; Array set should match get" time="101.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
852
- <testcase name="# Macro methods array tests&#xA; mtime should increase after set" time="101.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
853
- <testcase name="# Macro methods array tests&#xA; Invalid number of values should throw" time="101.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
854
- <testcase name="# Macro methods array tests&#xA; Keep default value after illegal set" time="101.566" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
855
- <testcase name="# Macro methods array tests&#xA; mtime should not increase after idempotent set" time="101.567" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
856
- <testcase name="# Macro methods array tests&#xA; Invalid number of values should throw" time="101.567" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
857
- <testcase name="# Macro methods array tests&#xA; Keep value after illegal set" time="101.567" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
858
- <testcase name="# Macro methods array tests&#xA; Invalid set with string should throw" time="101.567" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
859
- <testcase name="# Macro methods array tests&#xA; Keep value after illegal set" time="101.568" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
860
- <testcase name="# Macro methods array tests&#xA; OK to set a typed array argument" time="101.568" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
861
- <testcase name="# Macro methods array tests&#xA; setArray should copy input argument" time="101.568" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
862
- <testcase name="# Macro methods array tests&#xA; OK to set no argument" time="101.568" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
863
- <testcase name="# Macro methods array tests&#xA; OK to set not enough argument" time="101.568" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
864
- <testcase name="# Macro methods array tests&#xA; OK to set too-short array argument" time="101.568" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
865
- <testcase name="# Macro methods array tests&#xA; OK to set too short typed array argument" time="101.568" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
866
- <testcase name="# Macro methods array tests&#xA; Invalid number of values should throw" time="101.569" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
867
- <testcase name="# Macro methods array tests&#xA; Too large array should throw" time="101.569" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
868
- <testcase name="# Macro methods array tests&#xA; Too large array should throw" time="101.569" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
869
- <testcase name="# Macro methods enum tests&#xA; Initial gets should match defaults" time="101.57" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
870
- <testcase name="# Macro methods enum tests&#xA; Enum set should match get" time="101.57" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
871
- <testcase name="# Macro methods enum tests&#xA; should be truthy" time="101.57" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
872
- <testcase name="# Macro methods enum tests&#xA; Enum set by index should get matching enum value" time="101.57" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
873
- <testcase name="# Macro methods enum tests&#xA; Setting idempotent value should return false" time="101.579" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
874
- <testcase name="# Macro methods enum tests&#xA; Invalid enum index should throw" time="101.58" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
875
- <testcase name="# Macro methods enum tests&#xA; Enum set out of range should be rejected" time="101.58" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
876
- <testcase name="# Macro methods enum tests&#xA; Invalid enum string should throw" time="101.58" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
877
- <testcase name="# Macro methods enum tests&#xA; Enum set string out of range should be rejected" time="101.58" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
878
- <testcase name="# Macro methods enum tests&#xA; Invalid enum set with array/object should throw" time="101.58" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
879
- <testcase name="# Macro methods enum tests&#xA; Enum set string out of range should be rejected" time="101.581" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
880
- <testcase name="# Macro methods object tests&#xA; Get entire model" time="101.581" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
881
- <testcase name="# Macro methods object tests&#xA; Get defaults back test" time="101.582" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
882
- <testcase name="# Macro methods object tests&#xA; Object should be frozen" time="101.582" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
883
- <testcase name="# Macro methods object tests&#xA; should be truthy" time="101.582" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
884
- <testcase name="# Macro methods object tests&#xA; should be truthy" time="101.583" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
885
- <testcase name="# Macro methods object tests&#xA; Object modified fires" time="101.583" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
886
- <testcase name="# Macro methods object tests&#xA; Object modified does not fire after unsubscribe" time="101.583" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
887
- <testcase name="# Macro methods object tests&#xA; Test mult-set" time="101.583" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
888
- <testcase name="# Macro methods object tests&#xA; Float get should match multi-set" time="101.583" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
889
- <testcase name="# Macro methods object tests&#xA; Array multi-set should match get" time="101.583" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
890
- <testcase name="# Macro methods object tests&#xA; should be truthy" time="101.583" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
891
- <testcase name="# Macro methods object tests&#xA; should be truthy" time="101.583" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
892
- <testcase name="# Macro methods object tests&#xA; should be falsy" time="101.584" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
893
- <testcase name="# Macro methods object tests&#xA; should be strictly equal" time="101.584" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
894
- <testcase name="# Macro methods object tests&#xA; should not throw" time="101.584" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
895
- <testcase name="# Macro methods object tests&#xA; All calls should do nothing after delete" time="101.585" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
896
- <testcase name="# Macro methods event tests&#xA; cbAbort1 should be called first" time="101.585" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
897
- <testcase name="# Macro methods event tests&#xA; cbAbort2 should be called second" time="101.585" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
898
- <testcase name="# Macro methods event tests&#xA; Only 2 callbacks should be invoked, not 3" time="101.585" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
899
- <testcase name="# Macro methods event tests&#xA; cbPriority2 should be called first" time="101.585" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
900
- <testcase name="# Macro methods event tests&#xA; cbPriority2 should be called first" time="101.586" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
901
- <testcase name="# Macro methods event tests&#xA; cbPriority1 should be called second" time="101.586" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
902
- <testcase name="# Macro methods event tests&#xA; cbPriority0 should be called third" time="101.687" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
903
- <testcase name="# Macro methods event tests&#xA; cbPriorityLast should be called last after 101ms" time="101.688" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
904
- <testcase name="# Macro methods event tests&#xA; cbPriority2 should be called exactly twice" time="101.688" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
905
- <testcase name="# Macro methods keystore tests&#xA; key1 should exist in keystore" time="101.689" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests&#xA;"/>
906
- <testcase name="# Macro methods keystore tests&#xA; key2 should exist in keystore" time="101.689" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests&#xA;"/>
907
- <testcase name="# Macro methods keystore tests&#xA; key3 should exist in keystore" time="101.689" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests&#xA;"/>
908
- <testcase name="# Macro methods keystore tests&#xA; Delete key2 should succeed" time="101.689" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests&#xA;"/>
909
- <testcase name="# Macro methods keystore tests&#xA; There should be no keys after clearing" time="101.7" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests&#xA;"/>
910
- <testcase name="# Test vtkDataArray serialization/deserialization&#xA; Make sure the class definition exist" time="101.7" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization&#xA;"/>
911
- <testcase name="# Test vtkDataArray serialization/deserialization&#xA; Make sure the instance exist" time="101.701" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization&#xA;"/>
912
- <testcase name="# Test vtkDataArray serialization/deserialization&#xA; Make sure we can get serialize data" time="101.701" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization&#xA;"/>
913
- <testcase name="# Test vtkDataArray serialization/deserialization&#xA; Make sure we can get deserialize data" time="101.702" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization&#xA;"/>
914
- <testcase name="# Test vtkDataArray serialization/deserialization&#xA; We have two different instances" time="101.702" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization&#xA;"/>
915
- <testcase name="# Test vtkDataArray serialization/deserialization&#xA; But same serialized content" time="101.703" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization&#xA;"/>
916
- <testcase name="# Test vtkPoints serialization/deserialization&#xA; Make sure the class definition exist" time="101.703" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization&#xA;"/>
917
- <testcase name="# Test vtkPoints serialization/deserialization&#xA; Make sure the instance exist" time="101.703" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization&#xA;"/>
918
- <testcase name="# Test vtkPoints serialization/deserialization&#xA; Make sure we can get serialize data" time="101.703" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization&#xA;"/>
919
- <testcase name="# Test vtkPoints serialization/deserialization&#xA; Make sure we can get deserialize data" time="101.704" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization&#xA;"/>
920
- <testcase name="# Test vtkPoints serialization/deserialization&#xA; We have two different instances" time="101.704" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization&#xA;"/>
921
- <testcase name="# Test vtkPoints serialization/deserialization&#xA; But same serialized content" time="101.704" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization&#xA;"/>
922
- <testcase name="# Test vtkLookupTable serialization/deserialization&#xA; Make sure the class definition exist" time="101.705" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization&#xA;"/>
923
- <testcase name="# Test vtkLookupTable serialization/deserialization&#xA; Make sure the instance exist" time="101.706" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization&#xA;"/>
924
- <testcase name="# Test vtkLookupTable serialization/deserialization&#xA; Make sure we can get serialize data" time="101.707" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization&#xA;"/>
925
- <testcase name="# Test vtkLookupTable serialization/deserialization&#xA; Make sure we can get deserialize data" time="101.707" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization&#xA;"/>
926
- <testcase name="# Test vtkLookupTable serialization/deserialization&#xA; We have two different instances" time="101.707" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization&#xA;"/>
927
- <testcase name="# Test vtkLookupTable serialization/deserialization&#xA; But same serialized content" time="101.708" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization&#xA;"/>
928
- <testcase name="# Test vtkScalarsToColors serialization/deserialization&#xA; Make sure the class definition exist" time="101.708" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization&#xA;"/>
929
- <testcase name="# Test vtkScalarsToColors serialization/deserialization&#xA; Make sure the instance exist" time="101.709" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization&#xA;"/>
930
- <testcase name="# Test vtkScalarsToColors serialization/deserialization&#xA; Make sure we can get serialize data" time="101.709" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization&#xA;"/>
931
- <testcase name="# Test vtkScalarsToColors serialization/deserialization&#xA; Make sure we can get deserialize data" time="101.709" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization&#xA;"/>
932
- <testcase name="# Test vtkScalarsToColors serialization/deserialization&#xA; We have two different instances" time="101.71" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization&#xA;"/>
933
- <testcase name="# Test vtkScalarsToColors serialization/deserialization&#xA; But same serialized content" time="101.71" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization&#xA;"/>
934
- <testcase name="# Test vtkPolyData serialization/deserialization&#xA; Make sure the class definition exist" time="101.711" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization&#xA;"/>
935
- <testcase name="# Test vtkPolyData serialization/deserialization&#xA; Make sure the instance exist" time="101.712" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization&#xA;"/>
936
- <testcase name="# Test vtkPolyData serialization/deserialization&#xA; Make sure we can get serialize data" time="101.713" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization&#xA;"/>
937
- <testcase name="# Test vtkPolyData serialization/deserialization&#xA; Make sure we can get deserialize data" time="101.713" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization&#xA;"/>
938
- <testcase name="# Test vtkPolyData serialization/deserialization&#xA; We have two different instances" time="101.714" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization&#xA;"/>
939
- <testcase name="# Test vtkPolyData serialization/deserialization&#xA; But same serialized content" time="101.715" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization&#xA;"/>
940
- <testcase name="# Proxy activation via config&#xA; No initial active source" time="101.716" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via config&#xA;"/>
941
- <testcase name="# Proxy activation via config&#xA; Active source set after proxy creation" time="101.717" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via config&#xA;"/>
942
- <testcase name="# Proxy activation via .activate()&#xA; No initial active source" time="101.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via .activate()&#xA;"/>
943
- <testcase name="# Proxy activation via .activate()&#xA; No active source after proxy creation" time="101.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via .activate()&#xA;"/>
944
- <testcase name="# Proxy activation via .activate()&#xA; Proxy manager should be modified after proxy activation" time="101.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via .activate()&#xA;"/>
945
- <testcase name="# Proxy activation via .activate()&#xA; Active source set" time="102.25" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via .activate()&#xA;"/>
946
- <testcase name="# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false&#xA; Matching image - delta 0.00%" time="102.25" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false&#xA;"/>
947
- <testcase name="# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false&#xA; Image match resolution" time="102.52" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false&#xA;"/>
948
- <testcase name="# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true&#xA; Matching image - delta 0.00%" time="102.52" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true&#xA;"/>
949
- <testcase name="# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true&#xA; Image match resolution" time="102.782" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true&#xA;"/>
950
- <testcase name="# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false&#xA; Matching image - delta 0.00%" time="102.782" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false&#xA;"/>
951
- <testcase name="# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false&#xA; Image match resolution" time="103.031" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false&#xA;"/>
952
- <testcase name="# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true&#xA; Matching image - delta 0.19%" time="103.032" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true&#xA;"/>
953
- <testcase name="# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true&#xA; Image match resolution" time="103.041" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true&#xA;"/>
954
- <testcase name="# Test boundPlane natural basis simple&#xA; should be truthy" time="103.042" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis simple&#xA;"/>
955
- <testcase name="# Test boundPlane natural basis simple&#xA; should be truthy" time="103.042" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis simple&#xA;"/>
956
- <testcase name="# Test boundPlane natural basis simple&#xA; should be truthy" time="103.044" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis simple&#xA;"/>
957
- <testcase name="# Test boundPlane natural basis with offset&#xA; should be truthy" time="103.044" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis with offset&#xA;"/>
958
- <testcase name="# Test boundPlane natural basis with offset&#xA; should be truthy" time="103.044" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis with offset&#xA;"/>
959
- <testcase name="# Test boundPlane natural basis with offset&#xA; should be truthy" time="103.047" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis with offset&#xA;"/>
960
- <testcase name="# Test boundPlane oriented&#xA; should be truthy" time="103.048" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane oriented&#xA;"/>
961
- <testcase name="# Test boundPlane oriented&#xA; should be truthy" time="103.048" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane oriented&#xA;"/>
962
- <testcase name="# Test boundPlane oriented&#xA; should be truthy" time="103.05" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane oriented&#xA;"/>
963
- <testcase name="# Test boundPlane no intersection&#xA; should be truthy" time="103.05" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane no intersection&#xA;"/>
964
- <testcase name="# Test boundPlane no intersection&#xA; should be truthy" time="103.05" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane no intersection&#xA;"/>
965
- <testcase name="# Test boundPlane no intersection&#xA; should be truthy" time="103.051" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane no intersection&#xA;"/>
966
- <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="103.051" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
967
- <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="103.051" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
968
- <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="103.051" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
969
- <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="103.051" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
970
- <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="103.051" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
971
- <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="103.051" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
972
- <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="103.052" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
973
- <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="103.052" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
974
- <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="103.052" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
975
- <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="103.052" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
976
- <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="103.052" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
977
- <testcase name="# Test getPlaneNameFromLineName&#xA; should be truthy" time="103.052" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName&#xA;"/>
978
- <testcase name="# Test getPlaneNameFromLineName&#xA; should be truthy" time="103.052" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName&#xA;"/>
979
- <testcase name="# Test getPlaneNameFromLineName&#xA; should be truthy" time="103.052" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName&#xA;"/>
980
- <testcase name="# Test getPlaneNameFromLineName&#xA; should be truthy" time="103.053" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName&#xA;"/>
981
- <testcase name="# Test getPlaneNameFromLineName&#xA; should be truthy" time="104.155" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName&#xA;"/>
982
- <testcase name="# Initialization&#xA; Camera focal point on 4" time="104.155" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
983
- <testcase name="# Initialization&#xA; Camera view up on 4" time="104.155" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
984
- <testcase name="# Initialization&#xA; Plane origin on 4" time="104.156" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
985
- <testcase name="# Initialization&#xA; Plane point 1 on 4" time="104.156" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
986
- <testcase name="# Initialization&#xA; Plane point 2 on 4" time="104.162" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
987
- <testcase name="# Initialization&#xA; Camera focal point on 5" time="104.162" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
988
- <testcase name="# Initialization&#xA; Camera view up on 5" time="104.163" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
989
- <testcase name="# Initialization&#xA; Plane origin on 5" time="104.163" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
990
- <testcase name="# Initialization&#xA; Plane point 1 on 5" time="104.163" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
991
- <testcase name="# Initialization&#xA; Plane point 2 on 5" time="104.165" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
992
- <testcase name="# Initialization&#xA; Camera focal point on 6" time="104.166" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
993
- <testcase name="# Initialization&#xA; Camera view up on 6" time="104.166" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
994
- <testcase name="# Initialization&#xA; Plane origin on 6" time="104.166" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
995
- <testcase name="# Initialization&#xA; Plane point 1 on 6" time="104.166" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
996
- <testcase name="# Initialization&#xA; Plane point 2 on 6" time="104.17" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
997
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Camera focal point on 4" time="104.17" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
998
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Camera view up on 4" time="104.17" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
999
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane origin on 4" time="104.171" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1000
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane point 1 on 4" time="104.171" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1001
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane point 2 on 4" time="104.173" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1002
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Camera focal point on 5" time="104.173" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1003
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Camera view up on 5" time="104.174" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1004
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane origin on 5" time="104.174" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1005
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane point 1 on 5" time="104.174" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1006
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane point 2 on 5" time="104.177" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1007
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Camera focal point on 6" time="104.177" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1008
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Camera view up on 6" time="104.177" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1009
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane origin on 6" time="104.177" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1010
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane point 1 on 6" time="104.177" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1011
- <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane point 2 on 6" time="105.178" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1012
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Camera focal point on 4" time="105.178" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1013
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Camera view up on 4" time="105.178" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1014
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane origin on 4" time="105.179" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1015
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane point 1 on 4" time="105.179" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1016
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane point 2 on 4" time="105.181" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1017
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Camera focal point on 5" time="105.182" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1018
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Camera view up on 5" time="105.182" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1019
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane origin on 5" time="105.183" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1020
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane point 1 on 5" time="105.184" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1021
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane point 2 on 5" time="105.186" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1022
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Camera focal point on 6" time="105.187" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1023
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Camera view up on 6" time="105.187" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1024
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane origin on 6" time="105.187" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1025
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane point 1 on 6" time="105.188" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1026
- <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane point 2 on 6" time="105.201" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1027
- <testcase name="# Test vtkResliceCursorHelper rotateVector&#xA; should be truthy" time="105.202" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkResliceCursorHelper rotateVector&#xA;"/>
1028
- <testcase name="# Test vtkResliceCursorHelper rotateVector&#xA; should be truthy" time="105.202" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkResliceCursorHelper rotateVector&#xA;"/>
1029
- <testcase name="# Test vtkResliceCursorHelper rotateVector&#xA; should be truthy" time="105.203" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkResliceCursorHelper rotateVector&#xA;"/>
1030
- <testcase name="# Test vtkResliceCursorHelper rotateVector&#xA; should be truthy" time="106.08" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkResliceCursorHelper rotateVector&#xA;"/>
1031
- <testcase name="# Test vtkSplineWidget rendering and picking&#xA; Matching image - delta 0.00%" time="106.081" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSplineWidget rendering and picking&#xA;"/>
1032
- <testcase name="# Test vtkSplineWidget rendering and picking&#xA; Image match resolution" time="106.218" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSplineWidget rendering and picking&#xA;"/>
1033
- <testcase name="# Test vtkSplineWidget rendering and picking&#xA; should be strictly equal" time="106.218" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSplineWidget rendering and picking&#xA;"/>
1034
- <testcase name="# Test vtkSplineWidget rendering and picking&#xA; should be strictly equal" time="106.221" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSplineWidget rendering and picking&#xA;"/>
6
+ <testcase name=" Matching image - delta 0.00%" time="0.046" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64)."/>
7
+ <testcase name=" Image match resolution" time="0.049" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64)."/>
8
+ <testcase name="# Test angleBetweenVector&#xA; should be strictly equal" time="0.05" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector&#xA;"/>
9
+ <testcase name="# Test angleBetweenVector&#xA; should be strictly equal" time="0.05" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector&#xA;"/>
10
+ <testcase name="# Test angleBetweenVector&#xA; should be strictly equal" time="0.05" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector&#xA;"/>
11
+ <testcase name="# Test angleBetweenVector&#xA; should be strictly equal" time="0.051" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector&#xA;"/>
12
+ <testcase name="# Test angleBetweenVector&#xA; should be strictly equal" time="0.051" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector&#xA;"/>
13
+ <testcase name="# Test angleBetweenVector&#xA; should be strictly equal" time="0.052" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test angleBetweenVector&#xA;"/>
14
+ <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.052" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
15
+ <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.052" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
16
+ <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.053" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
17
+ <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.053" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
18
+ <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.053" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
19
+ <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.053" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
20
+ <testcase name="# Test signedAngleBetweenVector&#xA; should be strictly equal" time="0.054" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test signedAngleBetweenVector&#xA;"/>
21
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1)" time="0.054" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
22
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1, 1)" time="0.054" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
23
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.4)" time="0.055" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
24
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.4, 0)" time="0.055" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
25
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.4, 1)" time="0.055" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
26
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.4, 2)" time="0.055" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
27
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.46, 0)" time="0.055" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
28
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.46, 1)" time="0.056" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
29
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.46, 2)" time="0.056" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
30
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(123.46, 0)" time="0.056" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
31
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(123.46, 1)" time="0.056" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
32
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(123.46, 2)" time="0.056" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
33
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(6.06627640054528e-14, 6)" time="0.057" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
34
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(-6.06627640054528e-14, 6)" time="0.057" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
35
+ <testcase name="# Test roundNumber&#xA; vtkMath.roundNumber(1.23456e4, 2)" time="0.058" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test roundNumber&#xA;"/>
36
+ <testcase name="# Test areEquals&#xA; same vec1" time="0.058" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
37
+ <testcase name="# Test areEquals&#xA; same vec2" time="0.058" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
38
+ <testcase name="# Test areEquals&#xA; same vec2" time="0.058" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
39
+ <testcase name="# Test areEquals&#xA; larger vec" time="0.058" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
40
+ <testcase name="# Test areEquals&#xA; smaller vec" time="0.059" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
41
+ <testcase name="# Test areEquals&#xA; exact comparison for same vec" time="0.059" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
42
+ <testcase name="# Test areEquals&#xA; exact(0) comparison for diff vec" time="0.059" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
43
+ <testcase name="# Test areEquals&#xA; approx(1e-8) comparison for diff vec" time="0.059" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
44
+ <testcase name="# Test areEquals&#xA; approx (2e-7) comparison for diff vec" time="0.059" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
45
+ <testcase name="# Test areEquals&#xA; approx (1e-6) comparison for diff vec" time="0.06" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test areEquals&#xA;"/>
46
+ <testcase name="# Test vtkMatrixBuilder rotateFromDirections&#xA; should be truthy" time="0.061" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkMatrixBuilder rotateFromDirections&#xA;"/>
47
+ <testcase name="# Test vtkMatrixBuilder rotateFromDirections&#xA; should be truthy" time="0.061" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkMatrixBuilder rotateFromDirections&#xA;"/>
48
+ <testcase name="# Test vtkMatrixBuilder rotateFromDirections&#xA; should be truthy" time="0.062" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkMatrixBuilder rotateFromDirections&#xA;"/>
49
+ <testcase name="# Test LookupTable setTable&#xA; vtkLookupTable TestSetTable" time="0.065" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test LookupTable setTable&#xA;"/>
50
+ <testcase name="# Test LookupTable setTable&#xA; should be strictly equal" time="0.335" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test LookupTable setTable&#xA;"/>
51
+ <testcase name="# Test LookupTable setTable&#xA; Matching image - delta 0.00%" time="0.335" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test LookupTable setTable&#xA;"/>
52
+ <testcase name="# Test LookupTable setTable&#xA; Image match resolution" time="0.338" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test LookupTable setTable&#xA;"/>
53
+ <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="0.339" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
54
+ <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="0.339" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
55
+ <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="0.339" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
56
+ <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="0.339" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
57
+ <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="0.339" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
58
+ <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="0.339" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
59
+ <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="0.34" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
60
+ <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="0.34" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
61
+ <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="0.34" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
62
+ <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="0.34" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
63
+ <testcase name="# Test vtkBoundingBox intersectBox&#xA; should be strictly equal" time="0.34" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectBox&#xA;"/>
64
+ <testcase name="# Test vtkBoundingBox intersectPlane&#xA; should be strictly equal" time="0.341" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectPlane&#xA;"/>
65
+ <testcase name="# Test vtkBoundingBox intersectPlane&#xA; should be strictly equal" time="0.341" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectPlane&#xA;"/>
66
+ <testcase name="# Test vtkBoundingBox intersectPlane&#xA; should be strictly equal" time="0.341" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBoundingBox intersectPlane&#xA;"/>
67
+ <testcase name="# Test vtkBox instance&#xA; Make sure the class definition exists" time="0.341" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox instance&#xA;"/>
68
+ <testcase name="# Test vtkBox instance&#xA; should be truthy" time="0.342" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox instance&#xA;"/>
69
+ <testcase name="# Test vtkBox bounds&#xA; should be strictly equal" time="0.342" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds&#xA;"/>
70
+ <testcase name="# Test vtkBox bounds&#xA; should be strictly equal" time="0.342" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds&#xA;"/>
71
+ <testcase name="# Test vtkBox bounds&#xA; should be strictly equal" time="0.342" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds&#xA;"/>
72
+ <testcase name="# Test vtkBox bounds&#xA; should be strictly equal" time="0.342" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds&#xA;"/>
73
+ <testcase name="# Test vtkBox bounds&#xA; should be strictly equal" time="0.342" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds&#xA;"/>
74
+ <testcase name="# Test vtkBox bounds&#xA; should be strictly equal" time="0.343" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox bounds&#xA;"/>
75
+ <testcase name="# Test vtkBox evaluateFunction&#xA; should be strictly equal" time="0.343" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox evaluateFunction&#xA;"/>
76
+ <testcase name="# Test vtkBox evaluateFunction&#xA; should be strictly equal" time="0.344" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox evaluateFunction&#xA;"/>
77
+ <testcase name="# Test vtkBox evaluateFunction&#xA; should be strictly equal" time="0.344" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox evaluateFunction&#xA;"/>
78
+ <testcase name="# Test vtkBox evaluateFunction&#xA; should be strictly equal" time="0.344" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkBox evaluateFunction&#xA;"/>
79
+ <testcase name="# Test vtkCell instance&#xA; Make sure the class definition exists" time="0.344" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell instance&#xA;"/>
80
+ <testcase name="# Test vtkCell instance&#xA; should be truthy" time="0.345" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell instance&#xA;"/>
81
+ <testcase name="# Test vtkCell initialize without pointsIds&#xA; should be strictly equal" time="0.345" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds&#xA;"/>
82
+ <testcase name="# Test vtkCell initialize without pointsIds&#xA; should be strictly equal" time="0.345" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds&#xA;"/>
83
+ <testcase name="# Test vtkCell initialize without pointsIds&#xA; should be strictly equal" time="0.346" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds&#xA;"/>
84
+ <testcase name="# Test vtkCell initialize without pointsIds&#xA; should be strictly equal" time="0.346" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds&#xA;"/>
85
+ <testcase name="# Test vtkCell initialize without pointsIds&#xA; should be strictly equal" time="0.346" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize without pointsIds&#xA;"/>
86
+ <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be strictly equal" time="0.346" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
87
+ <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be strictly equal" time="0.347" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
88
+ <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be strictly equal" time="0.347" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
89
+ <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be strictly equal" time="0.347" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
90
+ <testcase name="# Test vtkCell initialize with pointsIds&#xA; should not be strictly equal" time="0.347" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
91
+ <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be strictly equal" time="0.347" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
92
+ <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be deeply equivalent" time="0.348" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
93
+ <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be deeply equivalent" time="0.348" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
94
+ <testcase name="# Test vtkCell initialize with pointsIds&#xA; should be deeply equivalent" time="0.349" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell initialize with pointsIds&#xA;"/>
95
+ <testcase name="# Test vtkCell deepCopy&#xA; should not be strictly equal" time="0.35" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell deepCopy&#xA;"/>
96
+ <testcase name="# Test vtkCell deepCopy&#xA; should be deeply equivalent" time="0.35" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCell deepCopy&#xA;"/>
97
+ <testcase name="# Test Cone Implicit Function&#xA; Cone Implicit Function" time="0.713" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Cone Implicit Function&#xA;"/>
98
+ <testcase name="# Test Cone Implicit Function&#xA; Matching image - delta 0.00%" time="0.713" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Cone Implicit Function&#xA;"/>
99
+ <testcase name="# Test Cone Implicit Function&#xA; Image match resolution" time="0.714" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Cone Implicit Function&#xA;"/>
100
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Make sure the class definition exists" time="0.714" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
101
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Make sure the newInstance method exists." time="0.715" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
102
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Default number of arrays should be 0" time="0.715" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
103
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Default Scalars should be null" time="0.715" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
104
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding scalars empty DSA should return index of 0" time="0.716" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
105
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting scalars should return 0 (the index of the array)." time="0.716" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
106
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting scalars with an invalid name should return -1." time="0.716" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
107
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting scalars with an invalid name should reset the attribute." time="0.716" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
108
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Default Vectors should be null" time="0.716" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
109
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding vectors empty DSA should return index of 1" time="0.717" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
110
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting vectors should return 1 (the index of the array)." time="0.717" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
111
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting vectors with an invalid name should return -1." time="0.717" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
112
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting vectors with an invalid name should reset the attribute." time="0.717" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
113
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Default Normals should be null" time="0.717" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
114
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding normals empty DSA should return index of 2" time="0.717" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
115
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting normals should return 2 (the index of the array)." time="0.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
116
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting normals with an invalid name should return -1." time="0.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
117
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting normals with an invalid name should reset the attribute." time="0.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
118
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Default TCoords should be null" time="0.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
119
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding tcoords empty DSA should return index of 3" time="0.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
120
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting tcoords should return 3 (the index of the array)." time="0.718" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
121
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting tcoords with an invalid name should return -1." time="0.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
122
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting tcoords with an invalid name should reset the attribute." time="0.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
123
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Default Tensors should be null" time="0.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
124
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding tensors empty DSA should return index of 4" time="0.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
125
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting tensors should return 4 (the index of the array)." time="0.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
126
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting tensors with an invalid name should return -1." time="0.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
127
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting tensors with an invalid name should reset the attribute." time="0.719" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
128
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Default GlobalIds should be null" time="0.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
129
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding globalids empty DSA should return index of 5" time="0.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
130
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting globalids should return 5 (the index of the array)." time="0.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
131
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting globalids with an invalid name should return -1." time="0.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
132
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting globalids with an invalid name should reset the attribute." time="0.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
133
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Default PedigreeIds should be null" time="0.72" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
134
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Adding pedigreeids empty DSA should return index of 6" time="0.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
135
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting pedigreeids should return 6 (the index of the array)." time="0.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
136
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting pedigreeids with an invalid name should return -1." time="0.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
137
+ <testcase name="# Test vtkDataSetAttributes instance&#xA; Setting pedigreeids with an invalid name should reset the attribute." time="0.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataSetAttributes instance&#xA;"/>
138
+ <testcase name="# Test vtkLine instance&#xA; Make sure the class definition exists" time="0.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine instance&#xA;"/>
139
+ <testcase name="# Test vtkLine instance&#xA; should be truthy" time="0.722" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine instance&#xA;"/>
140
+ <testcase name="# Test vtkLine static::intersection&#xA; Points on line" time="0.723" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
141
+ <testcase name="# Test vtkLine static::intersection&#xA; Points on line" time="0.723" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
142
+ <testcase name="# Test vtkLine static::intersection&#xA; Points on line" time="0.723" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
143
+ <testcase name="# Test vtkLine static::intersection&#xA; Intersection" time="0.723" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
144
+ <testcase name="# Test vtkLine static::intersection&#xA; should be strictly equal" time="0.723" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
145
+ <testcase name="# Test vtkLine static::intersection&#xA; should be strictly equal" time="0.723" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
146
+ <testcase name="# Test vtkLine static::intersection&#xA; No intersection" time="0.724" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::intersection&#xA;"/>
147
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; Invalid line" time="0.724" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
148
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="0.724" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
149
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be deeply equivalent" time="0.724" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
150
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; On line" time="0.724" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
151
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="0.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
152
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be deeply equivalent" time="0.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
153
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="0.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
154
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="0.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
155
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be deeply equivalent" time="0.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
156
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="0.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
157
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="0.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
158
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be deeply equivalent" time="0.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
159
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="0.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
160
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be strictly equal" time="0.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
161
+ <testcase name="# Test vtkLine static::distanceToLine&#xA; should be deeply equivalent" time="0.727" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine static::distanceToLine&#xA;"/>
162
+ <testcase name="# Test vtkLine intersectWithLine&#xA; should be strictly equal" time="0.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
163
+ <testcase name="# Test vtkLine intersectWithLine&#xA; should be deeply equivalent" time="0.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
164
+ <testcase name="# Test vtkLine intersectWithLine&#xA; should be strictly equal" time="0.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
165
+ <testcase name="# Test vtkLine intersectWithLine&#xA; should be strictly equal" time="0.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
166
+ <testcase name="# Test vtkLine intersectWithLine&#xA; should be deeply equivalent" time="0.729" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
167
+ <testcase name="# Test vtkLine intersectWithLine&#xA; should be strictly equal" time="0.729" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
168
+ <testcase name="# Test vtkLine intersectWithLine&#xA; should be strictly equal" time="0.729" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLine intersectWithLine&#xA;"/>
169
+ <testcase name="# Test vtkPlane instance&#xA; Make sure the class definition exists" time="0.729" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane instance&#xA;"/>
170
+ <testcase name="# Test vtkPlane instance&#xA; should be truthy" time="0.73" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane instance&#xA;"/>
171
+ <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="0.73" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
172
+ <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="0.73" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
173
+ <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="0.73" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
174
+ <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="0.73" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
175
+ <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="0.73" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
176
+ <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="0.731" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
177
+ <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="0.731" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
178
+ <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="0.731" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
179
+ <testcase name="# Test vtkPlane projectVector&#xA; should be strictly equal" time="0.731" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectVector&#xA;"/>
180
+ <testcase name="# Test vtkPlane projectPoint&#xA; should be strictly equal" time="0.731" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectPoint&#xA;"/>
181
+ <testcase name="# Test vtkPlane projectPoint&#xA; should be strictly equal" time="0.731" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectPoint&#xA;"/>
182
+ <testcase name="# Test vtkPlane projectPoint&#xA; should be strictly equal" time="0.733" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane projectPoint&#xA;"/>
183
+ <testcase name="# Test vtkPlane DistanceToPlane&#xA; should be strictly equal" time="0.733" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane DistanceToPlane&#xA;"/>
184
+ <testcase name="# Test vtkPlane DistanceToPlane&#xA; should be strictly equal" time="0.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane DistanceToPlane&#xA;"/>
185
+ <testcase name="# Test vtkPlane Push&#xA; should be strictly equal" time="0.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane Push&#xA;"/>
186
+ <testcase name="# Test vtkPlane Push&#xA; should be strictly equal" time="0.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane Push&#xA;"/>
187
+ <testcase name="# Test vtkPlane Push&#xA; should be strictly equal" time="0.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane Push&#xA;"/>
188
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
189
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
190
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
191
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
192
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
193
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
194
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
195
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
196
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
197
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
198
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
199
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
200
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.738" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
201
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.739" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
202
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.739" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
203
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.739" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
204
+ <testcase name="# Test vtkPlane intersectWithLine&#xA; should be strictly equal" time="0.74" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithLine&#xA;"/>
205
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.74" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
206
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.74" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
207
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.74" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
208
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.741" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
209
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.741" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
210
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.741" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
211
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.741" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
212
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
213
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
214
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
215
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
216
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
217
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
218
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
219
+ <testcase name="# Test vtkPlane intersectWithPlane&#xA; should be strictly equal" time="0.746" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane intersectWithPlane&#xA;"/>
220
+ <testcase name="# Test vtkPlane evaluateFunction&#xA; should be strictly equal" time="0.746" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane evaluateFunction&#xA;"/>
221
+ <testcase name="# Test vtkPlane evaluateFunction&#xA; should be strictly equal" time="0.747" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane evaluateFunction&#xA;"/>
222
+ <testcase name="# Test vtkPlane evaluateFunction&#xA; should be strictly equal" time="0.747" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlane evaluateFunction&#xA;"/>
223
+ <testcase name="# Test vtkPolyData instance&#xA; Make sure the class definition exists" time="0.748" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData instance&#xA;"/>
224
+ <testcase name="# Test vtkPolyData instance&#xA; should be truthy" time="0.755" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData instance&#xA;"/>
225
+ <testcase name="# Test vtkPolyData cells&#xA; Line cell should be made of the number of points plus 1" time="0.755" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData cells&#xA;"/>
226
+ <testcase name="# Test vtkPolyData cells&#xA; Triangle cells should be made of 3 points" time="0.767" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData cells&#xA;"/>
227
+ <testcase name="# Test vtkPolyData cells&#xA; should be deeply equivalent" time="0.767" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData cells&#xA;"/>
228
+ <testcase name="# Test vtkTriangle instance&#xA; Make sure the class definition exists" time="0.767" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle instance&#xA;"/>
229
+ <testcase name="# Test vtkTriangle instance&#xA; should be truthy" time="0.767" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle instance&#xA;"/>
230
+ <testcase name="# Test vtkTriangle static::computeNormalDirection&#xA; should be deeply equivalent" time="0.768" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormalDirection&#xA;"/>
231
+ <testcase name="# Test vtkTriangle static::computeNormalDirection&#xA; should be deeply equivalent" time="0.768" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormalDirection&#xA;"/>
232
+ <testcase name="# Test vtkTriangle static::computeNormalDirection&#xA; should be deeply equivalent" time="0.768" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormalDirection&#xA;"/>
233
+ <testcase name="# Test vtkTriangle static::computeNormal&#xA; should be deeply equivalent" time="0.769" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormal&#xA;"/>
234
+ <testcase name="# Test vtkTriangle static::computeNormal&#xA; should be deeply equivalent" time="0.769" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormal&#xA;"/>
235
+ <testcase name="# Test vtkTriangle static::computeNormal&#xA; should be deeply equivalent" time="0.77" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle static::computeNormal&#xA;"/>
236
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="0.771" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
237
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="0.771" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
238
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="0.771" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
239
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be deeply equivalent" time="0.771" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
240
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be deeply equivalent" time="0.772" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
241
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="0.772" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
242
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="0.772" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
243
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be deeply equivalent" time="0.772" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
244
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be deeply equivalent" time="0.772" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
245
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="0.772" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
246
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="0.772" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
247
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="0.773" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
248
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be strictly equal" time="0.773" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
249
+ <testcase name="# Test vtkTriangle intersectWithLine&#xA; should be deeply equivalent" time="0.773" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle intersectWithLine&#xA;"/>
250
+ <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be strictly equal" time="0.774" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
251
+ <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be strictly equal" time="0.774" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
252
+ <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be deeply equivalent" time="0.774" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
253
+ <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be deeply equivalent" time="0.774" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
254
+ <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be strictly equal" time="0.774" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
255
+ <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be strictly equal" time="0.774" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
256
+ <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be deeply equivalent" time="0.775" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
257
+ <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be deeply equivalent" time="0.775" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
258
+ <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be strictly equal" time="0.775" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
259
+ <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be strictly equal" time="0.775" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
260
+ <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be deeply equivalent" time="0.775" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
261
+ <testcase name="# Test vtkTriangle evaluatePosition&#xA; should be deeply equivalent" time="0.782" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTriangle evaluatePosition&#xA;"/>
262
+ <testcase name="# Test vtkCutter cutCube&#xA; should be strictly equal" time="0.782" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube&#xA;"/>
263
+ <testcase name="# Test vtkCutter cutCube&#xA; should be strictly equal" time="0.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube&#xA;"/>
264
+ <testcase name="# Test vtkCutter cutCube&#xA; should be strictly equal" time="0.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube&#xA;"/>
265
+ <testcase name="# Test vtkCutter cutCube&#xA; should be strictly equal" time="0.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube&#xA;"/>
266
+ <testcase name="# Test vtkCutter cutCube&#xA; should be strictly equal" time="0.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube&#xA;"/>
267
+ <testcase name="# Test vtkCutter cutCube&#xA; should be strictly equal" time="0.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCutter cutCube&#xA;"/>
268
+ <testcase name="# Test vtkAppendPolyData instance&#xA; Make sure the class definition exists." time="0.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData instance&#xA;"/>
269
+ <testcase name="# Test vtkAppendPolyData instance&#xA; Make sure an instance can be created." time="0.79" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData instance&#xA;"/>
270
+ <testcase name="# Test vtkAppendPolyData execution&#xA; Make sure the number of points is correct." time="0.79" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData execution&#xA;"/>
271
+ <testcase name="# Test vtkAppendPolyData execution&#xA; Make sure the output data type is correct." time="0.79" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData execution&#xA;"/>
272
+ <testcase name="# Test vtkAppendPolyData execution&#xA; Make sure the number of polys is correct." time="0.791" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData execution&#xA;"/>
273
+ <testcase name="# Test vtkAppendPolyData rendering&#xA; vtkAppendPolyData Rendering" time="1.01" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData rendering&#xA;"/>
274
+ <testcase name="# Test vtkAppendPolyData rendering&#xA; Matching image - delta 0.00%" time="1.011" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData rendering&#xA;"/>
275
+ <testcase name="# Test vtkAppendPolyData rendering&#xA; Image match resolution" time="1.017" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAppendPolyData rendering&#xA;"/>
276
+ <testcase name="# Test vtkCalculator instance&#xA; Make sure the class definition exists." time="1.017" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator instance&#xA;"/>
277
+ <testcase name="# Test vtkCalculator instance&#xA; Make sure an instance can be created." time="1.022" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator instance&#xA;"/>
278
+ <testcase name="# Test vtkCalculator execution&#xA; Output dataset exists" time="1.022" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
279
+ <testcase name="# Test vtkCalculator execution&#xA; The output dataset should be a vtkPolydata" time="1.022" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
280
+ <testcase name="# Test vtkCalculator execution&#xA; The number of points did not change between input 66 and output 66" time="1.023" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
281
+ <testcase name="# Test vtkCalculator execution&#xA; Output point-scalars array exists." time="1.023" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
282
+ <testcase name="# Test vtkCalculator execution&#xA; Output point-scalars is &quot;sine wave&quot;." time="1.023" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
283
+ <testcase name="# Test vtkCalculator execution&#xA; Output field-data array exists." time="1.023" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
284
+ <testcase name="# Test vtkCalculator execution&#xA; The uniform result variable should be 22.55; got 22.549999237060547." time="1.024" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCalculator execution&#xA;"/>
285
+ <testcase name="# Test vtkClosedPolyLineToSurfaceFilter instance&#xA; Make sure the class defination exists" time="1.024" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkClosedPolyLineToSurfaceFilter instance&#xA;"/>
286
+ <testcase name="# Test vtkClosedPolyLineToSurfaceFilter instance&#xA; Make sure an instance can be created." time="1.029" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkClosedPolyLineToSurfaceFilter instance&#xA;"/>
287
+ <testcase name="# Test vtkClosedPolyLineToSurfaceFilter execution&#xA; Polys should have a single segment with 96 point indices" time="1.03" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkClosedPolyLineToSurfaceFilter execution&#xA;"/>
288
+ <testcase name="# Test vtkImageStreamline instance&#xA; Make sure the class definition exist" time="1.03" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance&#xA;"/>
289
+ <testcase name="# Test vtkImageStreamline instance&#xA; Make sure the instance exist" time="1.031" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance&#xA;"/>
290
+ <testcase name="# Test vtkImageStreamline instance&#xA; Default integrationStep should be 1" time="1.031" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance&#xA;"/>
291
+ <testcase name="# Test vtkImageStreamline instance&#xA; Default MaximumNumberOfSteps should be 1000" time="1.031" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance&#xA;"/>
292
+ <testcase name="# Test vtkImageStreamline instance&#xA; Updated value of integrationStep should be 0.1" time="1.179" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline instance&#xA;"/>
293
+ <testcase name="# Test vtkImageStreamline execution&#xA; Output dataset exist" time="1.179" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline execution&#xA;"/>
294
+ <testcase name="# Test vtkImageStreamline execution&#xA; The output dataset should be a vtkPolydata" time="1.18" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline execution&#xA;"/>
295
+ <testcase name="# Test vtkImageStreamline execution&#xA; The number of points should be 2228" time="1.18" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageStreamline execution&#xA;"/>
296
+ <testcase name="# Test MultipleBonds&#xA; should be truthy" time="1.514" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MultipleBonds&#xA;"/>
297
+ <testcase name="# Test MultipleBonds&#xA; Matching image - delta 0.00%" time="1.515" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MultipleBonds&#xA;"/>
298
+ <testcase name="# Test MultipleBonds&#xA; Image match resolution" time="1.97" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MultipleBonds&#xA;"/>
299
+ <testcase name="# Test vtkPaintFilter ellipse on images with large spacing&#xA; Matching image - delta 0.00%" time="1.972" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPaintFilter ellipse on images with large spacing&#xA;"/>
300
+ <testcase name="# Test vtkPaintFilter ellipse on images with large spacing&#xA; Image match resolution" time="1.973" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPaintFilter ellipse on images with large spacing&#xA;"/>
301
+ <testcase name="# Test vtkTubeFilter instance&#xA; Make sure the class definition exists." time="1.974" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter instance&#xA;"/>
302
+ <testcase name="# Test vtkTubeFilter instance&#xA; Make sure an instance can be created." time="1.98" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter instance&#xA;"/>
303
+ <testcase name="# Test vtkTubeFilter execution&#xA; Make sure the output data type is double." time="1.98" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution&#xA;"/>
304
+ <testcase name="# Test vtkTubeFilter execution&#xA; Make sure the output number of points is correct without capping." time="1.981" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution&#xA;"/>
305
+ <testcase name="# Test vtkTubeFilter execution&#xA; Make sure the output number of normals is correct without capping." time="1.983" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution&#xA;"/>
306
+ <testcase name="# Test vtkTubeFilter execution&#xA; Make sure the output data type is float." time="1.983" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution&#xA;"/>
307
+ <testcase name="# Test vtkTubeFilter execution&#xA; Make sure the output number of points is correct with capping." time="1.983" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution&#xA;"/>
308
+ <testcase name="# Test vtkTubeFilter execution&#xA; Make sure the output number of normals is correct with capping." time="1.984" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter execution&#xA;"/>
309
+ <testcase name="# Test vtkTubeFilter rendering&#xA; vtkTubeFilter Rendering" time="2.261" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter rendering&#xA;"/>
310
+ <testcase name="# Test vtkTubeFilter rendering&#xA; Matching image - delta 0.00%" time="2.261" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter rendering&#xA;"/>
311
+ <testcase name="# Test vtkTubeFilter rendering&#xA; Image match resolution" time="2.269" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter rendering&#xA;"/>
312
+ <testcase name="# Test vtkTubeFilter colorMapping&#xA; Make sure the output number of points is correct without capping." time="2.269" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping&#xA;"/>
313
+ <testcase name="# Test vtkTubeFilter colorMapping&#xA; Make sure the length of the radius array is correct." time="2.27" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping&#xA;"/>
314
+ <testcase name="# Test vtkTubeFilter colorMapping&#xA; Make sure the length of the color array is correct." time="2.27" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping&#xA;"/>
315
+ <testcase name="# Test vtkTubeFilter colorMapping&#xA; Make sure the array name to color by is correct." time="2.271" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping&#xA;"/>
316
+ <testcase name="# Test vtkTubeFilter colorMapping&#xA; Make sure the scalar mode is correct." time="2.271" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping&#xA;"/>
317
+ <testcase name="# Test vtkTubeFilter colorMapping&#xA; Make sure the color mode is correct." time="2.44" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter colorMapping&#xA;"/>
318
+ <testcase name="# Test vtkTubeFilter color map rendering&#xA; Matching image - delta 0.00%" time="2.44" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter color map rendering&#xA;"/>
319
+ <testcase name="# Test vtkTubeFilter color map rendering&#xA; Image match resolution" time="2.441" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTubeFilter color map rendering&#xA;"/>
320
+ <testcase name="# Test vtkWarpScalar instance&#xA; Make sure the class definition exist" time="2.441" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
321
+ <testcase name="# Test vtkWarpScalar instance&#xA; Make sure the instance exist" time="2.441" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
322
+ <testcase name="# Test vtkWarpScalar instance&#xA; Default ScaleFactor should be 1" time="2.442" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
323
+ <testcase name="# Test vtkWarpScalar instance&#xA; Default UseNormal should be false" time="2.442" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
324
+ <testcase name="# Test vtkWarpScalar instance&#xA; Default xyPlane should be false" time="2.442" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
325
+ <testcase name="# Test vtkWarpScalar instance&#xA; Default normal should be [0, 0, 1]" time="2.442" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
326
+ <testcase name="# Test vtkWarpScalar instance&#xA; Updated value of ScaleFactor should be 2.5" time="2.448" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar instance&#xA;"/>
327
+ <testcase name="# Test vtkWarpScalar execution&#xA; Output dataset exist" time="2.448" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar execution&#xA;"/>
328
+ <testcase name="# Test vtkWarpScalar execution&#xA; The output dataset should be a vtkPolydata" time="2.448" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar execution&#xA;"/>
329
+ <testcase name="# Test vtkWarpScalar execution&#xA; The number of points do not change between input 50 and output 50" time="2.449" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkWarpScalar execution&#xA;"/>
330
+ <testcase name="# Test vtkConcentricCylinderSource Rendering&#xA; vtkConcentricCylinderSource Rendering" time="2.676" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConcentricCylinderSource Rendering&#xA;"/>
331
+ <testcase name="# Test vtkConcentricCylinderSource Rendering&#xA; Matching image - delta 0.00%" time="2.676" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConcentricCylinderSource Rendering&#xA;"/>
332
+ <testcase name="# Test vtkConcentricCylinderSource Rendering&#xA; Image match resolution" time="2.678" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConcentricCylinderSource Rendering&#xA;"/>
333
+ <testcase name="# Test vtkConeSource Rendering&#xA; vtkConeSource Rendering" time="2.868" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConeSource Rendering&#xA;"/>
334
+ <testcase name="# Test vtkConeSource Rendering&#xA; Matching image - delta 0.00%" time="2.868" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConeSource Rendering&#xA;"/>
335
+ <testcase name="# Test vtkConeSource Rendering&#xA; Image match resolution" time="2.871" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkConeSource Rendering&#xA;"/>
336
+ <testcase name="# Test vtkCubeSource Rendering&#xA; vtkCubeSource Rendering" time="3.072" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCubeSource Rendering&#xA;"/>
337
+ <testcase name="# Test vtkCubeSource Rendering&#xA; Matching image - delta 0.00%" time="3.072" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCubeSource Rendering&#xA;"/>
338
+ <testcase name="# Test vtkCubeSource Rendering&#xA; Image match resolution" time="3.074" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCubeSource Rendering&#xA;"/>
339
+ <testcase name="# Test vtkCylinderSource Rendering&#xA; vtkCylinderSource Rendering" time="3.223" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCylinderSource Rendering&#xA;"/>
340
+ <testcase name="# Test vtkCylinderSource Rendering&#xA; Matching image - delta 0.00%" time="3.224" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCylinderSource Rendering&#xA;"/>
341
+ <testcase name="# Test vtkCylinderSource Rendering&#xA; Image match resolution" time="3.226" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCylinderSource Rendering&#xA;"/>
342
+ <testcase name="# Test vtkLineSource Rendering&#xA; vtkLineSource Rendering" time="3.369" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLineSource Rendering&#xA;"/>
343
+ <testcase name="# Test vtkLineSource Rendering&#xA; Matching image - delta 0.00%" time="3.37" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLineSource Rendering&#xA;"/>
344
+ <testcase name="# Test vtkLineSource Rendering&#xA; Image match resolution" time="3.372" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLineSource Rendering&#xA;"/>
345
+ <testcase name="# Test vtkPlaneSource Rendering&#xA; vtkPlaneSource Rendering" time="3.573" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlaneSource Rendering&#xA;"/>
346
+ <testcase name="# Test vtkPlaneSource Rendering&#xA; Matching image - delta 0.00%" time="3.573" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlaneSource Rendering&#xA;"/>
347
+ <testcase name="# Test vtkPlaneSource Rendering&#xA; Image match resolution" time="3.574" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPlaneSource Rendering&#xA;"/>
348
+ <testcase name="# Test vtkPointSource Rendering&#xA; vtkPointSource Rendering" time="3.723" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointSource Rendering&#xA;"/>
349
+ <testcase name="# Test vtkPointSource Rendering&#xA; Matching image - delta 0.00%" time="3.723" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointSource Rendering&#xA;"/>
350
+ <testcase name="# Test vtkPointSource Rendering&#xA; Image match resolution" time="3.725" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointSource Rendering&#xA;"/>
351
+ <testcase name="# Test vtkTextureMapToPlane instance&#xA; Make sure the class definition exists" time="3.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane instance&#xA;"/>
352
+ <testcase name="# Test vtkTextureMapToPlane instance&#xA; should be truthy" time="3.729" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane instance&#xA;"/>
353
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.729" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
354
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.729" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
355
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.729" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
356
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.73" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
357
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.73" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
358
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.73" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
359
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.73" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
360
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.73" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
361
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.73" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
362
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.731" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
363
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.731" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
364
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.731" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
365
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.731" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
366
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.731" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
367
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.731" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
368
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.732" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
369
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.732" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
370
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.732" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
371
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.732" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
372
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.732" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
373
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.733" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
374
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.733" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
375
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.733" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
376
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.733" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
377
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.733" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
378
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
379
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
380
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
381
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
382
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
383
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.734" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
384
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
385
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
386
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
387
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
388
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
389
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.735" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
390
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
391
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
392
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
393
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
394
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
395
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.736" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
396
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.737" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
397
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.737" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
398
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.737" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
399
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.737" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
400
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation&#xA; should be strictly equal" time="3.74" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation&#xA;"/>
401
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.74" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
402
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.74" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
403
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.74" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
404
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.741" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
405
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.741" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
406
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.741" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
407
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.741" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
408
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.741" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
409
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
410
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
411
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
412
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
413
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
414
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.742" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
415
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.743" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
416
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.743" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
417
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.743" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
418
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.743" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
419
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.743" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
420
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.743" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
421
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.744" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
422
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.744" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
423
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.744" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
424
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.744" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
425
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.745" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
426
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.745" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
427
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.745" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
428
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.745" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
429
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.745" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
430
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.745" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
431
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.746" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
432
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.746" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
433
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.746" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
434
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.746" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
435
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.746" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
436
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.746" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
437
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.747" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
438
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.747" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
439
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.747" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
440
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.747" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
441
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.747" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
442
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.747" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
443
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.748" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
444
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.748" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
445
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.748" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
446
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.748" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
447
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.748" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
448
+ <testcase name="# Test vtkTextureMapToPlane TCoords generation automatic&#xA; should be strictly equal" time="3.749" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToPlane TCoords generation automatic&#xA;"/>
449
+ <testcase name="# Test vtkTextureMapToSphere instance&#xA; Make sure the class definition exists" time="3.749" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere instance&#xA;"/>
450
+ <testcase name="# Test vtkTextureMapToSphere instance&#xA; should be truthy" time="3.752" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere instance&#xA;"/>
451
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.752" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
452
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.752" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
453
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.752" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
454
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.752" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
455
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.753" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
456
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.753" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
457
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.753" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
458
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.753" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
459
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.753" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
460
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.754" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
461
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.754" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
462
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.754" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
463
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.754" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
464
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.754" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
465
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.754" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
466
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.755" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
467
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.755" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
468
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.755" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
469
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.755" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
470
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.755" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
471
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.755" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
472
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.756" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
473
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.756" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
474
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.756" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
475
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.756" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
476
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.756" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
477
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.756" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
478
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.756" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
479
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.757" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
480
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.757" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
481
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.757" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
482
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.757" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
483
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.757" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
484
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.757" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
485
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.757" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
486
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.758" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
487
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.758" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
488
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.758" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
489
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.758" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
490
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.758" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
491
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.758" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
492
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.759" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
493
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.759" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
494
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.759" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
495
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.759" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
496
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.759" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
497
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.759" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
498
+ <testcase name="# Test vtkTextureMapToSphere TCoords generation&#xA; should be strictly equal" time="3.76" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkTextureMapToSphere TCoords generation&#xA;"/>
499
+ <testcase name="# Test vtkImageReslice Rendering&#xA; vtkImageReslice Rendering" time="4.205" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageReslice Rendering&#xA;"/>
500
+ <testcase name="# Test vtkImageReslice Rendering&#xA; Matching image - delta 0.00%" time="4.205" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageReslice Rendering&#xA;"/>
501
+ <testcase name="# Test vtkImageReslice Rendering&#xA; Image match resolution" time="4.277" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkImageReslice Rendering&#xA;"/>
502
+ <testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA; should be strictly equal" time="4.277" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA;"/>
503
+ <testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA; should be strictly equal" time="4.277" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA;"/>
504
+ <testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA; should be strictly equal" time="4.278" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA;"/>
505
+ <testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA; should be strictly equal" time="4.278" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA;"/>
506
+ <testcase name="# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA; should be strictly equal" time="4.278" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkInteractorStyleImage.setCurrentImageNumber&#xA;"/>
507
+ <testcase name="# Test MoleculeMapper&#xA; Filter: MoleculeToRepresentation" time="4.285" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper&#xA;"/>
508
+ <testcase name="# Test MoleculeMapper&#xA; should be truthy" time="4.344" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper&#xA;"/>
509
+ <testcase name="# Test MoleculeMapper&#xA; should be truthy" time="4.639" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper&#xA;"/>
510
+ <testcase name="# Test MoleculeMapper&#xA; Matching image - delta 0.00%" time="4.64" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper&#xA;"/>
511
+ <testcase name="# Test MoleculeMapper&#xA; Image match resolution" time="4.648" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test MoleculeMapper&#xA;"/>
512
+ <testcase name="# Test vtkPiecewiseFunctionProxy&#xA; Custom points should not be active in Gaussian mode" time="4.648" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy&#xA;"/>
513
+ <testcase name="# Test vtkPiecewiseFunctionProxy&#xA; Custom points should be active in Points mode" time="4.649" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy&#xA;"/>
514
+ <testcase name="# Test vtkPiecewiseFunctionProxy&#xA; Default nodes" time="4.649" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy&#xA;"/>
515
+ <testcase name="# Test vtkPiecewiseFunctionProxy&#xA; Default points" time="4.649" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy&#xA;"/>
516
+ <testcase name="# Test vtkPiecewiseFunctionProxy&#xA; Default nodes" time="4.65" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPiecewiseFunctionProxy&#xA;"/>
517
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.65" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
518
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.651" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
519
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.651" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
520
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.651" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
521
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.652" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
522
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.652" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
523
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.652" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
524
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.652" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
525
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.652" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
526
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.652" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
527
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.653" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
528
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.653" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
529
+ <testcase name="# Test vtkAbstractMapper publicAPI&#xA; should be strictly equal" time="4.653" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkAbstractMapper publicAPI&#xA;"/>
530
+ <testcase name="# Test Actor&#xA; vtkActor testRotate" time="4.849" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Actor&#xA;"/>
531
+ <testcase name="# Test Actor&#xA; Matching image - delta 0.00%" time="4.849" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Actor&#xA;"/>
532
+ <testcase name="# Test Actor&#xA; Image match resolution" time="5.861" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Actor&#xA;"/>
533
+ <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="5.861" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
534
+ <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="5.861" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
535
+ <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="5.862" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
536
+ <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="5.862" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
537
+ <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="5.862" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
538
+ <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="5.862" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
539
+ <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="5.862" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
540
+ <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="5.863" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
541
+ <testcase name="# Test vtkCellPicker image mapper&#xA; should be strictly equal" time="5.863" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker image mapper&#xA;"/>
542
+ <testcase name="# Test vtkCellPicker instance&#xA; Make sure the class definition exists" time="5.864" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker instance&#xA;"/>
543
+ <testcase name="# Test vtkCellPicker instance&#xA; should be truthy" time="5.864" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCellPicker instance&#xA;"/>
544
+ <testcase name="# Test Interpolate Scalars Before Colors&#xA; vtkOpenGLPolyDataMapper ColorTransferFunction" time="6.23" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
545
+ <testcase name="# Test Interpolate Scalars Before Colors&#xA; Matching image - delta 0.00%" time="6.23" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
546
+ <testcase name="# Test Interpolate Scalars Before Colors&#xA; Image match resolution" time="6.235" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
547
+ <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for -0.1, expect 1,0,0" time="6.236" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
548
+ <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0, expect 1,0,0" time="6.236" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
549
+ <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0.1, expect 1,0,0" time="6.236" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
550
+ <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0.19, expect 1,0,0" time="6.236" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
551
+ <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0.2, expect 0.5,0.5,0" time="6.236" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
552
+ <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0.59, expect 0,1,0" time="6.236" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
553
+ <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0.6, expect 0,0.5,0.5" time="6.237" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
554
+ <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 0.9, expect 0,0,1" time="6.237" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
555
+ <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 1, expect 0,0,1" time="6.237" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
556
+ <testcase name="# Test discretized color transfer function&#xA; Test discretized ctf value for 1.1, expect 0,0,1" time="6.237" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test discretized color transfer function&#xA;"/>
557
+ <testcase name="# Test Interpolate Scalars Before Colors&#xA; vtkOpenGLPolyDataMapper ColorTransferFunction Presets" time="6.89" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
558
+ <testcase name="# Test Interpolate Scalars Before Colors&#xA; Matching image - delta 0.00%" time="6.891" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
559
+ <testcase name="# Test Interpolate Scalars Before Colors&#xA; Image match resolution" time="6.895" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
560
+ <testcase name="# Test Interpolate Scalars Before Colors&#xA; vtkOpenGLPolyDataMapper ColorTransferFunction Presets" time="12.324" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
561
+ <testcase name="# Test Interpolate Scalars Before Colors&#xA; Matching image - delta 0.00%" time="12.325" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
562
+ <testcase name="# Test Interpolate Scalars Before Colors&#xA; Image match resolution" time="12.336" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Colors&#xA;"/>
563
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.337" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
564
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.338" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
565
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.338" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
566
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.339" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
567
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.339" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
568
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.339" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
569
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.339" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
570
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.34" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
571
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.34" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
572
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.34" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
573
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.34" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
574
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.341" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
575
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.341" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
576
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.341" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
577
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.342" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
578
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.342" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
579
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.342" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
580
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.342" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
581
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.343" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
582
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.343" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
583
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.343" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
584
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.343" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
585
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.344" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
586
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.345" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
587
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.346" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
588
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.346" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
589
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.346" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
590
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.346" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
591
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.347" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
592
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.347" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
593
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.347" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
594
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.347" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
595
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.348" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
596
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.348" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
597
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.348" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
598
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.349" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
599
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.349" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
600
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.349" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
601
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.349" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
602
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.35" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
603
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.35" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
604
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.35" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
605
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.351" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
606
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.351" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
607
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.351" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
608
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.351" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
609
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.351" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
610
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.352" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
611
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.352" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
612
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.352" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
613
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.353" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
614
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.353" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
615
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.353" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
616
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.353" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
617
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.354" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
618
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.354" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
619
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.354" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
620
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.354" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
621
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.355" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
622
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.355" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
623
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.355" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
624
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.355" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
625
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.356" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
626
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.356" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
627
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.356" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
628
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.356" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
629
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.357" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
630
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.357" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
631
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.357" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
632
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.357" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
633
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.358" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
634
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.358" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
635
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.358" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
636
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.358" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
637
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.359" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
638
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.359" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
639
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.359" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
640
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.359" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
641
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.36" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
642
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.36" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
643
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.36" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
644
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.36" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
645
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.36" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
646
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.361" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
647
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.361" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
648
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.361" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
649
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.361" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
650
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.362" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
651
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.362" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
652
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.362" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
653
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.362" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
654
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.363" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
655
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.363" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
656
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.363" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
657
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.363" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
658
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.364" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
659
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.364" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
660
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.364" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
661
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.364" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
662
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.365" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
663
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.365" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
664
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.365" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
665
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.365" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
666
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.366" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
667
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.366" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
668
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.366" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
669
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.367" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
670
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.367" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
671
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.367" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
672
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.367" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
673
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.368" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
674
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.368" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
675
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.368" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
676
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.368" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
677
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.369" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
678
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.369" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
679
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.369" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
680
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.369" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
681
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.369" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
682
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.37" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
683
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.37" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
684
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.37" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
685
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.37" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
686
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.371" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
687
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.371" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
688
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.371" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
689
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.371" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
690
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.372" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
691
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.372" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
692
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.372" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
693
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.373" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
694
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.373" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
695
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.373" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
696
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.374" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
697
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.374" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
698
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.374" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
699
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.375" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
700
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.375" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
701
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.375" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
702
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.376" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
703
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.376" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
704
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.377" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
705
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.377" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
706
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.378" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
707
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.378" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
708
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.378" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
709
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.378" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
710
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.379" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
711
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.379" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
712
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.379" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
713
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.38" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
714
+ <testcase name="# Test vtkCoordinate publicAPI&#xA; should be deeply equivalent" time="12.38" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkCoordinate publicAPI&#xA;"/>
715
+ <testcase name="# Test Follower class&#xA; vtkFollower" time="12.847" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Follower class&#xA;"/>
716
+ <testcase name="# Test Follower class&#xA; Matching image - delta 0.00%" time="12.848" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Follower class&#xA;"/>
717
+ <testcase name="# Test Follower class&#xA; Image match resolution" time="12.849" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Follower class&#xA;"/>
718
+ <testcase name="# Test vtkGlyph3DMapper Rendering&#xA; vtkGlyph3DMapper Rendering" time="13.066" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkGlyph3DMapper Rendering&#xA;"/>
719
+ <testcase name="# Test vtkGlyph3DMapper Rendering&#xA; Matching image - delta 0.00%" time="13.066" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkGlyph3DMapper Rendering&#xA;"/>
720
+ <testcase name="# Test vtkGlyph3DMapper Rendering&#xA; Image match resolution" time="13.07" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkGlyph3DMapper Rendering&#xA;"/>
721
+ <testcase name="# Test HardwareSelector&#xA; vtkHardwareSelector TestHardwareSelector" time="13.467" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector&#xA;"/>
722
+ <testcase name="# Test HardwareSelector&#xA; Two props selected" time="13.467" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector&#xA;"/>
723
+ <testcase name="# Test HardwareSelector&#xA; Correct props were selected" time="13.468" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector&#xA;"/>
724
+ <testcase name="# Test HardwareSelectorGlyph&#xA; TestHardwareSelectorGlyph" time="13.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelectorGlyph&#xA;"/>
725
+ <testcase name="# Test HardwareSelectorGlyph&#xA; Seven glyphs selected" time="13.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelectorGlyph&#xA;"/>
726
+ <testcase name="# Test HardwareSelectorGlyph&#xA; glyph 71 was the first selected" time="13.721" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelectorGlyph&#xA;"/>
727
+ <testcase name="# Test HardwareSelectorGlyph&#xA; Correct prop was selected" time="13.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelectorGlyph&#xA;"/>
728
+ <testcase name="# Test HardwareSelector&#xA; vtkHardwareSelector TestHardwareSelector" time="16.829" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector&#xA;"/>
729
+ <testcase name="# Test HardwareSelector&#xA; Hardware selector takes less than six normal renders (2307, 206, 311)" time="16.843" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test HardwareSelector&#xA;"/>
730
+ <testcase name="# Test Edge Visibility&#xA; vtkMapper EdgeVisibility" time="17.018" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Edge Visibility&#xA;"/>
731
+ <testcase name="# Test Edge Visibility&#xA; Matching image - delta 0.00%" time="17.019" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Edge Visibility&#xA;"/>
732
+ <testcase name="# Test Edge Visibility&#xA; Image match resolution" time="17.019" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Edge Visibility&#xA;"/>
733
+ <testcase name="# Test VectorComponent&#xA; vtkMapper Vector Component" time="17.172" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test VectorComponent&#xA;"/>
734
+ <testcase name="# Test VectorComponent&#xA; Matching image - delta 0.00%" time="17.172" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test VectorComponent&#xA;"/>
735
+ <testcase name="# Test VectorComponent&#xA; Image match resolution" time="18.182" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test VectorComponent&#xA;"/>
736
+ <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="18.183" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
737
+ <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="18.183" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
738
+ <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="18.183" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
739
+ <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="18.183" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
740
+ <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="18.183" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
741
+ <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="18.183" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
742
+ <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="18.183" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
743
+ <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="18.183" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
744
+ <testcase name="# Test vtkPointPicker image mapper&#xA; should be strictly equal" time="18.207" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker image mapper&#xA;"/>
745
+ <testcase name="# Test vtkPointPicker line source&#xA; pick at (380.5, 200)" time="18.207" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source&#xA;"/>
746
+ <testcase name="# Test vtkPointPicker line source&#xA; should be strictly equal" time="18.207" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source&#xA;"/>
747
+ <testcase name="# Test vtkPointPicker line source&#xA; point id" time="18.208" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source&#xA;"/>
748
+ <testcase name="# Test vtkPointPicker line source&#xA; pick at (20, 200.5)" time="18.208" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source&#xA;"/>
749
+ <testcase name="# Test vtkPointPicker line source&#xA; should be strictly equal" time="18.208" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source&#xA;"/>
750
+ <testcase name="# Test vtkPointPicker line source&#xA; point id" time="18.209" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker line source&#xA;"/>
751
+ <testcase name="# Test vtkPointPicker instance&#xA; Make sure the class definition exists" time="18.209" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker instance&#xA;"/>
752
+ <testcase name="# Test vtkPointPicker instance&#xA; should be truthy" time="18.21" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPointPicker instance&#xA;"/>
753
+ <testcase name="# Test Set Actor User Matrix&#xA; vtkActor SetUserMatrix" time="18.564" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Set Actor User Matrix&#xA;"/>
754
+ <testcase name="# Test Set Actor User Matrix&#xA; Matching image - delta 0.00%" time="18.564" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Set Actor User Matrix&#xA;"/>
755
+ <testcase name="# Test Set Actor User Matrix&#xA; Image match resolution" time="19.028" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Set Actor User Matrix&#xA;"/>
756
+ <testcase name="# Test multiple renderers&#xA; Matching image - delta 0.00%" time="19.028" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test multiple renderers&#xA;"/>
757
+ <testcase name="# Test multiple renderers&#xA; Image match resolution" time="19.03" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test multiple renderers&#xA;"/>
758
+ <testcase name="# Test vtkSphereMapper Rendering&#xA; vtkSphereMapper Rendering" time="19.3" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSphereMapper Rendering&#xA;"/>
759
+ <testcase name="# Test vtkSphereMapper Rendering&#xA; Matching image - delta 0.00%" time="19.3" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSphereMapper Rendering&#xA;"/>
760
+ <testcase name="# Test vtkSphereMapper Rendering&#xA; Image match resolution" time="19.302" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSphereMapper Rendering&#xA;"/>
761
+ <testcase name="# Test SphereMapper&#xA; vtkSphereMapper testSphere" time="19.472" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test SphereMapper&#xA;"/>
762
+ <testcase name="# Test SphereMapper&#xA; Matching image - delta 0.00%" time="19.472" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test SphereMapper&#xA;"/>
763
+ <testcase name="# Test SphereMapper&#xA; Image match resolution" time="19.474" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test SphereMapper&#xA;"/>
764
+ <testcase name="# Test StickMapper&#xA; vtkStickMapper testStick" time="19.691" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test StickMapper&#xA;"/>
765
+ <testcase name="# Test StickMapper&#xA; Matching image - delta 0.00%" time="19.692" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test StickMapper&#xA;"/>
766
+ <testcase name="# Test StickMapper&#xA; Image match resolution" time="41.591" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test StickMapper&#xA;"/>
767
+ <testcase name="# Test ImageMapper&#xA; vtkOpenGLImageMapper testImage" time="41.783" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper&#xA;"/>
768
+ <testcase name="# Test ImageMapper&#xA; Matching image - delta 0.00%" time="41.784" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper&#xA;"/>
769
+ <testcase name="# Test ImageMapper&#xA; Image match resolution" time="41.787" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper&#xA;"/>
770
+ <testcase name="# Test ImageMapper ClippingPlanes&#xA; vtkOpenGLImageMapper testImage" time="42.19" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper ClippingPlanes&#xA;"/>
771
+ <testcase name="# Test ImageMapper ClippingPlanes&#xA; Matching image - delta 0.00%" time="42.19" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper ClippingPlanes&#xA;"/>
772
+ <testcase name="# Test ImageMapper ClippingPlanes&#xA; Image match resolution" time="42.192" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper ClippingPlanes&#xA;"/>
773
+ <testcase name="# Test ImageMapper with Nearest Neighbor interpolation&#xA; vtkOpenGLImageMapper testImage" time="42.376" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper with Nearest Neighbor interpolation&#xA;"/>
774
+ <testcase name="# Test ImageMapper with Nearest Neighbor interpolation&#xA; Matching image - delta 0.00%" time="42.376" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper with Nearest Neighbor interpolation&#xA;"/>
775
+ <testcase name="# Test ImageMapper with Nearest Neighbor interpolation&#xA; Image match resolution" time="42.378" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper with Nearest Neighbor interpolation&#xA;"/>
776
+ <testcase name="# Test ImageMapper&#xA; vtkOpenGLImageMapper testImage" time="42.565" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper&#xA;"/>
777
+ <testcase name="# Test ImageMapper&#xA; Matching image - delta 0.00%" time="42.565" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper&#xA;"/>
778
+ <testcase name="# Test ImageMapper&#xA; Image match resolution" time="42.57" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test ImageMapper&#xA;"/>
779
+ <testcase name="# Test Add Shader Replacements&#xA; vtkOpenGLPolyDataMapper AddShaderReplacements" time="42.972" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Add Shader Replacements&#xA;"/>
780
+ <testcase name="# Test Add Shader Replacements&#xA; Matching image - delta 0.00%" time="42.974" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Add Shader Replacements&#xA;"/>
781
+ <testcase name="# Test Add Shader Replacements&#xA; Image match resolution" time="42.975" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Add Shader Replacements&#xA;"/>
782
+ <testcase name="# Test Clear Shader Replacements&#xA; vtkOpenGLPolyDataMapper ClearShaderReplacements" time="43.366" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clear Shader Replacements&#xA;"/>
783
+ <testcase name="# Test Clear Shader Replacements&#xA; Matching image - delta 0.00%" time="43.367" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clear Shader Replacements&#xA;"/>
784
+ <testcase name="# Test Clear Shader Replacements&#xA; Image match resolution" time="43.369" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clear Shader Replacements&#xA;"/>
785
+ <testcase name="# Test Clipping planes&#xA; vtkOpenGLPolyDataMapper setClippingPlanes" time="43.659" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clipping planes&#xA;"/>
786
+ <testcase name="# Test Clipping planes&#xA; Matching image - delta 0.00%" time="43.659" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clipping planes&#xA;"/>
787
+ <testcase name="# Test Clipping planes&#xA; Image match resolution" time="43.665" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Clipping planes&#xA;"/>
788
+ <testcase name="# Test Interpolate Scalars Before Mapping&#xA; vtkOpenGLPolyDataMapper InterpolateScalarsBeforeColors" time="43.895" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Mapping&#xA;"/>
789
+ <testcase name="# Test Interpolate Scalars Before Mapping&#xA; Matching image - delta 0.00%" time="43.896" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Mapping&#xA;"/>
790
+ <testcase name="# Test Interpolate Scalars Before Mapping&#xA; Image match resolution" time="43.898" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Interpolate Scalars Before Mapping&#xA;"/>
791
+ <testcase name="# Test vtkOpenGLSkybox Rendering&#xA; Filter: OpenGLTexture" time="45.456" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Rendering&#xA;"/>
792
+ <testcase name="# Test vtkOpenGLSkybox Rendering&#xA; Matching image - delta 0.00%" time="45.458" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Rendering&#xA;"/>
793
+ <testcase name="# Test vtkOpenGLSkybox Rendering&#xA; Image match resolution" time="45.461" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Rendering&#xA;"/>
794
+ <testcase name="# Test vtkOpenGLSkybox Background Rendering&#xA; Filter: OpenGLTexture" time="45.658" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Background Rendering&#xA;"/>
795
+ <testcase name="# Test vtkOpenGLSkybox Background Rendering&#xA; Matching image - delta 0.00%" time="45.659" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Background Rendering&#xA;"/>
796
+ <testcase name="# Test vtkOpenGLSkybox Background Rendering&#xA; Image match resolution" time="45.66" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLSkybox Background Rendering&#xA;"/>
797
+ <testcase name="# Test vtkOpenGLTexture Rendering&#xA; Filter: OpenGLTexture" time="46.333" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLTexture Rendering&#xA;"/>
798
+ <testcase name="# Test vtkOpenGLTexture Rendering&#xA; Matching image - delta 0.00%" time="46.333" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLTexture Rendering&#xA;"/>
799
+ <testcase name="# Test vtkOpenGLTexture Rendering&#xA; Image match resolution" time="46.335" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkOpenGLTexture Rendering&#xA;"/>
800
+ <testcase name="# Test Composite Volume Rendering&#xA; vtkOpenGLVolumeMapper Composite" time="49.63" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
801
+ <testcase name="# Test Composite Volume Rendering&#xA; Matching image - delta 0.00%" time="49.631" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
802
+ <testcase name="# Test Composite Volume Rendering&#xA; Image match resolution" time="49.632" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
803
+ <testcase name="# Test Composite Volume Rendering with parallel projection&#xA; vtkOpenGLVolumeMapper CompositeParallelProjection" time="51.266" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering with parallel projection&#xA;"/>
804
+ <testcase name="# Test Composite Volume Rendering with parallel projection&#xA; Matching image - delta 0.00%" time="51.266" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering with parallel projection&#xA;"/>
805
+ <testcase name="# Test Composite Volume Rendering with parallel projection&#xA; Image match resolution" time="51.279" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering with parallel projection&#xA;"/>
806
+ <testcase name="# Test Composite Volume Rendering&#xA; vtkOpenGLVolumeMapper Composite16Bit" time="52.1" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
807
+ <testcase name="# Test Composite Volume Rendering&#xA; Matching image - delta 0.00%" time="52.1" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
808
+ <testcase name="# Test Composite Volume Rendering&#xA; Image match resolution" time="52.101" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
809
+ <testcase name="# Test Composite Volume Rendering&#xA; vtkOpenGLVolumeMapper Intermixed" time="55.287" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
810
+ <testcase name="# Test Composite Volume Rendering&#xA; Matching image - delta 0.00%" time="55.288" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
811
+ <testcase name="# Test Composite Volume Rendering&#xA; Image match resolution" time="55.289" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
812
+ <testcase name="# Test Composite Volume Rendering&#xA; vtkOpenGLVolumeMapper IntermixedImage" time="61.639" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
813
+ <testcase name="# Test Composite Volume Rendering&#xA; Matching image - delta 0.00%" time="61.639" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
814
+ <testcase name="# Test Composite Volume Rendering&#xA; Image match resolution" time="61.64" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Composite Volume Rendering&#xA;"/>
815
+ <testcase name="# Test Lighted Volume Rendering&#xA; vtkOpenGLVolumeMapper Lighting" time="66.406" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Lighted Volume Rendering&#xA;"/>
816
+ <testcase name="# Test Lighted Volume Rendering&#xA; Matching image - delta 0.00%" time="66.406" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Lighted Volume Rendering&#xA;"/>
817
+ <testcase name="# Test Lighted Volume Rendering&#xA; Image match resolution" time="66.407" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Lighted Volume Rendering&#xA;"/>
818
+ <testcase name="# Test Maximum Intensity Projection Volume Rendering&#xA; vtkOpenGLVolumeMapper MIP" time="67.181" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Maximum Intensity Projection Volume Rendering&#xA;"/>
819
+ <testcase name="# Test Maximum Intensity Projection Volume Rendering&#xA; Matching image - delta 0.00%" time="67.202" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Maximum Intensity Projection Volume Rendering&#xA;"/>
820
+ <testcase name="# Test Maximum Intensity Projection Volume Rendering&#xA; Image match resolution" time="67.207" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Maximum Intensity Projection Volume Rendering&#xA;"/>
821
+ <testcase name="# Test Minimum Intensity Projection Volume Rendering&#xA; vtkOpenGLVolumeMapper MinIP" time="67.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Minimum Intensity Projection Volume Rendering&#xA;"/>
822
+ <testcase name="# Test Minimum Intensity Projection Volume Rendering&#xA; Matching image - delta 0.00%" time="67.726" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Minimum Intensity Projection Volume Rendering&#xA;"/>
823
+ <testcase name="# Test Minimum Intensity Projection Volume Rendering&#xA; Image match resolution" time="67.728" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Minimum Intensity Projection Volume Rendering&#xA;"/>
824
+ <testcase name="# Test Volume Rendering with Proportional Component&#xA; vtkOpenGLVolumeMapper ProportionalComponent" time="72.226" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Volume Rendering with Proportional Component&#xA;"/>
825
+ <testcase name="# Test Volume Rendering with Proportional Component&#xA; Matching image - delta 0.00%" time="72.226" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Volume Rendering with Proportional Component&#xA;"/>
826
+ <testcase name="# Test Volume Rendering with Proportional Component&#xA; Image match resolution" time="72.227" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Volume Rendering with Proportional Component&#xA;"/>
827
+ <testcase name="# Test Average Intensity Projection Volume Rendering&#xA; vtkOpenGLVolumeMapper AverageIP" time="73.198" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Average Intensity Projection Volume Rendering&#xA;"/>
828
+ <testcase name="# Test Average Intensity Projection Volume Rendering&#xA; Matching image - delta 0.00%" time="73.198" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Average Intensity Projection Volume Rendering&#xA;"/>
829
+ <testcase name="# Test Average Intensity Projection Volume Rendering&#xA; Image match resolution" time="73.199" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test Average Intensity Projection Volume Rendering&#xA;"/>
830
+ <testcase name="# Macro methods algo tests&#xA; populate publicAPI" time="73.199" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests&#xA;"/>
831
+ <testcase name="# Macro methods algo tests&#xA; return input data" time="73.201" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests&#xA;"/>
832
+ <testcase name="# Macro methods algo tests&#xA; Add two input arrays" time="73.201" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests&#xA;"/>
833
+ <testcase name="# Macro methods algo tests&#xA; Subtract two input arrays" time="73.201" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests&#xA;"/>
834
+ <testcase name="# Macro methods algo tests&#xA; Multiply two input arrays" time="73.202" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests&#xA;"/>
835
+ <testcase name="# Macro methods algo tests&#xA; Divide two input arrays, using outputPort" time="73.202" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods algo tests&#xA;"/>
836
+ <testcase name="# Macro shouldUpdate returns true if output is deleted&#xA; Trivial producer outputs first input data" time="73.202" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro shouldUpdate returns true if output is deleted&#xA;"/>
837
+ <testcase name="# Macro shouldUpdate returns true if output is deleted&#xA; Trivial producer outputs second input data" time="73.203" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro shouldUpdate returns true if output is deleted&#xA;"/>
838
+ <testcase name="# onlyIfWebGL&#xA; onlyIfWebGL enabled" time="73.203" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# onlyIfWebGL&#xA;"/>
839
+ <testcase name="# Macro methods scalar tests&#xA; macro setget" time="73.204" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
840
+ <testcase name="# Macro methods scalar tests&#xA; Initial gets should match defaults" time="73.204" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
841
+ <testcase name="# Macro methods scalar tests&#xA; Bool get should match set" time="73.204" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
842
+ <testcase name="# Macro methods scalar tests&#xA; Initial gets should match defaults" time="73.204" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
843
+ <testcase name="# Macro methods scalar tests&#xA; Int get should match set" time="73.204" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
844
+ <testcase name="# Macro methods scalar tests&#xA; mtime should increase after set" time="73.204" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
845
+ <testcase name="# Macro methods scalar tests&#xA; mtime should not increase after idempotent set" time="73.205" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods scalar tests&#xA;"/>
846
+ <testcase name="# Macro methods array tests&#xA; Initial gets should match defaults" time="73.206" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
847
+ <testcase name="# Macro methods array tests&#xA; Throw if no set method declared" time="73.206" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
848
+ <testcase name="# Macro methods array tests&#xA; Array spread set OK" time="73.206" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
849
+ <testcase name="# Macro methods array tests&#xA; Array spread set should match get" time="73.206" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
850
+ <testcase name="# Macro methods array tests&#xA; OK to set a single array argument" time="73.207" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
851
+ <testcase name="# Macro methods array tests&#xA; Array set should match get" time="73.207" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
852
+ <testcase name="# Macro methods array tests&#xA; mtime should increase after set" time="73.207" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
853
+ <testcase name="# Macro methods array tests&#xA; Invalid number of values should throw" time="73.207" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
854
+ <testcase name="# Macro methods array tests&#xA; Keep default value after illegal set" time="73.207" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
855
+ <testcase name="# Macro methods array tests&#xA; mtime should not increase after idempotent set" time="73.207" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
856
+ <testcase name="# Macro methods array tests&#xA; Invalid number of values should throw" time="73.208" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
857
+ <testcase name="# Macro methods array tests&#xA; Keep value after illegal set" time="73.208" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
858
+ <testcase name="# Macro methods array tests&#xA; Invalid set with string should throw" time="73.208" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
859
+ <testcase name="# Macro methods array tests&#xA; Keep value after illegal set" time="73.208" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
860
+ <testcase name="# Macro methods array tests&#xA; OK to set a typed array argument" time="73.208" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
861
+ <testcase name="# Macro methods array tests&#xA; setArray should copy input argument" time="73.209" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
862
+ <testcase name="# Macro methods array tests&#xA; OK to set no argument" time="73.209" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
863
+ <testcase name="# Macro methods array tests&#xA; OK to set not enough argument" time="73.209" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
864
+ <testcase name="# Macro methods array tests&#xA; OK to set too-short array argument" time="73.209" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
865
+ <testcase name="# Macro methods array tests&#xA; OK to set too short typed array argument" time="73.209" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
866
+ <testcase name="# Macro methods array tests&#xA; Invalid number of values should throw" time="73.209" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
867
+ <testcase name="# Macro methods array tests&#xA; Too large array should throw" time="73.209" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
868
+ <testcase name="# Macro methods array tests&#xA; Too large array should throw" time="73.21" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods array tests&#xA;"/>
869
+ <testcase name="# Macro methods enum tests&#xA; Initial gets should match defaults" time="73.21" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
870
+ <testcase name="# Macro methods enum tests&#xA; Enum set should match get" time="73.21" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
871
+ <testcase name="# Macro methods enum tests&#xA; should be truthy" time="73.21" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
872
+ <testcase name="# Macro methods enum tests&#xA; Enum set by index should get matching enum value" time="73.211" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
873
+ <testcase name="# Macro methods enum tests&#xA; Setting idempotent value should return false" time="73.211" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
874
+ <testcase name="# Macro methods enum tests&#xA; Invalid enum index should throw" time="73.211" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
875
+ <testcase name="# Macro methods enum tests&#xA; Enum set out of range should be rejected" time="73.211" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
876
+ <testcase name="# Macro methods enum tests&#xA; Invalid enum string should throw" time="73.211" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
877
+ <testcase name="# Macro methods enum tests&#xA; Enum set string out of range should be rejected" time="73.212" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
878
+ <testcase name="# Macro methods enum tests&#xA; Invalid enum set with array/object should throw" time="73.212" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
879
+ <testcase name="# Macro methods enum tests&#xA; Enum set string out of range should be rejected" time="73.212" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods enum tests&#xA;"/>
880
+ <testcase name="# Macro methods object tests&#xA; Get entire model" time="73.213" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
881
+ <testcase name="# Macro methods object tests&#xA; Get defaults back test" time="73.213" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
882
+ <testcase name="# Macro methods object tests&#xA; Object should be frozen" time="73.213" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
883
+ <testcase name="# Macro methods object tests&#xA; should be truthy" time="73.214" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
884
+ <testcase name="# Macro methods object tests&#xA; should be truthy" time="73.214" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
885
+ <testcase name="# Macro methods object tests&#xA; Object modified fires" time="73.214" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
886
+ <testcase name="# Macro methods object tests&#xA; Object modified does not fire after unsubscribe" time="73.214" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
887
+ <testcase name="# Macro methods object tests&#xA; Test mult-set" time="73.214" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
888
+ <testcase name="# Macro methods object tests&#xA; Float get should match multi-set" time="73.215" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
889
+ <testcase name="# Macro methods object tests&#xA; Array multi-set should match get" time="73.215" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
890
+ <testcase name="# Macro methods object tests&#xA; should be truthy" time="73.215" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
891
+ <testcase name="# Macro methods object tests&#xA; should be truthy" time="73.215" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
892
+ <testcase name="# Macro methods object tests&#xA; should be falsy" time="73.215" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
893
+ <testcase name="# Macro methods object tests&#xA; should be strictly equal" time="73.215" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
894
+ <testcase name="# Macro methods object tests&#xA; should not throw" time="73.215" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
895
+ <testcase name="# Macro methods object tests&#xA; All calls should do nothing after delete" time="73.216" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods object tests&#xA;"/>
896
+ <testcase name="# Macro methods event tests&#xA; cbAbort1 should be called first" time="73.216" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
897
+ <testcase name="# Macro methods event tests&#xA; cbAbort2 should be called second" time="73.216" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
898
+ <testcase name="# Macro methods event tests&#xA; Only 2 callbacks should be invoked, not 3" time="73.216" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
899
+ <testcase name="# Macro methods event tests&#xA; cbPriority2 should be called first" time="73.216" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
900
+ <testcase name="# Macro methods event tests&#xA; cbPriority2 should be called first" time="73.216" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
901
+ <testcase name="# Macro methods event tests&#xA; cbPriority1 should be called second" time="73.217" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
902
+ <testcase name="# Macro methods event tests&#xA; cbPriority0 should be called third" time="73.318" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
903
+ <testcase name="# Macro methods event tests&#xA; cbPriorityLast should be called last after 101ms" time="73.318" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
904
+ <testcase name="# Macro methods event tests&#xA; cbPriority2 should be called exactly twice" time="73.319" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods event tests&#xA;"/>
905
+ <testcase name="# Macro methods keystore tests&#xA; key1 should exist in keystore" time="73.319" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests&#xA;"/>
906
+ <testcase name="# Macro methods keystore tests&#xA; key2 should exist in keystore" time="73.319" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests&#xA;"/>
907
+ <testcase name="# Macro methods keystore tests&#xA; key3 should exist in keystore" time="73.319" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests&#xA;"/>
908
+ <testcase name="# Macro methods keystore tests&#xA; Delete key2 should succeed" time="73.319" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests&#xA;"/>
909
+ <testcase name="# Macro methods keystore tests&#xA; There should be no keys after clearing" time="73.33" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Macro methods keystore tests&#xA;"/>
910
+ <testcase name="# Test vtkDataArray serialization/deserialization&#xA; Make sure the class definition exist" time="73.33" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization&#xA;"/>
911
+ <testcase name="# Test vtkDataArray serialization/deserialization&#xA; Make sure the instance exist" time="73.331" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization&#xA;"/>
912
+ <testcase name="# Test vtkDataArray serialization/deserialization&#xA; Make sure we can get serialize data" time="73.332" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization&#xA;"/>
913
+ <testcase name="# Test vtkDataArray serialization/deserialization&#xA; Make sure we can get deserialize data" time="73.332" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization&#xA;"/>
914
+ <testcase name="# Test vtkDataArray serialization/deserialization&#xA; We have two different instances" time="73.333" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization&#xA;"/>
915
+ <testcase name="# Test vtkDataArray serialization/deserialization&#xA; But same serialized content" time="73.333" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkDataArray serialization/deserialization&#xA;"/>
916
+ <testcase name="# Test vtkPoints serialization/deserialization&#xA; Make sure the class definition exist" time="73.333" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization&#xA;"/>
917
+ <testcase name="# Test vtkPoints serialization/deserialization&#xA; Make sure the instance exist" time="73.333" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization&#xA;"/>
918
+ <testcase name="# Test vtkPoints serialization/deserialization&#xA; Make sure we can get serialize data" time="73.333" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization&#xA;"/>
919
+ <testcase name="# Test vtkPoints serialization/deserialization&#xA; Make sure we can get deserialize data" time="73.334" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization&#xA;"/>
920
+ <testcase name="# Test vtkPoints serialization/deserialization&#xA; We have two different instances" time="73.334" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization&#xA;"/>
921
+ <testcase name="# Test vtkPoints serialization/deserialization&#xA; But same serialized content" time="73.334" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPoints serialization/deserialization&#xA;"/>
922
+ <testcase name="# Test vtkLookupTable serialization/deserialization&#xA; Make sure the class definition exist" time="73.335" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization&#xA;"/>
923
+ <testcase name="# Test vtkLookupTable serialization/deserialization&#xA; Make sure the instance exist" time="73.335" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization&#xA;"/>
924
+ <testcase name="# Test vtkLookupTable serialization/deserialization&#xA; Make sure we can get serialize data" time="73.336" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization&#xA;"/>
925
+ <testcase name="# Test vtkLookupTable serialization/deserialization&#xA; Make sure we can get deserialize data" time="73.336" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization&#xA;"/>
926
+ <testcase name="# Test vtkLookupTable serialization/deserialization&#xA; We have two different instances" time="73.336" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization&#xA;"/>
927
+ <testcase name="# Test vtkLookupTable serialization/deserialization&#xA; But same serialized content" time="73.337" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkLookupTable serialization/deserialization&#xA;"/>
928
+ <testcase name="# Test vtkScalarsToColors serialization/deserialization&#xA; Make sure the class definition exist" time="73.337" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization&#xA;"/>
929
+ <testcase name="# Test vtkScalarsToColors serialization/deserialization&#xA; Make sure the instance exist" time="73.337" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization&#xA;"/>
930
+ <testcase name="# Test vtkScalarsToColors serialization/deserialization&#xA; Make sure we can get serialize data" time="73.337" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization&#xA;"/>
931
+ <testcase name="# Test vtkScalarsToColors serialization/deserialization&#xA; Make sure we can get deserialize data" time="73.337" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization&#xA;"/>
932
+ <testcase name="# Test vtkScalarsToColors serialization/deserialization&#xA; We have two different instances" time="73.338" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization&#xA;"/>
933
+ <testcase name="# Test vtkScalarsToColors serialization/deserialization&#xA; But same serialized content" time="73.338" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkScalarsToColors serialization/deserialization&#xA;"/>
934
+ <testcase name="# Test vtkPolyData serialization/deserialization&#xA; Make sure the class definition exist" time="73.339" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization&#xA;"/>
935
+ <testcase name="# Test vtkPolyData serialization/deserialization&#xA; Make sure the instance exist" time="73.339" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization&#xA;"/>
936
+ <testcase name="# Test vtkPolyData serialization/deserialization&#xA; Make sure we can get serialize data" time="73.34" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization&#xA;"/>
937
+ <testcase name="# Test vtkPolyData serialization/deserialization&#xA; Make sure we can get deserialize data" time="73.341" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization&#xA;"/>
938
+ <testcase name="# Test vtkPolyData serialization/deserialization&#xA; We have two different instances" time="73.341" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization&#xA;"/>
939
+ <testcase name="# Test vtkPolyData serialization/deserialization&#xA; But same serialized content" time="73.343" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkPolyData serialization/deserialization&#xA;"/>
940
+ <testcase name="# Proxy activation via config&#xA; No initial active source" time="73.343" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via config&#xA;"/>
941
+ <testcase name="# Proxy activation via config&#xA; Active source set after proxy creation" time="73.344" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via config&#xA;"/>
942
+ <testcase name="# Proxy activation via .activate()&#xA; No initial active source" time="73.345" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via .activate()&#xA;"/>
943
+ <testcase name="# Proxy activation via .activate()&#xA; No active source after proxy creation" time="73.345" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via .activate()&#xA;"/>
944
+ <testcase name="# Proxy activation via .activate()&#xA; Proxy manager should be modified after proxy activation" time="73.345" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via .activate()&#xA;"/>
945
+ <testcase name="# Proxy activation via .activate()&#xA; Active source set" time="73.778" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Proxy activation via .activate()&#xA;"/>
946
+ <testcase name="# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false&#xA; Matching image - delta 0.00%" time="73.779" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false&#xA;"/>
947
+ <testcase name="# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false&#xA; Image match resolution" time="73.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testNoScaleInPixelsWithPerspective(): scaleInPixels=false, parallelProjection=false&#xA;"/>
948
+ <testcase name="# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true&#xA; Matching image - delta 0.00%" time="73.812" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true&#xA;"/>
949
+ <testcase name="# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true&#xA; Image match resolution" time="73.849" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testNoScaleInPixelsWithParallel(): scaleInPixels=false, parallelProjection=true&#xA;"/>
950
+ <testcase name="# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false&#xA; Matching image - delta 0.00%" time="73.849" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false&#xA;"/>
951
+ <testcase name="# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false&#xA; Image match resolution" time="73.883" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testScaleInPixelsWithPerspective(): scaleInPixels=true, parallelProjection=false&#xA;"/>
952
+ <testcase name="# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true&#xA; Matching image - delta 0.00%" time="73.883" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true&#xA;"/>
953
+ <testcase name="# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true&#xA; Image match resolution" time="73.901" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true&#xA;"/>
954
+ <testcase name="# Test boundPlane natural basis simple&#xA; should be truthy" time="73.901" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis simple&#xA;"/>
955
+ <testcase name="# Test boundPlane natural basis simple&#xA; should be truthy" time="73.902" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis simple&#xA;"/>
956
+ <testcase name="# Test boundPlane natural basis simple&#xA; should be truthy" time="73.905" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis simple&#xA;"/>
957
+ <testcase name="# Test boundPlane natural basis with offset&#xA; should be truthy" time="73.905" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis with offset&#xA;"/>
958
+ <testcase name="# Test boundPlane natural basis with offset&#xA; should be truthy" time="73.905" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis with offset&#xA;"/>
959
+ <testcase name="# Test boundPlane natural basis with offset&#xA; should be truthy" time="73.908" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane natural basis with offset&#xA;"/>
960
+ <testcase name="# Test boundPlane oriented&#xA; should be truthy" time="73.908" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane oriented&#xA;"/>
961
+ <testcase name="# Test boundPlane oriented&#xA; should be truthy" time="73.909" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane oriented&#xA;"/>
962
+ <testcase name="# Test boundPlane oriented&#xA; should be truthy" time="73.912" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane oriented&#xA;"/>
963
+ <testcase name="# Test boundPlane no intersection&#xA; should be truthy" time="73.912" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane no intersection&#xA;"/>
964
+ <testcase name="# Test boundPlane no intersection&#xA; should be truthy" time="73.912" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane no intersection&#xA;"/>
965
+ <testcase name="# Test boundPlane no intersection&#xA; should be truthy" time="73.912" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test boundPlane no intersection&#xA;"/>
966
+ <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="73.913" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
967
+ <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="73.913" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
968
+ <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="73.913" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
969
+ <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="73.913" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
970
+ <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="73.913" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
971
+ <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="73.913" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
972
+ <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="73.914" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
973
+ <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="73.914" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
974
+ <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="73.914" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
975
+ <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="73.914" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
976
+ <testcase name="# Test getAssociatedPlaneName&#xA; should be truthy" time="73.914" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getAssociatedPlaneName&#xA;"/>
977
+ <testcase name="# Test getPlaneNameFromLineName&#xA; should be truthy" time="73.914" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName&#xA;"/>
978
+ <testcase name="# Test getPlaneNameFromLineName&#xA; should be truthy" time="73.914" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName&#xA;"/>
979
+ <testcase name="# Test getPlaneNameFromLineName&#xA; should be truthy" time="73.915" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName&#xA;"/>
980
+ <testcase name="# Test getPlaneNameFromLineName&#xA; should be truthy" time="73.915" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName&#xA;"/>
981
+ <testcase name="# Test getPlaneNameFromLineName&#xA; should be truthy" time="74.96" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test getPlaneNameFromLineName&#xA;"/>
982
+ <testcase name="# Initialization&#xA; Camera focal point on 4" time="74.96" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
983
+ <testcase name="# Initialization&#xA; Camera view up on 4" time="74.96" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
984
+ <testcase name="# Initialization&#xA; Plane origin on 4" time="74.96" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
985
+ <testcase name="# Initialization&#xA; Plane point 1 on 4" time="74.96" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
986
+ <testcase name="# Initialization&#xA; Plane point 2 on 4" time="74.963" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
987
+ <testcase name="# Initialization&#xA; Camera focal point on 5" time="74.963" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
988
+ <testcase name="# Initialization&#xA; Camera view up on 5" time="74.964" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
989
+ <testcase name="# Initialization&#xA; Plane origin on 5" time="74.964" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
990
+ <testcase name="# Initialization&#xA; Plane point 1 on 5" time="74.964" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
991
+ <testcase name="# Initialization&#xA; Plane point 2 on 5" time="74.967" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
992
+ <testcase name="# Initialization&#xA; Camera focal point on 6" time="74.967" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
993
+ <testcase name="# Initialization&#xA; Camera view up on 6" time="74.967" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
994
+ <testcase name="# Initialization&#xA; Plane origin on 6" time="74.967" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
995
+ <testcase name="# Initialization&#xA; Plane point 1 on 6" time="74.967" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
996
+ <testcase name="# Initialization&#xA; Plane point 2 on 6" time="74.97" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Initialization&#xA;"/>
997
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Camera focal point on 4" time="74.971" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
998
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Camera view up on 4" time="74.971" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
999
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane origin on 4" time="74.971" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1000
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane point 1 on 4" time="74.971" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1001
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane point 2 on 4" time="74.973" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1002
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Camera focal point on 5" time="74.974" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1003
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Camera view up on 5" time="74.974" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1004
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane origin on 5" time="74.974" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1005
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane point 1 on 5" time="74.974" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1006
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane point 2 on 5" time="74.977" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1007
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Camera focal point on 6" time="74.977" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1008
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Camera view up on 6" time="74.977" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1009
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane origin on 6" time="74.977" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1010
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane point 1 on 6" time="74.977" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1011
+ <testcase name="# Rotate Z by 45 degrees around Y&#xA; Plane point 2 on 6" time="75.882" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by 45 degrees around Y&#xA;"/>
1012
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Camera focal point on 4" time="75.882" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1013
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Camera view up on 4" time="75.882" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1014
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane origin on 4" time="75.882" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1015
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane point 1 on 4" time="75.883" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1016
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane point 2 on 4" time="75.884" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1017
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Camera focal point on 5" time="75.885" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1018
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Camera view up on 5" time="75.885" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1019
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane origin on 5" time="75.885" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1020
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane point 1 on 5" time="75.885" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1021
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane point 2 on 5" time="75.888" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1022
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Camera focal point on 6" time="75.888" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1023
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Camera view up on 6" time="75.888" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1024
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane origin on 6" time="75.888" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1025
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane point 1 on 6" time="75.889" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1026
+ <testcase name="# Rotate Z by -35 degrees around Y&#xA; Plane point 2 on 6" time="75.922" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Rotate Z by -35 degrees around Y&#xA;"/>
1027
+ <testcase name="# Test vtkResliceCursorHelper rotateVector&#xA; should be truthy" time="75.93" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkResliceCursorHelper rotateVector&#xA;"/>
1028
+ <testcase name="# Test vtkResliceCursorHelper rotateVector&#xA; should be truthy" time="75.93" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkResliceCursorHelper rotateVector&#xA;"/>
1029
+ <testcase name="# Test vtkResliceCursorHelper rotateVector&#xA; should be truthy" time="75.93" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkResliceCursorHelper rotateVector&#xA;"/>
1030
+ <testcase name="# Test vtkResliceCursorHelper rotateVector&#xA; should be truthy" time="76.386" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkResliceCursorHelper rotateVector&#xA;"/>
1031
+ <testcase name="# Test vtkSplineWidget rendering and picking&#xA; Matching image - delta 0.00%" time="76.387" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSplineWidget rendering and picking&#xA;"/>
1032
+ <testcase name="# Test vtkSplineWidget rendering and picking&#xA; Image match resolution" time="76.516" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSplineWidget rendering and picking&#xA;"/>
1033
+ <testcase name="# Test vtkSplineWidget rendering and picking&#xA; should be strictly equal" time="76.516" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSplineWidget rendering and picking&#xA;"/>
1034
+ <testcase name="# Test vtkSplineWidget rendering and picking&#xA; should be strictly equal" time="76.518" classname="Chrome_Headless_93_0_4577_63_(Linux_x86_64).# Test vtkSplineWidget rendering and picking&#xA;"/>
1035
1035
  <system-out>
1036
1036
  <![CDATA[Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'TAP version 13'
1037
1037
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test cell array constructor'
@@ -1043,7 +1043,7 @@
1043
1043
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 6 char init number of cells'
1044
1044
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Categorical Colors'
1045
1045
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 7 vtkLookupTable TestCategoricalColors'
1046
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 8 Matching image - delta 0.10%'
1046
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 8 Matching image - delta 0.00%'
1047
1047
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 9 Image match resolution'
1048
1048
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test angleBetweenVector'
1049
1049
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 10 should be strictly equal'
@@ -1381,7 +1381,7 @@
1381
1381
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 297 The number of points should be 2228'
1382
1382
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test MultipleBonds'
1383
1383
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 298 should be truthy'
1384
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 299 Matching image - delta 0.01%'
1384
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 299 Matching image - delta 0.00%'
1385
1385
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 300 Image match resolution'
1386
1386
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkPaintFilter ellipse on images with large spacing'
1387
1387
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 301 Matching image - delta 0.00%'
@@ -1432,7 +1432,7 @@
1432
1432
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 337 Image match resolution'
1433
1433
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkCubeSource Rendering'
1434
1434
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 338 vtkCubeSource Rendering'
1435
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 339 Matching image - delta 0.62%'
1435
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 339 Matching image - delta 0.00%'
1436
1436
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 340 Image match resolution'
1437
1437
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkCylinderSource Rendering'
1438
1438
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 341 vtkCylinderSource Rendering'
@@ -1440,7 +1440,7 @@
1440
1440
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 343 Image match resolution'
1441
1441
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkLineSource Rendering'
1442
1442
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 344 vtkLineSource Rendering'
1443
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 345 Matching image - delta 0.24%'
1443
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 345 Matching image - delta 0.00%'
1444
1444
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 346 Image match resolution'
1445
1445
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkPlaneSource Rendering'
1446
1446
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 347 vtkPlaneSource Rendering'
@@ -1605,7 +1605,7 @@
1605
1605
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 500 should be strictly equal'
1606
1606
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkImageReslice Rendering'
1607
1607
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 501 vtkImageReslice Rendering'
1608
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 502 Matching image - delta 0.13%'
1608
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 502 Matching image - delta 0.00%'
1609
1609
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 503 Image match resolution'
1610
1610
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkInteractorStyleImage.setCurrentImageNumber'
1611
1611
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 504 should be strictly equal'
@@ -1641,7 +1641,7 @@
1641
1641
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 531 should be strictly equal'
1642
1642
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Actor'
1643
1643
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 532 vtkActor testRotate'
1644
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 533 Matching image - delta 0.16%'
1644
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 533 Matching image - delta 0.00%'
1645
1645
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 534 Image match resolution'
1646
1646
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkCellPicker image mapper'
1647
1647
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 535 should be strictly equal'
@@ -1658,7 +1658,7 @@
1658
1658
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 545 should be truthy'
1659
1659
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Interpolate Scalars Before Colors'
1660
1660
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 546 vtkOpenGLPolyDataMapper ColorTransferFunction'
1661
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 547 Matching image - delta 0.34%'
1661
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 547 Matching image - delta 0.00%'
1662
1662
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 548 Image match resolution'
1663
1663
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test discretized color transfer function'
1664
1664
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 549 Test discretized ctf value for -0.1, expect 1,0,0'
@@ -1678,7 +1678,7 @@
1678
1678
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Interpolate Scalars Before Colors'
1679
1679
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 562 vtkOpenGLPolyDataMapper ColorTransferFunction Presets'
1680
1680
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) ERROR: 'ColorSpace CIELAB not supported, using RGB instead'
1681
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 563 Matching image - delta 0.19%'
1681
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 563 Matching image - delta 0.00%'
1682
1682
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 564 Image match resolution'
1683
1683
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkCoordinate publicAPI'
1684
1684
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 565 should be deeply equivalent'
@@ -1835,11 +1835,11 @@
1835
1835
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 716 should be deeply equivalent'
1836
1836
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Follower class'
1837
1837
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 717 vtkFollower'
1838
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 718 Matching image - delta 1.18%'
1838
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 718 Matching image - delta 0.00%'
1839
1839
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 719 Image match resolution'
1840
1840
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkGlyph3DMapper Rendering'
1841
1841
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 720 vtkGlyph3DMapper Rendering'
1842
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 721 Matching image - delta 0.03%'
1842
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 721 Matching image - delta 0.00%'
1843
1843
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 722 Image match resolution'
1844
1844
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test HardwareSelector'
1845
1845
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 723 vtkHardwareSelector TestHardwareSelector'
@@ -1854,15 +1854,15 @@
1854
1854
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 729 Correct prop was selected'
1855
1855
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test HardwareSelector'
1856
1856
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 730 vtkHardwareSelector TestHardwareSelector'
1857
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 2577, 202, 327
1858
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 731 Hardware selector takes less than six normal renders (2577, 202, 327)'
1857
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 2307, 206, 311
1858
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 731 Hardware selector takes less than six normal renders (2307, 206, 311)'
1859
1859
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Edge Visibility'
1860
1860
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 732 vtkMapper EdgeVisibility'
1861
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 733 Matching image - delta 0.69%'
1861
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 733 Matching image - delta 0.00%'
1862
1862
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 734 Image match resolution'
1863
1863
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test VectorComponent'
1864
1864
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 735 vtkMapper Vector Component'
1865
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 736 Matching image - delta 0.26%'
1865
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 736 Matching image - delta 0.00%'
1866
1866
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 737 Image match resolution'
1867
1867
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkPointPicker image mapper'
1868
1868
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 738 should be strictly equal'
@@ -1886,7 +1886,7 @@
1886
1886
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 754 should be truthy'
1887
1887
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Set Actor User Matrix'
1888
1888
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 755 vtkActor SetUserMatrix'
1889
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 756 Matching image - delta 0.18%'
1889
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 756 Matching image - delta 0.00%'
1890
1890
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 757 Image match resolution'
1891
1891
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test multiple renderers'
1892
1892
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 758 Matching image - delta 0.00%'
@@ -1898,16 +1898,16 @@
1898
1898
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 762 Image match resolution'
1899
1899
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test SphereMapper'
1900
1900
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 763 vtkSphereMapper testSphere'
1901
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 764 Matching image - delta 0.04%'
1901
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 764 Matching image - delta 0.00%'
1902
1902
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 765 Image match resolution'
1903
1903
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test StickMapper'
1904
1904
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 766 vtkStickMapper testStick'
1905
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 767 Matching image - delta 0.02%'
1905
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 767 Matching image - delta 0.00%'
1906
1906
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 768 Image match resolution'
1907
1907
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkGenericRenderWindow create/delete'
1908
1908
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test ImageMapper'
1909
1909
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 769 vtkOpenGLImageMapper testImage'
1910
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 770 Matching image - delta 0.47%'
1910
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 770 Matching image - delta 0.00%'
1911
1911
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 771 Image match resolution'
1912
1912
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test ImageMapper ClippingPlanes'
1913
1913
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 772 vtkOpenGLImageMapper testImage'
@@ -1915,7 +1915,7 @@
1915
1915
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 774 Image match resolution'
1916
1916
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test ImageMapper with Nearest Neighbor interpolation'
1917
1917
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 775 vtkOpenGLImageMapper testImage'
1918
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 776 Matching image - delta 0.06%'
1918
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 776 Matching image - delta 0.00%'
1919
1919
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 777 Image match resolution'
1920
1920
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test ImageMapper'
1921
1921
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 778 vtkOpenGLImageMapper testImage'
@@ -1923,11 +1923,11 @@
1923
1923
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 780 Image match resolution'
1924
1924
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Add Shader Replacements'
1925
1925
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 781 vtkOpenGLPolyDataMapper AddShaderReplacements'
1926
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 782 Matching image - delta 0.06%'
1926
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 782 Matching image - delta 0.00%'
1927
1927
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 783 Image match resolution'
1928
1928
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Clear Shader Replacements'
1929
1929
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 784 vtkOpenGLPolyDataMapper ClearShaderReplacements'
1930
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 785 Matching image - delta 0.10%'
1930
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 785 Matching image - delta 0.00%'
1931
1931
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 786 Image match resolution'
1932
1932
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Clipping planes'
1933
1933
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 787 vtkOpenGLPolyDataMapper setClippingPlanes'
@@ -1935,7 +1935,7 @@
1935
1935
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 789 Image match resolution'
1936
1936
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Interpolate Scalars Before Mapping'
1937
1937
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 790 vtkOpenGLPolyDataMapper InterpolateScalarsBeforeColors'
1938
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 791 Matching image - delta 0.34%'
1938
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 791 Matching image - delta 0.00%'
1939
1939
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 792 Image match resolution'
1940
1940
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkOpenGLSkybox Rendering'
1941
1941
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 793 Filter: OpenGLTexture'
@@ -1947,11 +1947,11 @@
1947
1947
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 798 Image match resolution'
1948
1948
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test vtkOpenGLTexture Rendering'
1949
1949
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 799 Filter: OpenGLTexture'
1950
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 800 Matching image - delta 0.01%'
1950
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 800 Matching image - delta 0.00%'
1951
1951
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 801 Image match resolution'
1952
1952
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Composite Volume Rendering'
1953
1953
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 802 vtkOpenGLVolumeMapper Composite'
1954
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 803 Matching image - delta 0.07%'
1954
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 803 Matching image - delta 0.00%'
1955
1955
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 804 Image match resolution'
1956
1956
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Composite Volume Rendering with parallel projection'
1957
1957
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 805 vtkOpenGLVolumeMapper CompositeParallelProjection'
@@ -1963,15 +1963,15 @@
1963
1963
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 810 Image match resolution'
1964
1964
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Composite Volume Rendering'
1965
1965
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 811 vtkOpenGLVolumeMapper Intermixed'
1966
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 812 Matching image - delta 0.06%'
1966
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 812 Matching image - delta 0.00%'
1967
1967
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 813 Image match resolution'
1968
1968
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Composite Volume Rendering'
1969
1969
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 814 vtkOpenGLVolumeMapper IntermixedImage'
1970
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 815 Matching image - delta 0.15%'
1970
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 815 Matching image - delta 0.00%'
1971
1971
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 816 Image match resolution'
1972
1972
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Lighted Volume Rendering'
1973
1973
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 817 vtkOpenGLVolumeMapper Lighting'
1974
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 818 Matching image - delta 0.30%'
1974
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 818 Matching image - delta 0.00%'
1975
1975
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 819 Image match resolution'
1976
1976
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test Maximum Intensity Projection Volume Rendering'
1977
1977
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 820 vtkOpenGLVolumeMapper MIP'
@@ -2139,7 +2139,7 @@
2139
2139
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 952 Matching image - delta 0.00%'
2140
2140
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 953 Image match resolution'
2141
2141
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# testScaleInPixelsWithParallel(): scaleInPixels=true, parallelProjection=true'
2142
- ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 954 Matching image - delta 0.19%'
2142
+ ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 954 Matching image - delta 0.00%'
2143
2143
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 955 Image match resolution'
2144
2144
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: '# Test boundPlane natural basis simple'
2145
2145
  ,Chrome Headless 93.0.4577.63 (Linux x86_64) LOG: 'ok 956 should be truthy'