@@ -126,14 +126,6 @@ Module EORMMUOFF.
126126
127127 Definition fuel := 2%nat.
128128
129- Definition test_results :=
130- VMPromising_cert_c arm_sem fuel n_threads termCond initState.
131-
132- Goal reg_extract R0 0%fin <$> test_results = Listset [Ok 0x110%Z].
133- vm_compute (_ <$> _).
134- reflexivity.
135- Qed .
136-
137129 Definition test_results_pf :=
138130 VMPromising_cert_c_pf arm_sem fuel n_threads termCond initState.
139131
@@ -200,14 +192,6 @@ Module EOR.
200192
201193 Definition fuel := 2%nat.
202194
203- Definition test_results :=
204- VMPromising_cert_c arm_sem fuel n_threads termCond initState.
205-
206- Goal reg_extract R0 0%fin <$> test_results = Listset [Ok 0x110%Z].
207- vm_compute (_ <$> _).
208- reflexivity.
209- Qed .
210-
211195 Definition test_results_pf :=
212196 VMPromising_cert_c_pf arm_sem fuel n_threads termCond initState.
213197
@@ -261,14 +245,6 @@ Module LDR.
261245
262246 Definition fuel := 2%nat.
263247
264- Definition test_results :=
265- VMPromising_cert_c arm_sem fuel n_threads termCond initState.
266-
267- Goal reg_extract R0 0%fin <$> test_results = Listset [Ok 0x2a%Z].
268- vm_compute (_ <$> _).
269- reflexivity.
270- Qed .
271-
272248 Definition test_results_pf :=
273249 VMPromising_cert_c_pf arm_sem fuel n_threads termCond initState.
274250
@@ -321,14 +297,6 @@ Module STRLDR.
321297
322298 Definition fuel := 4%nat.
323299
324- Definition test_results :=
325- VMPromising_cert_c arm_sem fuel n_threads termCond initState.
326-
327- Goal reg_extract R0 0%fin <$> test_results ≡ Listset [Ok 0x2a%Z].
328- vm_compute (_ <$> _).
329- set_solver.
330- Qed .
331-
332300 Definition test_results_pf :=
333301 VMPromising_cert_c_pf arm_sem fuel n_threads termCond initState.
334302
@@ -398,17 +366,6 @@ Module LDRPT.
398366
399367 Definition fuel := 4%nat.
400368
401- Definition test_results :=
402- VMPromising_cert_c arm_sem fuel n_threads termCond initState.
403-
404- (* R0 should be 0x2a (from old mapping), R4 should be 0x42 (from new mapping) *)
405- Goal elements (regs_extract [(0%fin, R0); (0%fin, R4)] <$> test_results) ≡ₚ
406- [Ok [0x2a%Z; 0x2a%Z]; Ok [0x2a%Z; 0x42%Z]].
407- Proof .
408- vm_compute (elements _).
409- apply NoDup_Permutation; try solve_NoDup; set_solver.
410- Qed .
411-
412369 Definition test_results_pf :=
413370 VMPromising_cert_c_pf arm_sem fuel n_threads termCond initState.
414371
@@ -502,16 +459,6 @@ Module MP.
502459
503460 Definition fuel := 6%nat.
504461
505- (* Definition test_results :=
506- VMPromising_cert_c arm_sem fuel n_threads termCond initState.
507-
508- Goal elements (regs_extract [(1%fin, R5); (1%fin, R2)] <$> test_results) ≡ₚ
509- [Ok [0x0%Z;0x2a%Z]; Ok [0x0%Z;0x0%Z]; Ok [0x1%Z; 0x2a%Z]; Ok [0x1%Z; 0x0%Z]].
510- Proof.
511- vm_compute (elements _).
512- apply NoDup_Permutation; try solve_NoDup; set_solver.
513- Qed. *)
514-
515462 Definition test_results_pf :=
516463 VMPromising_cert_c_pf arm_sem fuel n_threads termCond initState.
517464
@@ -604,17 +551,6 @@ Module MPDMBS.
604551
605552 Definition fuel := 8%nat.
606553
607- (* Definition test_results :=
608- VMPromising_cert_c arm_sem fuel n_threads termCond initState.
609-
610- (** The test is fenced enough, the 0x1; 0x0 outcome is impossible *)
611- Goal elements (regs_extract [(1%fin, R5); (1%fin, R2)] <$> test_results) ≡ₚ
612- [Ok [0x0%Z;0x2a%Z]; Ok [0x0%Z;0x0%Z]; Ok [0x1%Z; 0x2a%Z]].
613- Proof.
614- vm_compute (elements _).
615- apply NoDup_Permutation; try solve_NoDup; set_solver.
616- Qed. *)
617-
618554 Definition test_results_pf :=
619555 VMPromising_cert_c_pf arm_sem fuel n_threads termCond initState.
620556
0 commit comments