summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree2/src/com/android/dumprendertree2/Summarizer.java
Commit message (Expand)AuthorAgeFilesLines
* Fix FsUtils.readDataFromUrl() to do the network request on a background threadSteve Block2010-11-091-2/+2
* Fix DumpRenderTree2 to correctly handle crashed testsSteve Block2010-10-181-0/+5
* Fix a bug with the expected result path in DumpRenderTree2Steve Block2010-09-291-1/+5
* Updated Summarizer to use SQLite DB.Maksymilian Osowski2010-09-171-26/+97
* Changed Summarizer to dump generated html code to file every few hundred test...Maksymilian Osowski2010-09-171-3/+17
* Updated ManagerService to call Summarizer.summarize() in a separate thread.Maksymilian Osowski2010-09-171-1/+3
* Update DumpRenderTree2 to handle failing tests where no meaningful diff is av...Steve Block2010-09-171-62/+73
* Remove superfluous CSS from DumpRenderTree2's SummarizerSteve Block2010-09-171-9/+0
* Changed Summarizer to add header before printing the path in summary.txt and ...Maksymilian Osowski2010-09-141-2/+3
* Update DumpRenderTree2 to only calculate the WebKit revision once per test runSteve Block2010-09-131-12/+10
* Update DumpRenderTree2 text results output to better match HTML versionSteve Block2010-09-131-10/+7
* Update DumpRenderTree2 to reflect removal of WEBKIT_MERGE_REVISIONSteve Block2010-09-071-6/+5
* Adds webkit revision to the summary and details.Maksymilian Osowski2010-09-021-0/+25
* The results now show which expected result was used.Maksymilian Osowski2010-09-021-10/+44
* Shows the details when all the tests finish and fixes the orientation issue.Maksymilian Osowski2010-09-021-0/+6
* Updated Summarizer to report tests under all 4 possible categories now.Maksymilian Osowski2010-09-021-50/+56
* Updated the Summarizer to link to the source of the tests.Maksymilian Osowski2010-09-011-0/+23
* Added more info to the Summarizer.Maksymilian Osowski2010-08-121-13/+45
* Added a basic version of python script and supporting code in DumpRenderTree.Maksymilian Osowski2010-08-111-4/+4
* Resets Summarizer after everything's finished.Maksymilian Osowski2010-08-101-0/+8
* Added generating text summary to Summarizer.Maksymilian Osowski2010-08-091-6/+37
* Added detection of missing EventSender functions.Maksymilian Osowski2010-08-061-7/+13
* Added detecting unimplemented layoutTestController functions and green squares.Maksymilian Osowski2010-08-031-3/+28
* Upgraded DRT2 to generate nice HTML summaries of the tests.Maksymilian Osowski2010-07-291-106/+173
* Moved practically all of the prerefactoring functionality to the new design.Maksymilian Osowski2010-07-271-11/+2
* LayoutTest class with supporting classes (AbstractResult, TextResult).Maksymilian Osowski2010-07-211-19/+68
* Added the LayoutTestsRunner class that is responsible for running the tests. ...Maksymilian Osowski2010-07-161-0/+182