Carriage returns were screwing up sunspider-compare-results on
Windows.
Rubberstamped by Oliver.
* sunspider:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27075
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-10-25 Adam Roben <aroben@apple.com>
+
+ Strip carriage returns from results
+
+ Carriage returns were screwing up sunspider-compare-results on
+ Windows.
+
+ Rubberstamped by Oliver.
+
+ * sunspider:
+
2007-10-24 Darin Adler <darin@apple.com>
Reviewed by Eric.
print "[";
while ($count++ < $testRuns) {
$result = runTestsOnce($runShark);
+ $result =~ s/\r\n/\n/g;
chomp $result;
push @results, $result;
print $result;