Overview
Comment: | fixed problem where rerunning one item of a test kicked off all items |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64-elena-issues |
Files: | files | file ages | folders |
SHA1: |
538dd190e2c81341e046318e1d323d3b |
User & Date: | bjbarcla on 2017-11-22 13:07:18 |
Other Links: | branch diff | manifest | tags |
Context
2017-11-22
| ||
14:55 | fixed bug where rollup to REMOVING occurred where unexpected; fixed bug where testpatt having tests ending in % caused deadlock; a regression introduced in 1.64/36 check-in: 9177827d9e user: bjbarcla tags: v1.64, passed-ext-tests | |
13:07 | fixed problem where rerunning one item of a test kicked off all items Leaf check-in: 538dd190e2 user: bjbarcla tags: v1.64-elena-issues | |
2017-11-16
| ||
15:42 | fixed problem with infinite loop during testpatt elaboration with % suffix check-in: c4fa1b9705 user: bjbarcla tags: v1.64-elena-issues | |
Changes
Modified launch.scm from [c7aa39b563] to [800f933448].
︙ | |||
1431 1432 1433 1434 1435 1436 1437 | 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 | - + | (list "MT_ITEMPATH" item-path) ) itemdat))) (testprevvals (alist->env-vars (hash-table-ref/default tconfig "pre-launch-env-overrides" '()))) ;; Launchwait defaults to true, must override it to turn off wait (launchwait (if (equal? (configf:lookup *configdat* "setup" "launchwait") "no") #f #t)) |
︙ |
Modified runs.scm from [62ff3f02f9] to [8c8313cb67].
︙ | |||
1453 1454 1455 1456 1457 1458 1459 | 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 | - + + | " ") "\n")) items))) (let* ((items-in-testpatt (filter (lambda (my-itemdat) |
︙ |