WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
64455
TestFailures page doesn't show as much information for flaky tests as I would like, even though the page is already so long
https://bugs.webkit.org/show_bug.cgi?id=64455
Summary
TestFailures page doesn't show as much information for flaky tests as I would...
Adam Roben (:aroben)
Reported
2011-07-13 08:26:05 PDT
TestFailures page doesn't show as much information for flaky tests as I would like, even though the page is already so long
Attachments
Patch
(17.95 KB, patch)
2011-07-13 08:27 PDT
,
Adam Roben (:aroben)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Adam Roben (:aroben)
Comment 1
2011-07-13 08:27:08 PDT
Created
attachment 100676
[details]
Patch
Dimitri Glazkov (Google)
Comment 2
2011-07-13 08:38:10 PDT
Comment on
attachment 100676
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=100676&action=review
> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/ViewController.js:427 > + var disclosureTriangle = document.createElement('span'); > + item.appendChild(disclosureTriangle); > + > + disclosureTriangle.className = 'disclosure-triangle'; > + const blackRightPointingSmallTriangle = '\u25b8'; > + disclosureTriangle.appendChild(document.createTextNode(blackRightPointingSmallTriangle));
you should totally try using details/summary here. If it doesn't work, we should fix bugs :)
WebKit Review Bot
Comment 3
2011-07-13 09:30:36 PDT
Comment on
attachment 100676
[details]
Patch Clearing flags on attachment: 100676 Committed
r90922
: <
http://trac.webkit.org/changeset/90922
>
WebKit Review Bot
Comment 4
2011-07-13 09:30:40 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug