Megatest

Diff
Login

Differences From Artifact [2d6fcc61d7]:

To Artifact [2b2584c04a]:


528
529
530
531
532
533
534

535

536
537
538
539
540
541
542
528
529
530
531
532
533
534
535

536
537
538
539
540
541
542
543







+
-
+







    (3 "SKIP")
    (4 "WARN")
    (5 "WAIVED")
    (6 "CHECK")
    (7 "STUCK/DEAD")
    (8 "DEAD")
    (9 "FAIL")
    (10 "PREQ_FAIL")
    (10 "ABORT")))
    (11 "ABORT")))

(define *common:ended-states*       ;; states which indicate the test is stopped and will not proceed
  '("COMPLETED" "ARCHIVED" "KILLED" "KILLREQ" "STUCK" "INCOMPLETE"))

(define *common:badly-ended-states* ;; these roll up as CHECK, i.e. results need to be checked
  '("KILLED" "KILLREQ" "STUCK" "INCOMPLETE" "DEAD"))