Skip to content

Commit 70d5a7d

Browse files
authored
fix: skip fence.tso on llvm-test (#687)
since compiler and ISA view of the instruction differ Fixes #460 Signed-off-by: Afonso Oliveira <[email protected]>
1 parent 4ddb999 commit 70d5a7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/auto-inst/test_parsing.py

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def test_instruction_encoding(self, instr_name):
122122
or instr_name == "c.nop"
123123
or instr_name == "fcvtmod.w.d"
124124
or instr_name == "fence"
125+
or instr_name == "fence.tso"
125126
):
126127
pytest.skip(
127128
f"Instruction {instr_name} is a corner case and implementation should not follow ISA spec"

0 commit comments

Comments
 (0)