Skip to content

Commit bd9724c

Browse files
committed
Fix tests.
1 parent a08b6f0 commit bd9724c

10 files changed

+17
-1
lines changed

test/bug-reports/Bug.SpinLock.fst.output.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* Info at Bug.SpinLock.fst(45,2-45,4):
22
- Expected failure:
3+
- Tactic failed
34
- Cannot prove:
45
Pulse.Lib.Reference.pts_to __ ?__
56
- In the context:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
* Info at Bug107.fst(45,9-45,16):
22
- Expected failure:
3+
- Tactic failed
34
- Could not resolve implicit uu___#87 of type Prims.int in term Bug107.foo 1 _
45

56
* Info at Bug107.fst(56,9-56,16):
67
- Expected failure:
8+
- Tactic failed
79
- Could not resolve implicit uu___#87 of type Prims.int in term Bug107.foo _ 2
810

test/bug-reports/Bug267.fst.output.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* Info at Bug267.fst(14,4-14,6):
22
- Expected failure:
3+
- Tactic failed
34
- Expected a total term, but this term has Ghost effect
45

56
* Info at Bug267.fst(62,4-62,5):

test/bug-reports/Bug274.fst.output.expected

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* Info at Bug274.fst(29,4-29,15):
22
- Expected failure:
3+
- Tactic failed
34
- Cannot prove any of:
45
Pulse.Lib.Trade.trade _ _ ** Pulse.Lib.Trade.trade _ _
56
- In the context:
@@ -36,6 +37,7 @@
3637

3738
* Info at Bug274.fst(41,4-41,15):
3839
- Expected failure:
40+
- Tactic failed
3941
- Cannot prove any of:
4042
Pulse.Lib.Trade.trade _ _ ** Pulse.Lib.Trade.trade _ _
4143
- In the context:
@@ -72,6 +74,7 @@
7274

7375
* Info at Bug274.fst(73,4-73,12):
7476
- Expected failure:
77+
- Tactic failed
7578
- Cannot prove any of:
7679
_ ** Pulse.Lib.Trade.trade _ _
7780
- In the context:

test/bug-reports/Bug29.fst.output.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* Info at Bug29.fst(57,4-57,45):
22
- Expected failure:
3+
- Tactic failed
34
- Cannot prove:
45
Pulse.Lib.Reference.pts_to r v
56
- In the context:

test/bug-reports/ExistsErasedAndPureEqualities.fst.output.expected

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
* Info at ExistsErasedAndPureEqualities.fst(32,4-33,21):
22
- Expected failure:
3+
- Tactic failed
34
- Could not resolve all free variables in the proposition: v == v_
45
- See also ExistsErasedAndPureEqualities.fst(32,4-34,12)
56

67
* Info at ExistsErasedAndPureEqualities.fst(50,4-51,21):
78
- Expected failure:
9+
- Tactic failed
810
- Could not resolve all free variables in the proposition: v == v_
911
- See also ExistsErasedAndPureEqualities.fst(50,4-52,12)
1012

@@ -21,6 +23,7 @@
2123

2224
* Info at ExistsErasedAndPureEqualities.fst(79,4-80,21):
2325
- Expected failure:
26+
- Tactic failed
2427
- Could not resolve all free variables in the proposition: v == v_
2528
- See also ExistsErasedAndPureEqualities.fst(79,4-81,12)
2629

test/bug-reports/IntroGhost.fst.output.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
* Info at IntroGhost.fst(44,18-44,20):
22
- Expected failure:
3+
- Tactic failed
34
- Cannot prove:
45
Pulse.Lib.Reference.pts_to r __
56
- In the context:
67
IntroGhost.my_inv b r
78

89
* Info at IntroGhost.fst(71,2-71,4):
910
- Expected failure:
11+
- Tactic failed
1012
- Cannot prove:
1113
Pulse.Lib.Reference.pts_to r 0
1214
- In the context:

test/bug-reports/PartialApp.fst.output.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
* Info at PartialApp.fst(26,2-26,3):
22
- Expected failure:
3+
- Tactic failed
34
- This statement returns a value of type: Prims.int
45
- Did you forget to assign it or ignore it?
56

67
* Info at PartialApp.fst(60,2-60,9):
78
- Expected failure:
9+
- Tactic failed
810
- This function is partially applied. Remaining type:
911
y: t
1012
-> Pulse.Lib.Core.stt Prims.unit

test/nolib/Test.Matcher.fst.output.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* Info at Test.Matcher.fst(69,2-69,4):
22
- Expected failure:
3+
- Tactic failed
34
- Cannot prove:
45
Test.Matcher.fpts_to #Prims.int
56
r

test/nolib/Test.RewriteBy.fst.output.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
- Reduction stopped at:
1313
reify (let _ = FStar.Stubs.Tactics.V2.Builtins.dump "a" in
1414
Test.RewriteBy.tac ())
15-
"(((proofstate)))"
15+
"(((ref proofstate)))"
1616

0 commit comments

Comments
 (0)