about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/analysis/data_flow.py4
-rw-r--r--test/arch/arm/arch.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/test/analysis/data_flow.py b/test/analysis/data_flow.py
index 8682119d..2d4e2275 100644
--- a/test/analysis/data_flow.py
+++ b/test/analysis/data_flow.py
@@ -217,7 +217,7 @@ for irb in [G5_EXP_IRB0, G5_EXP_IRB1, G5_EXP_IRB2,
             G5_EXP_IRB3, G5_EXP_IRB4, G5_EXP_IRB5]:
     G5_EXP_IRA.add_irblock(irb)
 
-# graph 6 : Natural loop with dead variables symmetric affectation
+# graph 6 : Natural loop with dead variables symmetric assignment
 # (a = b <-> b = a )
 
 G6_IRA = IRA.new_ircfg()
@@ -344,7 +344,7 @@ G9_EXP_IRB4 = gen_irblock(LBL4, [[], [ExprAssign(r, b)]])
 for irb in [G9_EXP_IRB0, G9_EXP_IRB1, G9_EXP_IRB2, G9_EXP_IRB3, G9_EXP_IRB4]:
     G9_EXP_IRA.add_irblock(irb)
 
-# graph 10 : Natural loop with alive variables symmetric affectation
+# graph 10 : Natural loop with alive variables symmetric assignment
 # (a = b <-> b = a )
 
 G10_IRA = IRA.new_ircfg()
diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py
index c7d2961d..f86c3cfb 100644
--- a/test/arch/arm/arch.py
+++ b/test/arch/arm/arch.py
@@ -290,6 +290,8 @@ reg_tests_armt = [
      "be42"),
     ("001845ea    CMN        R3, R0",
      "c342"),
+    ("XXXXXXXX    CMN        R0, 0x1",
+     "10F1010F"),
     ("001845ea    ORRS       R0, R4",
      "2043"),
     # muls