diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-11-30 13:46:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-30 13:46:15 -0600 |
commit | b7bb6ffbb85aed4e94f36a71fac112ae64d46911 (patch) | |
tree | cfe9e20d6e85501f5b7f55cf541418c3588c98a6 /components/servo_arc/lib.rs | |
parent | ba0240a3887e828a084929ab5c8952800ab01123 (diff) | |
parent | 4ad801930a021306ce43c5eca9d4197197657171 (diff) | |
download | servo-b7bb6ffbb85aed4e94f36a71fac112ae64d46911.tar.gz servo-b7bb6ffbb85aed4e94f36a71fac112ae64d46911.zip |
Auto merge of #19440 - asajeffrey:test-perf-utf8, r=jdm
Added explicit UTF-8 encoding to test-perf.
<!-- Please describe your changes on the following line: -->
Added explicit UTF-8 encoding to test-perf, to try to avoid:
```
Traceback (most recent call last):
File "runner.py", line 371, in <module>
main()
File "runner.py", line 361, in main
save_result_csv(results, args.output_file, testcases, args.runs, args.base)
File "runner.py", line 287, in save_result_csv
writer.writerows(results)
File "/usr/lib/python3.4/csv.py", line 159, in writerows
return self.writer.writerows(rows)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 101-107: ordinal not in range(128)
```
http://build.servo.org/builders/linux-nightly/builds/526/steps/test/logs/stdio
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes do not require tests because this is test infrastructure
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19440)
<!-- Reviewable:end -->
Diffstat (limited to 'components/servo_arc/lib.rs')
0 files changed, 0 insertions, 0 deletions