Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f6b805

Browse files
committed
Skip the jitdump test on BOLT builds
1 parent 5534711 commit 0f6b805

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
@@ -746,6 +746,7 @@ def _fde_pointer_encoding(eh_frame):
746746
return eh_frame[pos]
747747

748748

749+
@unittest.skipIf(support.check_bolt_optimized(), "fails on BOLT instrumented binaries")
749750
class TestJitdumpFileFormat(unittest.TestCase):
750751
"""Validate the jitdump written by -Xperf_jit without requiring perf."""
751752

0 commit comments

Comments
 (0)