Bug 66041

Summary: nrwt's results.html should show crashed tests before flaky tests
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aroben, eric, ojan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 64491    
Attachments:
Description Flags
fixes the bug ojan: review+

Description Ryosuke Niwa 2011-08-11 01:21:28 PDT
Since crashes are far more serious than flaky failures and turn the bots red unlike flaky tests, results.html should list them before flaky tests.
Comment 1 Ojan Vafai 2011-08-20 08:09:19 PDT
I have no problem with this. I'm happy to review a patch with a test.
Comment 2 Eric Seidel (no email) 2011-10-12 14:41:29 PDT
Easy to do.  Just needs a small change to results.html (which is just an html page):

http://trac.webkit.org/browser/trunk/LayoutTests/fast/harness/results.html
Comment 3 Ryosuke Niwa 2011-10-14 15:21:32 PDT
Created attachment 111094 [details]
fixes the bug
Comment 4 Ojan Vafai 2011-10-14 15:34:12 PDT
Comment on attachment 111094 [details]
fixes the bug

Yay. This has been driving me crazy. :) Thanks for writing tests!
Comment 5 Ryosuke Niwa 2011-10-14 15:39:19 PDT
Committed r97522: <http://trac.webkit.org/changeset/97522>