Skip to content

Commit 30eb2c1

Browse files
authored
Fix: Update submodule and enable analyzer test (#10)
* Enable analyzer test * Update submodule
1 parent 596707d commit 30eb2c1

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

tests/test_analyzer.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@
66
def 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()

0 commit comments

Comments
 (0)