Megatest

Diff
Login

Differences From Artifact [dca7be54b5]:

To Artifact [4045fa5b1b]:


347
348
349
350
351
352
353
354
355
356
357




358
359
360
361
362





363
364
365

366
367
368
369
370
371
372
347
348
349
350
351
352
353




354
355
356
357
358




359
360
361
362
363
364
365

366
367
368
369
370
371
372
373







-
-
-
-
+
+
+
+

-
-
-
-
+
+
+
+
+


-
+







  (delete-file* fname))

;;======================================================================
;; S T A T E S   A N D   S T A T U S E S
;;======================================================================

(define *common:std-states*   
  '((0 "RUNNING")
    (1 "COMPLETED")
    (2 "REMOTEHOSTSTART")
    (3 "LAUNCHED")
  '((0 "ARCHIVED")
    (1 "STUCK")
    (2 "KILLREQ")
    (3 "KILLED")
    (4 "NOT_STARTED")
    (5 "KILLED")
    (6 "KILLREQ")
    (7 "STUCK")
    (8 "ARCHIVED")))
    (5 "RUNNING")
    (6 "LAUNCHED")
    (7 "REMOTEHOSTSTART")
    (8 "COMPLETED")
    ))

(define *common:std-statuses*
  '((0 "DELETED")
  '(;; (0 "DELETED")
    (1 "n/a")
    (2 "PASS")
    (3 "CHECK")
    (4 "SKIP")
    (5 "WARN")
    (6 "WAIVED")
    (7 "STUCK/DEAD")