Overview
Comment: | cleaned up some comments |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-test2 |
Files: | files | file ages | folders |
SHA1: |
456c27dbc63c1fd70ae48de899833c5c |
User & Date: | bjbarcla on 2017-11-03 11:26:36 |
Other Links: | branch diff | manifest | tags |
Context
2017-11-03
| ||
15:57 | caught situation where testpatt called for evaluating nonexistent item -- marked test ZERO_ITEMS instead of hanging the run in this case (passes test2) check-in: b6bf1dd82b user: bjbarcla tags: v1.65 | |
11:26 | cleaned up some comments Leaf check-in: 456c27dbc6 user: bjbarcla tags: v1.65-test2 | |
2017-11-02
| ||
18:38 | catch up with v1.65 tip check-in: 9f5f817c0e user: bjbarcla tags: v1.65-test2 | |
Changes
Modified runs.scm from [0d93d1ab50] to [5a24df168b].
︙ | |||
209 210 211 212 213 214 215 | 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | - - + - | (runs:inc-can-run-more-tests-count runsdat)) ;; (set! *runs:can-run-more-tests-count* (+ *runs:can-run-more-tests-count* 1))) (if (not (eq? *last-num-running-tests* num-running)) (begin (debug:print 2 *default-log-port* "max-concurrent-jobs: " max-concurrent-jobs ", num-running: " num-running) (set! *last-num-running-tests* num-running))) (if (not (eq? 0 *globalexitstatus*)) (list #f num-running num-running-in-jobgroup max-concurrent-jobs job-group-limit) |
︙ | |||
1325 1326 1327 1328 1329 1330 1331 | 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 | - - - - - - - - | (reg '()) ;; registered, put these at the head of tal (reruns '())) (runs:incremental-print-results run-id) |
︙ |