Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Roux
Iris
Commits
bdb7b828
Commit
bdb7b828
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Add test case.
parent
890b60e5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/proofmode.ref
+11
-0
11 additions, 0 deletions
tests/proofmode.ref
tests/proofmode.v
+9
-0
9 additions, 0 deletions
tests/proofmode.v
with
20 additions
and
0 deletions
tests/proofmode.ref
+
11
−
0
View file @
bdb7b828
...
@@ -706,3 +706,14 @@ The command has indeed failed with message:
...
@@ -706,3 +706,14 @@ The command has indeed failed with message:
In nested Ltac calls to "iRevert ( (ident) )" and
In nested Ltac calls to "iRevert ( (ident) )" and
"iForallRevert (ident)", last call failed.
"iForallRevert (ident)", last call failed.
Tactic failure: iRevert: k is used in hypothesis "Hk".
Tactic failure: iRevert: k is used in hypothesis "Hk".
"iLöb_no_sbi"
: string
The command has indeed failed with message:
In nested Ltac calls to "iLöb as (constr)",
"iLöbRevert (constr) with (tactic3)",
"iRevertIntros (constr) with (tactic3)", "iRevertIntros_go",
"tac" (bound to iRevertIntros "∗" with tac), "tac" (bound to iRevertIntros
"∗" with tac), "iRevertIntros (constr) with (tactic3)",
"iRevertIntros_go", "tac" (bound to iLöbCore as IH),
"tac" (bound to iLöbCore as IH) and "iLöbCore as (constr)", last call failed.
Tactic failure: iLöb: not a step-indexed BI entailment.
This diff is collapsed.
Click to expand it.
tests/proofmode.v
+
9
−
0
View file @
bdb7b828
...
@@ -928,3 +928,12 @@ Check "iRevert_dep_var".
...
@@ -928,3 +928,12 @@ Check "iRevert_dep_var".
Lemma
iRevert_dep_var
(
k
:
nat
)
(
Φ
:
nat
→
PROP
)
:
Φ
k
-∗
Φ
(
S
k
)
.
Lemma
iRevert_dep_var
(
k
:
nat
)
(
Φ
:
nat
→
PROP
)
:
Φ
k
-∗
Φ
(
S
k
)
.
Proof
.
iIntros
"Hk"
.
Fail
iRevert
(
k
)
.
Abort
.
Proof
.
iIntros
"Hk"
.
Fail
iRevert
(
k
)
.
Abort
.
End
error_tests
.
End
error_tests
.
Section
error_tests_bi
.
Context
{
PROP
:
bi
}
.
Implicit
Types
P
Q
R
:
PROP
.
Check
"iLöb_no_sbi"
.
Lemma
iLöb_no_sbi
P
:
P
.
Proof
.
Fail
iLöb
as
"IH"
.
Abort
.
End
error_tests_bi
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment