Home | History | Annotate | Download | only in html
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      2 
      3 <html>
      4 <head>
      5 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      6 	<title>Verification</title>
      7 </head>
      8 
      9 <body>
     10 <h1>Verification</h1>
     11 <p>
     12 While verifying a build results, the first thing to do is to look for failures.
     13 The tool helps to know rapidly which components have failure showing a red-cross
     14 icon in the <a href="components.html">Components view</a>:
     15 <p><img src="images/verification-components.png" alt="Verification: failing components"/></p>
     16 </p><p>
     17 When clicking on one of the component having error(s), the tool automatically
     18 selects the first configuration (i.e. test machine) which has an error in its
     19 last build results. Then, flying over the failures may give a first indication
     20 whether the regressions are confirmed or not.
     21 </p><p>
     22 In the following example, a tool tip is displayed saying that the deviation has
     23 a small value and may be not enough important to report a bug:
     24 <p><img src="images/verification-failures.png" alt="Verification: failing test"/></p>
     25 <p>
     26 Then this analyze can be stored to see whether this scenario will still have
     27 a similar error on the next build performance run:
     28 <p><img src="images/verification-comment.png" alt="Verification: failure comment"/></p>
     29 
     30 </body>
     31 </html>