Eskil

Check-in [1fd81f22ad]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added test for new example.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1fd81f22ad708ad47ef90eaaf9fd8fd109bb089c
User & Date: peter 2005-09-28 21:23:56.000
Context
2005-09-28
22:33
Support relative CVS -r. check-in: e6eff61df3 user: peter tags: trunk
21:23
Added test for new example. check-in: 1fd81f22ad user: peter tags: trunk
21:21
More tests, use stub. check-in: d0f12f5da5 user: peter tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to tests/blocks.test.
95
96
97
98
99
100
101






















            "   {0x00400D29},   /* IrgIdRwlTh2        */  /* (not used in Pqwert) */" \
            "   {0x00480908},   /* IrgIdRwlMotorCurr3 */  /* (not used in Pqwert) */" \
            "   {0x00480909},   /* IrgIdRwlTh3        */  /* (not used in Pqwert) */" \
            "   {0x00480D28},   /* IrgIdRwlMotorCurr4 */  /* (not used in Pqwert) */" \
            "   {0x00480D29},   /* IrgIdRwlTh4        */  /* (not used in Pqwert) */"]
    compareBlocks $b1 $b2
} -result [list d c c c c c c c c]





























>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
            "   {0x00400D29},   /* IrgIdRwlTh2        */  /* (not used in Pqwert) */" \
            "   {0x00480908},   /* IrgIdRwlMotorCurr3 */  /* (not used in Pqwert) */" \
            "   {0x00480909},   /* IrgIdRwlTh3        */  /* (not used in Pqwert) */" \
            "   {0x00480D28},   /* IrgIdRwlMotorCurr4 */  /* (not used in Pqwert) */" \
            "   {0x00480D29},   /* IrgIdRwlTh4        */  /* (not used in Pqwert) */"]
    compareBlocks $b1 $b2
} -result [list d c c c c c c c c]

test blocks-2.2 {
    Troublesome real life example
} -constraints knownbug -body {
    set b1 [list \
            "  WrImmediate16 TME_TmEnCfg0 0563" \
            "  WrImmediate16 TME_TmEnCfg1 0212" \
            "  WrImmediate16 TME_TmIdCfg 0200" \
            "  WrImmediate32 TME_Bat0 21323130" \
            "  WrImmediate32 TME_Bat1 21323130" \
            "  WrImmediate32 TME_Bat2 21323130" \
            "  WrImmediate32 TME_Bat3 21323130" \
            "  WrImmediate32 TME_VcCfgA 00400FCA" \
            "  WrImmediate32 TME_VcCfgB 004007C1" \
            "  WrImmediate32 TME_VcCfgC 004007C1"]
    set b2 [list \
            "  WrImmediate16 TME_TmIdCfg 0204" \
            "  WrImmediate16 TME_VcCfgA 0FC7" \
            "  WrImmediate32 TME_VcCfgB 00400FC1" \
            "  WrImmediate32 TME_VcCfgC 00400FC1"]
    compareBlocks $b1 $b2
} -result [list d d c d d d d c c c]