You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently disable pw_map and map eval system tests because they are failing consistently. Either fix or update them so we can add them back to the test-suite.
The text was updated successfully, but these errors were encountered:
After fixing the previous issue in the SBGraph::copy operation that didn't handle empty SBGs, executing the above test resulted in SEGFAULT, thus a run with GDB indicated:
#2 0x000055555567456c in SBG::LIB::SBGTopSortSBG::LIB::OrdPWMDInter::calculate (this=this@entry=0x7fffffffa210) at sbg/sbg_algorithms.cpp:697
which again was due to lack of handling of SBGs with empty sets of vertices.
Currently disable
pw_map
andmap
eval system tests because they are failing consistently. Either fix or update them so we can add them back to the test-suite.The text was updated successfully, but these errors were encountered: