Skip to content

Commit c54e544

Browse files
committed
Update expected error output
1 parent 78d4b51 commit c54e544

20 files changed

+24
-22
lines changed

test/LoopInvariants.fst.output.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- Expected failure:
33
- When using multiple invariants, they must all be in the "new" style without a binder.
44

5-
* Info at LoopInvariants.fst(76,20-77,10):
5+
* Info at LoopInvariants.fst(77,9-77,10):
66
- Expected failure:
77
- rewrite: could not prove equality of
88
- Pulse.Lib.Reference.pts_to s 3
@@ -11,7 +11,7 @@
1111
- The SMT solver could not prove the query. Use --query_stats for more
1212
details.
1313

14-
* Info at LoopInvariants.fst(83,18-88,10):
14+
* Info at LoopInvariants.fst(88,9-88,10):
1515
- Expected failure:
1616
- rewrite: could not prove equality of
1717
- Pulse.Lib.Reference.pts_to s 3

test/MatchBasic.fst.output.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Info at MatchBasic.fst(149,0-157,1):
1+
* Info at MatchBasic.fst(154,2-156,3):
22
- Expected failure:
33
- Could not verify that this match is exhaustive.
44
- Patterns are incomplete

test/Test.Recursion.fst.output.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Info at Test.Recursion.fst(92,12-92,14):
1+
* Info at Test.Recursion.fst(94,2-94,20):
22
- Expected failure:
33
- Ill-typed term: test_ghost_loop ()
44
- Expected a term of type
@@ -10,7 +10,7 @@
1010
- The SMT solver could not prove the query. Use --query_stats for more
1111
details.
1212

13-
* Info at Test.Recursion.fst(138,12-138,13):
13+
* Info at Test.Recursion.fst(141,4-141,22):
1414
- Expected failure:
1515
- Ill-typed term: test5' (z - 1) (y - 1)
1616
- Expected a term of type

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Info at Bug.DesugaringError.fst(31,9-31,10):
1111
- Expected failure:
1212
- Expected expression of type Prims.nat got expression y of type Prims.bool
13+
- See also Bug.DesugaringError.fst(31,4-31,10)
1314

1415
* Info at Bug.DesugaringError.fst(46,4-46,8):
1516
- Expected failure:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Info at Bug.SpinLock.fst(39,0-46,1):
1+
* Info at Bug.SpinLock.fst(45,2-45,4):
22
- Expected failure:
33
- Tactic failed
44
- Cannot prove:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Info at Bug111.fst(7,0-21,1):
1+
* Info at Bug111.fst(13,2-20,3):
22
- Expected failure:
33
- Could not verify that this match is exhaustive.
44
- Type of pattern (Prims.int) does not match type of scrutinee (FStar.Ghost.erased Prims.int)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Info at Bug174.fst(11,11-13,41):
1+
* Info at Bug174.fst(15,1-17,10):
22
- Expected failure:
33
- rewrite: could not prove equality of
44
- Pulse.Lib.Reference.pts_to r v

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
- Assertion failed
99
- The SMT solver could not prove the query. Use --query_stats for more
1010
details.
11-
- See also Bug206.fst(6,20-6,20)
11+
- See also Bug206.fst(18,2-18,8)
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- The SMT solver could not prove the query. Use --query_stats for more
1212
details.
1313
- Also see: Prims.fst(161,28-183,79)
14-
- See also Bug267.fst(43,18-43,21)
14+
- See also Bug267.fst(61,4-61,8)
1515

1616
* Info at Bug267.fst(65,53-66,17):
1717
- Expected failure:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Info at Bug278.fst(31,0-38,1):
1+
* Info at Bug278.fst(35,5-37,5):
22
- Expected failure:
33
- Tactic failed
44
- Internal error: unexpected unresolved (universe) uvar in deep_compress: 21

0 commit comments

Comments
 (0)