Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-v6
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
verimag
synchrone
lustre-v6
Commits
788dfc5f
Commit
788dfc5f
authored
16 years ago
by
Erwan Jahier
Browse files
Options
Downloads
Patches
Plain Diff
Une verbose level 2 instead of 3 in the non-reg tests.
parent
0096fda9
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/TODO
+2
-2
2 additions, 2 deletions
src/TODO
src/global.ml
+3
-2
3 additions, 2 deletions
src/global.ml
src/test/Makefile
+1
-1
1 addition, 1 deletion
src/test/Makefile
src/test/test.res.exp
+423
-5610
423 additions, 5610 deletions
src/test/test.res.exp
with
429 additions
and
5615 deletions
src/TODO
+
2
−
2
View file @
788dfc5f
...
...
@@ -136,8 +136,8 @@ n'est pas le cas pour l'instant...
*** facile
*
alias sur les node polymorphes impossible. Pourtant, ca devrait
pouvoir marche
r.
*
verifier que chacun des exemples du repertoire "should_fail" échoue
avec un bon message d'erreu
r.
* mettre les operateurs temporels dans Predef ???
...
...
This diff is collapsed.
Click to expand it.
src/global.ml
+
3
−
2
View file @
788dfc5f
(** Time-stamp: <modified the
3
0/0
5
/2008 (at 1
7:19
) by Erwan Jahier> *)
(** Time-stamp: <modified the 0
9
/0
6
/2008 (at 1
1:05
) by Erwan Jahier> *)
(** Some global variables.
...
...
@@ -28,7 +28,8 @@ let add_infile file_name =
let
lexbuf_of_file_name
file
=
let
inchannel
=
Verbose
.
print_string
~
level
:
1
(
"Opening file "
^
(
Sys
.
getcwd
()
)
^
file
^
"
\n
"
);
Verbose
.
print_string
~
level
:
1
(
"Opening file "
^
(
Filename
.
concat
(
Sys
.
getcwd
()
)
file
)
^
"
\n
"
);
open_in
file
in
line_num
:=
1
;
...
...
This diff is collapsed.
Click to expand it.
src/test/Makefile
+
1
−
1
View file @
788dfc5f
LC0
=
../lus2lic
LC
=
../lus2lic
-vl
3
--compile-all-items
LC
=
../lus2lic
-vl
2
--compile-all-items
LC2
=
../lus2lic
--compile-all-items
NL
=
"----------------------------------------------------------------------
\\
n"
...
...
This diff is collapsed.
Click to expand it.
src/test/test.res.exp
+
423
−
5610
View file @
788dfc5f
source diff could not be displayed: it is too large. Options to address this:
view the blob
.
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