Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Abhishek Anand
Iris
Commits
97b83157
Commit
97b83157
authored
5 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
adjust atomic test for more Coq compatibility
parent
7d9882cd
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/atomic.ref
+4
-0
4 additions, 0 deletions
tests/atomic.ref
tests/atomic.v
+1
-0
1 addition, 0 deletions
tests/atomic.v
with
5 additions
and
0 deletions
tests/atomic.ref
+
4
−
0
View file @
97b83157
...
...
@@ -15,8 +15,12 @@
"non_laterable"
: string
The command has indeed failed with message:
Ltac call to "iAuIntro" failed.
Tactic failure: iAuIntro: not all spatial assumptions are laterable.
The command has indeed failed with message:
In nested Ltac calls to "awp_apply (open_constr)",
"<ssreflect_plugin::ssrtclseq@0> wp_apply_core lem fun H => iApplyHyp H ; last iAuIntro" and
"iAuIntro", last call failed.
Tactic failure: iAuIntro: not all spatial assumptions are laterable.
"printing"
: string
...
...
This diff is collapsed.
Click to expand it.
tests/atomic.v
+
1
−
0
View file @
97b83157
...
...
@@ -2,6 +2,7 @@ From iris.proofmode Require Import tactics.
From
iris
.
program_logic
Require
Export
atomic
.
From
iris
.
heap_lang
Require
Export
lifting
notation
.
From
iris
.
heap_lang
Require
Import
proofmode
notation
atomic_heap
.
Set
Ltac
Backtrace
.
Set
Default
Proof
Using
"Type"
.
Section
tests
.
...
...
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