From fce8f75077d40a2028185bf4685bd40eed4d50f0 Mon Sep 17 00:00:00 2001 From: Subv Date: Mon, 18 Jul 2016 16:13:33 -0500 Subject: [PATCH] Added a dummy (always fail) ARM test about Load/Store instructions that write to the PC. --- tests/arm/fuzz_arm.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/arm/fuzz_arm.cpp b/tests/arm/fuzz_arm.cpp index 230dd716..a520448f 100644 --- a/tests/arm/fuzz_arm.cpp +++ b/tests/arm/fuzz_arm.cpp @@ -557,4 +557,8 @@ TEST_CASE("Fuzz ARM Load/Store instructions", "[JitX64]") { }); } + SECTION("Write to PC") { + // TODO + FAIL(); + } } \ No newline at end of file