diff options
Diffstat (limited to 'SunSpider/ChangeLog')
-rw-r--r-- | SunSpider/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/SunSpider/ChangeLog b/SunSpider/ChangeLog index d0ec113..4681355 100644 --- a/SunSpider/ChangeLog +++ b/SunSpider/ChangeLog @@ -1,3 +1,27 @@ +2010-05-17 Maciej Stachowiak <mjs@apple.com> + + Reviewed by Mark Rowe. + + Browser-hosted version of SunSpider runs tests twice as many times as advertised + https://bugs.webkit.org/show_bug.cgi?id=39201 + + * make-hosted: Make sure to reset test list after every test suite. + +2010-05-07 Adam Roben <aroben@apple.com> + + Fix typo in sunspider-compare-results.js that caused incorrect + two-sample t statistics to be computed + + Fixes <http://webkit.org/b/38768> SunSpider computes incorrect + two-sample t statistics + + Reviewed by Darin Adler. + + * resources/sunspider-compare-results.js: + (sunspiderCompareResults.resultLine): Fixed the calculation of the t + variable to match the definition of a two-sample t statistic. Looks + like this was just a simple typo. + 2010-04-05 Darin Adler <darin@apple.com> Updated the ignore property for changes to the contents here. |