There was an error while loading. Please reload this page.
1 parent 2d6fb15 commit 99dbd73Copy full SHA for 99dbd73
1 file changed
Lib/test/test_perf_profiler.py
@@ -725,6 +725,7 @@ def _fde_pointer_encoding(eh_frame):
725
return eh_frame[pos]
726
727
728
+@unittest.skipIf(support.check_bolt_optimized(), "fails on BOLT instrumented binaries")
729
class TestJitdumpFileFormat(unittest.TestCase):
730
"""Validate the jitdump written by -Xperf_jit without requiring perf."""
731
0 commit comments