Changeset 1876 for src/Clight/test
- Timestamp:
- Apr 4, 2012, 6:48:26 PM (9 years ago)
- Location:
- src/Clight/test
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Clight/test/castremoval.test.ma
r1513 r1876 4 4 example exec: finishes_with (repr I32 1) ? (exec_up_to clight_fullexec myprog 1000 [EVint I32 (repr I32 0)]). 5 5 normalize (* you can examine the result here *) 6 @refl 6 % 7 7 qed. 8 8 … … 16 16 example exec_s: finishes_with (repr I32 1) ? (exec_up_to clight_fullexec (simplify_program myprog) 1000 [EVint I32 (repr I32 0)]). 17 17 normalize (* you can examine the result here *) 18 @refl 18 % 19 19 qed. 20 20 -
src/Clight/test/duff.test.ma
r1513 r1876 3 3 example exec: finishes_with (repr I32 6) ? (exec_up_to clight_fullexec myprog 1000 [EVint I32 (repr I32 0)]). 4 4 normalize (* you can examine the result here *) 5 @refl 5 % 6 6 qed. -
src/Clight/test/factorial.test.ma
r1513 r1876 3 3 example exec: finishes_with (repr I32 120) ? (exec_up_to clight_fullexec myprog 1000 [EVint I32 (repr ? 5)]). 4 4 normalize (* you can examine the result here *) 5 @refl 5 % 6 6 qed. -
src/Clight/test/null-op.test.ma
r1513 r1876 3 3 example exec: finishes_with (repr 1) ? (exec_up_to clight_fullexec myprog 50 [ ]). 4 4 normalize (* you can examine the result here *) 5 @refl 5 % 6 6 qed. -
src/Clight/test/search.c.ma
r1618 r1876 186 186 example exec: finishes_with (repr I32 3) ? (exec_up_to clight_fullexec myprog 1000 [ ]). 187 187 normalize (* you can examine the result here *) 188 @refl 188 % 189 189 qed. 190 190 … … 197 197 *) 198 198 normalize 199 @refl 199 % 200 200 qed. 201 201 … … 213 213 exec_up_to RTLabs_fullexec p2 1000 [ ]).*) 214 214 normalize 215 @refl 215 % 216 216 qed. 217 217 (* -
src/Clight/test/sum.test.ma
r1618 r1876 3 3 example exec: finishes_with (repr I32 74) ? (exec_up_to clight_fullexec myprog 1000 [ ]). 4 4 normalize (* you can examine the result here *) 5 @refl 5 % 6 6 qed. 7 7 … … 10 10 example es: finishes_with (repr I32 74) ? (exec_up_to clight_fullexec (simplify_program myprog) 1000 [ ]). 11 11 normalize (* you can examine the result here *) 12 @refl 12 % 13 13 qed. 14 14 … … 20 20 (λp. exec_up_to Cminor_fullexec p 1000 [ ])). 21 21 normalize 22 @refl 22 % 23 23 qed. 24 24 … … 31 31 (λp2. exec_up_to RTLabs_fullexec p2 1000 [ ]))). 32 32 normalize 33 @refl 33 % 34 34 qed. 35 35 (* -
src/Clight/test/switcher.test.ma
r1513 r1876 4 4 example exec0: finishes_with (repr I32 16) ? (exec_up_to clight_fullexec myprog 1000 [EVint I32 (repr ? 0)]). 5 5 normalize (* you can examine the result here *) 6 @reflqed.6 % qed. 7 7 8 8 example exec1: finishes_with (repr I32 0) ? (exec_up_to clight_fullexec myprog 1000 [EVint I32 (repr ? 1)]). 9 9 normalize (* you can examine the result here *) 10 @reflqed.10 % qed. 11 11 12 12 example exec3: finishes_with (repr I32 1) ? (exec_up_to clight_fullexec myprog 1000 [EVint I32 (repr ? 3)]). 13 13 normalize (* you can examine the result here *) 14 @reflqed.14 % qed. 15 15 16 16 example exec5: finishes_with (repr I32 5) ? (exec_up_to clight_fullexec myprog 1000 [EVint I32 (repr ? 5)]). 17 17 normalize (* you can examine the result here *) 18 @reflqed.18 % qed. 19 19 20 20 example exec7: finishes_with (repr I32 3) ? (exec_up_to clight_fullexec myprog 1000 [EVint I32 (repr ? 7)]). 21 21 normalize (* you can examine the result here *) 22 @reflqed.22 % qed.
Note: See TracChangeset
for help on using the changeset viewer.