Megatest

Diff
Login

Differences From Artifact [f215c11c57]:

To Artifact [d867b7fd54]:


621
622
623
624
625
626
627
628


629
630
631
632
633
634
635
621
622
623
624
625
626
627

628
629
630
631
632
633
634
635
636







-
+
+







;;======================================================================
;;
;; A gui for launching tests
;;
(define (dashboard:run-controls)
  (let* ((targets       (make-hash-table))
	 (test-records  (make-hash-table))
	 (test-names    (tests:get-valid-tests *toppath* '()))
	 (test-registry (tests:get-all)) ;; (tests:get-valid-tests *toppath* '()))
	 (test-names    (hash-table-keys test-registry))
	 (sorted-testnames #f)
	 (action        "-runtests")
	 (cmdln         "")
	 (runlogs       (make-hash-table))
	 (key-listboxes #f)
	 (updater-for-runs #f)
	 (update-keyvals (lambda ()