- Give better error messages when sunspider-compare-results fails
* sunspider-compare-results:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27247
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2007-10-29 Maciej Stachowiak <mjs@apple.com>
2007-10-29 Maciej Stachowiak <mjs@apple.com>
+ Reviewed by Oliver.
+
+ - Give better error messages when sunspider-compare-results fails
+
+ * sunspider-compare-results:
+
+2007-10-29 Maciej Stachowiak <mjs@apple.com>
+
Reviewed by Darin.
- fix Date tests to work in command-line SpiderMonkey
Reviewed by Darin.
- fix Date tests to work in command-line SpiderMonkey
- die "Cound not find data in file - needs to be bracketed by [{ and }]." unless ($foundStart && $foundEnd);
+ die "Cound not find data in ${filename} - needs to start with [{" unless $foundStart;
+ die "Cound not find data in ${filename} - needs to end with }]" unless $foundEnd;