@@ -77,7 +77,6 @@ Hook function for `cct-after-busy-waiting-hook'. Switches back to
77
77
; ;; The tests itself
78
78
79
79
(ert-deftest test-current-buffer-vok ()
80
- :expected-result :failed
81
80
" Check that second stage compilation uses the right local variables.
82
81
Second stage compilation (vok and vio2vo) should use the local
83
82
variables from the original scripting buffer, see also PG issue
@@ -100,8 +99,9 @@ variables from the original scripting buffer, see also PG issue
100
99
(setq cdv-buffer (current-buffer ))
101
100
(set-buffer av-buffer)
102
101
103
- (message (concat " coqdep: %s\n coqc: %s\n PATH %s\n "
104
- " exec-path: %s\n detected coq version: %s" )
102
+ (message (concat " Settings in a.v:\n "
103
+ " coqdep: %s\n coqc: %s\n PATH %s\n "
104
+ " exec-path: %s\n detected coq version: %s" )
105
105
coq-dependency-analyzer
106
106
coq-compiler
107
107
(getenv " PATH" )
@@ -121,7 +121,7 @@ variables from the original scripting buffer, see also PG issue
121
121
(message
122
122
(concat " \n Wait for 2nd stage (vok/vio2vo) compilation "
123
123
" in buffer b.v with"
124
- " \n coqdep : %s\n coqc : %s" )
124
+ " \n coqdep : %s\n coqc : %s" )
125
125
coq-dependency-analyzer
126
126
coq-compiler))
127
127
@@ -147,7 +147,6 @@ variables from the original scripting buffer, see also PG issue
147
147
(setq switch-buffer-while-waiting nil )))
148
148
149
149
(ert-deftest test-current-buffer-coqdep ()
150
- :expected-result :failed
151
150
" Check that dependency analysis uses the right local variables.
152
151
Dependency analysis during parallel background compilation (i.e.,
153
152
runing `coqdep` on dependencies) should use the local variables
@@ -165,8 +164,9 @@ from the original scripting buffer, see also PG issue #797."
165
164
(setq cdv-buffer (current-buffer ))
166
165
(set-buffer av-buffer)
167
166
168
- (message (concat " coqdep: %s\n coqc: %s\n PATH %s\n "
169
- " exec-path: %s\n detected coq version: %s" )
167
+ (message (concat " Settings in a.v:\n "
168
+ " coqdep: %s\n coqc: %s\n PATH %s\n "
169
+ " exec-path: %s\n detected coq version: %s" )
170
170
coq-dependency-analyzer
171
171
coq-compiler
172
172
(getenv " PATH" )
@@ -176,7 +176,7 @@ from the original scripting buffer, see also PG issue #797."
176
176
(with-current-buffer cdv-buffer
177
177
(message
178
178
(concat " \n Process a.v to end while visiting d.v with"
179
- " \n coqdep : %s\n coqc : %s" )
179
+ " \n coqdep : %s\n coqc : %s" )
180
180
coq-dependency-analyzer
181
181
coq-compiler))
182
182
@@ -201,7 +201,6 @@ from the original scripting buffer, see also PG issue #797."
201
201
(setq switch-buffer-while-waiting nil )))
202
202
203
203
(ert-deftest test-current-buffer-coqc ()
204
- :expected-result :failed
205
204
" Check that compilation of dependencies uses the right local variables.
206
205
Compilation of dependencies during parallel background
207
206
compilation (i.e., runing `coqc` on dependencies) should use the
@@ -224,8 +223,9 @@ switch to buffer c.v, which sets `coq-compiler' but leaves
224
223
(setq cdv-buffer (current-buffer ))
225
224
(set-buffer av-buffer)
226
225
227
- (message (concat " coqdep: %s\n coqc: %s\n PATH %s\n "
228
- " exec-path: %s\n detected coq version: %s" )
226
+ (message (concat " Settings in a.v:\n "
227
+ " coqdep: %s\n coqc: %s\n PATH %s\n "
228
+ " exec-path: %s\n detected coq version: %s" )
229
229
coq-dependency-analyzer
230
230
coq-compiler
231
231
(getenv " PATH" )
@@ -235,8 +235,8 @@ switch to buffer c.v, which sets `coq-compiler' but leaves
235
235
(with-current-buffer cdv-buffer
236
236
(message (concat " \n Process a.v to end, "
237
237
" including compilation of dependency b.v\n "
238
- " while temporarily visiting c.v with\n "
239
- " coqdep: %s\n coqc : %s" )
238
+ " while temporarily visiting c.v with\n "
239
+ " coqdep: %s\n coqc : %s" )
240
240
coq-dependency-analyzer
241
241
coq-compiler))
242
242
0 commit comments