aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-08-08 21:48:38 +0000
committeriximeow <me@iximeow.net>2026-09-11 16:18:53 +0000
commit28015117b4d04f789ab1fd84268f7bfbd54dac7c (patch)
tree9475da2e2d4de8b48915a3078e05ced688b808b9 /tests
parentf4cd06d1ca6bbb8ecd5e24e0c1bf4143d95a63c0 (diff)
more lining up differential tests
Diffstat (limited to 'tests')
-rw-r--r--tests/armv7/thumb.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/armv7/thumb.rs b/tests/armv7/thumb.rs
index 660ca46..0c017e9 100644
--- a/tests/armv7/thumb.rs
+++ b/tests/armv7/thumb.rs
@@ -4035,6 +4035,10 @@ fn test_decode_arithmetic_32b_cases() {
"adds.w r10, r3, 0x3f800000"
);
test_display(
+ &[0x17, 0xf1, 0x00, 0x4c],
+ "adds.w ip, r7, 0x80000000" // neat capstone bug: this is printed as -0x80000000?
+ );
+ test_display(
&[0x03, 0xf2, 0x7e, 0x5a],
"add.w r10, r3, 0x57e"
);