Fix xtensa test with wrong mode selection. (#3004)
Some checks failed
Python - Build and publish wheels with cibuildwheel / Building on ubuntu-latest - i686 - cp*-manylinux* (push) Failing after 5s
Python - Build and publish wheels with cibuildwheel / Building on ubuntu-latest - x86_64 - cp*-manylinux* (push) Failing after 4s
cstool / CAPSTONE_EVM_SUPPORT only (push) Failing after 3s
Python - Build and publish wheels with cibuildwheel / Building on ubuntu-latest - i686 - cp*-musllinux* (push) Failing after 4s
Python - Build and publish wheels with cibuildwheel / Building on ubuntu-latest - x86_64 - cp*-musllinux* (push) Failing after 3s
Python - Build and publish wheels with cibuildwheel / Make SDist (push) Failing after 3s
Packages Build / build_linux (push) Failing after 2s
cstool / CAPSTONE_AARCH64_SUPPORT only (push) Failing after 3s
cstool / CAPSTONE_ALPHA_SUPPORT only (push) Failing after 3s
cstool / CAPSTONE_ARC_SUPPORT only (push) Failing after 4s
cstool / CAPSTONE_ARM_SUPPORT only (push) Failing after 4s
cstool / CAPSTONE_BPF_SUPPORT only (push) Failing after 3s
cstool / CAPSTONE_HPPA_SUPPORT only (push) Failing after 3s
cstool / CAPSTONE_LOONGARCH_SUPPORT only (push) Failing after 4s
cstool / CAPSTONE_M680X_SUPPORT only (push) Failing after 3s
cstool / CAPSTONE_M68K_SUPPORT only (push) Failing after 3s
cstool / CAPSTONE_MIPS_SUPPORT only (push) Failing after 4s
cstool / CAPSTONE_MOS65XX_SUPPORT only (push) Failing after 3s
cstool / CAPSTONE_PPC_SUPPORT only (push) Failing after 3s
cstool / CAPSTONE_RISCV_SUPPORT only (push) Failing after 2s
cstool / CAPSTONE_SH_SUPPORT only (push) Failing after 2s
cstool / CAPSTONE_SPARC_SUPPORT only (push) Failing after 2s
cstool / CAPSTONE_SYSTEMZ_SUPPORT only (push) Failing after 2s
cstool / CAPSTONE_TMS320C64X_SUPPORT only (push) Failing after 3s
cstool / CAPSTONE_TRICORE_SUPPORT only (push) Failing after 2s
cstool / CAPSTONE_XCORE_SUPPORT only (push) Failing after 2s
cstool / CAPSTONE_WASM_SUPPORT only (push) Failing after 2s
cstool / CAPSTONE_X86_SUPPORT only (push) Failing after 3s
cstool / CAPSTONE_XTENSA_SUPPORT only (push) Failing after 5s
Run Test / ubuntu-22.04 x64 release - no assert warnings (push) Has been cancelled
Run Test / ubuntu-22.04 x64 debug - assert warn (push) Has been cancelled
Run Test / ubuntu-22.04 x64 release - assert warn (push) Has been cancelled
Run Test / ubuntu-22.04 x64 cmake (push) Has been cancelled
Run Test / ubuntu-24.04 x64 ASAN (push) Has been cancelled
Run Test / ubuntu-22.04 x64 make (push) Has been cancelled
Run clang-format-20 / clang-format-20 (push) Has been cancelled
Run clang-tidy / clang-tidy (push) Has been cancelled
Cross Build Tests / [BUILD ONLY] Android 35 (arm64_v8a) NDK 29 (push) Has been cancelled
Cross Build Tests / QEMU Linux ARM (push) Has been cancelled
Run Test / windows x64 MSVC 64bit (push) Has been cancelled
Run Test / windows x64 MSVC 64bit DIET (push) Has been cancelled
Cross Build Tests / QEMU Linux Mips64el (push) Has been cancelled
Cross Build Tests / QEMU Linux Mips 32 (push) Has been cancelled
Cross Build Tests / QEMU Linux PPC64 (push) Has been cancelled
Auto-Sync / check (push) Has been cancelled
Python - Build and publish wheels with cibuildwheel / Building on windows-latest - AMD64 - cp* (push) Has been cancelled
Python - Build and publish wheels with cibuildwheel / Building on windows-11-arm - ARM64 - cp* (push) Has been cancelled
Python - Build and publish wheels with cibuildwheel / Building on ubuntu-24.04-arm - aarch64 - cp*-manylinux* (push) Has been cancelled
Python - Build and publish wheels with cibuildwheel / Building on ubuntu-24.04-arm - aarch64 - cp*-musllinux* (push) Has been cancelled
Cross Build Tests / QEMU Linux s390x (push) Has been cancelled
Cross Build Tests / [BUILD ONLY] Windows i686 mingw (push) Has been cancelled
Python - Build and publish wheels with cibuildwheel / Building on macos-latest - arm64 - cp* (push) Has been cancelled
Python - Build and publish wheels with cibuildwheel / Building on windows-latest - x86 - cp* (push) Has been cancelled
Python - Build and publish wheels with cibuildwheel / Building on macos-15-intel - x86_64 - cp* (push) Has been cancelled
Python - Build and publish wheels with cibuildwheel / publish (push) Has been cancelled
Packages Build / build_windows (push) Has been cancelled

This commit is contained in:
Rot127 2026-07-23 16:33:55 +00:00 committed by GitHub
parent ee175f7db7
commit 4cfa330a72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6274,7 +6274,7 @@ test_cases:
name: "Xtensa decodeOffset_64_16Operand sign extension"
bytes: [ 0x2f, 0x71, 0x01, 0x4e ]
arch: "CS_ARCH_XTENSA"
options: [ CS_MODE_XTENSA_ESP32, CS_OPT_DETAIL ]
options: [ CS_MODE_XTENSA_ESP32S3, CS_OPT_DETAIL ]
address: 0x0
expected:
insns:
@ -6312,7 +6312,7 @@ test_cases:
name: "Xtensa decodeOffset_128_2Operand offset scaling"
bytes: [ 0x74, 0xe0, 0xb5 ]
arch: "CS_ARCH_XTENSA"
options: [ CS_MODE_XTENSA_ESP32, CS_OPT_DETAIL ]
options: [ CS_MODE_XTENSA_ESP32S3, CS_OPT_DETAIL ]
address: 0x0
expected:
insns: