diff --git a/tests/A32/fuzz_thumb.cpp b/tests/A32/fuzz_thumb.cpp index 1db7f11f..fe72429c 100644 --- a/tests/A32/fuzz_thumb.cpp +++ b/tests/A32/fuzz_thumb.cpp @@ -259,9 +259,13 @@ TEST_CASE("Fuzz Thumb instructions set 1", "[JitX64][Thumb]") { FuzzJitThumb(5, 6, 3000, instruction_select); } + // TODO: Test longer blocks when Unicorn can consistently + // run these without going into an infinite loop. +#if 0 SECTION("long blocks") { FuzzJitThumb(1024, 1025, 1000, instruction_select); } +#endif } TEST_CASE("Fuzz Thumb instructions set 2 (affects PC)", "[JitX64][Thumb]") {