Skip to content

Commit 99dbd73

Browse files
committed
Skip the jitdump test on BOLT builds
1 parent 2d6fb15 commit 99dbd73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_perf_profiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ def _fde_pointer_encoding(eh_frame):
725725
return eh_frame[pos]
726726

727727

728+
@unittest.skipIf(support.check_bolt_optimized(), "fails on BOLT instrumented binaries")
728729
class TestJitdumpFileFormat(unittest.TestCase):
729730
"""Validate the jitdump written by -Xperf_jit without requiring perf."""
730731

0 commit comments

Comments
 (0)