Megatest

Changes On Branch deb7dcac146f67bd
Login

Changes In Branch popup_menu Through [deb7dcac14] Excluding Merge-Ins

This is equivalent to a diff from 2173ef3355 to deb7dcac14

2016-08-02
15:43
Merged with v1.61 check-in: a05a9a1fd3 user: ritikaag tags: popup_menu
2016-08-01
14:19
Merged with main branch check-in: deb7dcac14 user: ritikaag tags: popup_menu
14:18
Added complete run check-in: b0afb95799 user: ritikaag tags: popup_menu
13:39
improved escape check-in: 4b2f7d88cb user: mrwellan tags: v1.61
2016-07-31
23:59
Fixed scaling for graph check-in: 2173ef3355 user: matt tags: v1.61
2016-07-29
10:30
enabled the escape from updating the run-times graph check-in: dc45c2aaaf user: mrwellan tags: v1.61

Modified dashboard.scm from [48dfaddc81] to [fef9966a31].

2070
2071
2072
2073
2074
2075
2076
2077








2078
2079
2080
2081
2082
2083
2084
      "Rerun Complete Run"
      #:action
      (lambda (obj)
        (common:run-a-command
         (conc "megatest -set-state-status NOT_STARTED,n/a -run -target " target
               " -runname " runname
               " -testpatt % "
               " -preclean -clean-cache"))))))








   (iup:menu-item
    "Test"
    (iup:menu 
     (iup:menu-item
      (conc "Rerun " test-name)
      #:action
      (lambda (obj)







|
>
>
>
>
>
>
>
>







2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
      "Rerun Complete Run"
      #:action
      (lambda (obj)
        (common:run-a-command
         (conc "megatest -set-state-status NOT_STARTED,n/a -run -target " target
               " -runname " runname
               " -testpatt % "
               " -preclean -clean-cache"))))
     (iup:menu-item
      "Clean Complete Run"
      #:action
      (lambda (obj)
        (common:run-a-command
         (conc "megatest -remove-runs -target " target
               " -runname " runname
               " -testpatt % "))))))
   (iup:menu-item
    "Test"
    (iup:menu 
     (iup:menu-item
      (conc "Rerun " test-name)
      #:action
      (lambda (obj)