lean4-htt/tests/lean/run
Wojciech Różowski d4b560ec4a
test: add cbv tests adapted from LNSym (#12694)
This PR adds two `decide_cbv` stress tests extracted from LNSym (ARMv8
symbolic
simulator, Apache 2.0). `cbv_aes.lean` tests a full AES-128 encryption
on large
bitvector computations. `cbv_arm_ldst.lean` tests ARMv8 load/store
instruction
decoding and execution with nested pattern matching over bitvectors.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 17:08:24 +00:00
..
10067.lean fix: copied 11940 fix for structure command (#12680) 2026-02-25 13:50:04 +00:00
cbv4.lean test: add cbv test for Collatz conjecture verification (#12692) 2026-02-25 17:05:51 +00:00
cbv_aes.lean test: add cbv tests adapted from LNSym (#12694) 2026-02-25 17:08:24 +00:00
cbv_arm_ldst.lean test: add cbv tests adapted from LNSym (#12694) 2026-02-25 17:08:24 +00:00
test_single.sh