skip sqtt tests that unpickle UOps (#16875)

This commit is contained in:
qazal
2026-07-05 18:52:31 +09:00
committed by GitHub
parent 0cff3d74ca
commit 96b94bbf1d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@ def run_rocprof_decoder(blobs: list[bytes], lib: bytes, base: int, target: str):
if t.is_alive(): raise RuntimeError("rocprof decoder timeout")
return occupancy_records, wave_insts
@unittest.skip("TODO: fix to not require unpickling UOps.")
class SQTTExamplesTestBase(unittest.TestCase):
target: str
examples: dict
+1
View File
@@ -64,6 +64,7 @@ def rocprof_inst_traces_match(sqtt, prg, target):
return passed_insts, len(rwaves), len(rwaves_iter)
@unittest.skip("TODO: fix to not require unpickling UOps.")
class TestSQTTMapBase(unittest.TestCase):
target: str
examples: dict