File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 66def test_analyzer_common ():
77 """
88 Test the trace analyzer functionality.
9-
10- Note: This test is currently skipped due to a known segmentation fault issue
11- that occurs when analyzing traces with very few unique objects (< 200).
12- The issue appears to be in the C++ analyzer core, specifically in the
13- post_processing phase where bounds checking may not be sufficient.
14-
15- TODO: Fix the underlying C++ segfault issue in the analyzer.
169 """
17- pytest .skip ("Skipping due to known segfault with small datasets. See issue documentation." )
1810
1911 # Add debugging and error handling
2012 loader = DataLoader ()
@@ -57,5 +49,3 @@ def test_analyzer_common():
5749 stat_file = "stat"
5850 if os .path .exists (stat_file ):
5951 os .remove (stat_file )
60-
61- analyzer .cleanup ()
You can’t perform that action at this time.
0 commit comments