Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
544987d5
Commit
544987d5
authored
Jan 17, 2018
by
Jean-Christophe Filliâtre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed 'make bench'
new directory bench/typing/x-bad containing bugs not yet fixed
parent
26a90392
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
8 deletions
+24
-8
bench/bench
bench/bench
+1
-1
bench/typing/bad/7.why
bench/typing/bad/7.why
+0
-0
bench/typing/x-bad/60_at_in_tasks.mlw
bench/typing/x-bad/60_at_in_tasks.mlw
+6
-0
bench/typing/x-bad/label_scope.mlw
bench/typing/x-bad/label_scope.mlw
+11
-0
bench/typing/x-bad/unbound_label.mlw
bench/typing/x-bad/unbound_label.mlw
+6
-0
examples/bad-bts/60_at_in_tasks.mlw
examples/bad-bts/60_at_in_tasks.mlw
+0
-7
No files found.
bench/bench
View file @
544987d5
...
...
@@ -190,7 +190,7 @@ goods bench/typing/bad --parse-only
goods bench/programs/bad-typing
--parse-only
bads bench/typing/bad
--type-only
bads bench/programs/bad-typing
--type-only
bads examples/bad-bts
goods bench/typing/x-bad
--type-only
echo
""
echo
"=== Checking good files ==="
...
...
examples/bad-bts
/7.why
→
bench/typing/bad
/7.why
View file @
544987d5
File moved
bench/typing/x-bad/60_at_in_tasks.mlw
0 → 100644
View file @
544987d5
module T
goal g : forall x:int. x = (x at L)
end
bench/typing/x-bad/label_scope.mlw
0 → 100644
View file @
544987d5
module T
use import ref.Ref
let f () =
label Foo in
let x = ref 0 in
assert { 42 = !x at Foo } (* variable x does not exist at Foo *)
end
bench/typing/x-bad/unbound_label.mlw
0 → 100644
View file @
544987d5
module T
let f () = assert { 42 = 42 at Foo }
end
examples/bad-bts/60_at_in_tasks.mlw
deleted
100644 → 0
View file @
26a90392
theory T
goal g : forall x:int. x = (x at L)
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment