Thanks to visit codestin.com Credit goes to github.com
There was an error while loading. Please reload this page.
1 parent 5534711 commit 0f6b805Copy full SHA for 0f6b805
1 file changed
Lib/test/test_perf_profiler.py
@@ -746,6 +746,7 @@ def _fde_pointer_encoding(eh_frame):
746
return eh_frame[pos]
747
748
749
+@unittest.skipIf(support.check_bolt_optimized(), "fails on BOLT instrumented binaries")
750
class TestJitdumpFileFormat(unittest.TestCase):
751
"""Validate the jitdump written by -Xperf_jit without requiring perf."""
752
0 commit comments