Summary: | SyntaxError: Non-ASCII character '\xc2' in file tests/sanity.py on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details | ||
---|---|---|---|
Product: | piglit | Reporter: | Vinson Lee <vlee> |
Component: | infrastructure | Assignee: | Dylan Baker <baker.dylan.c> |
Status: | RESOLVED FIXED | QA Contact: | Piglit Mailing List <piglit> |
Severity: | normal | ||
Priority: | medium | CC: | baker.dylan.c, jljusten |
Version: | unspecified | Keywords: | bisected, regression |
Hardware: | x86-64 (AMD64) | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2018-07-11 00:19:25 UTC
commit 38860d93444bd4bd7e610fa5b491b6d85f702038 Author: Dylan Baker <dylan@pnwbakers.com> Date: Wed Jul 11 09:56:34 2018 -0700 tests/sanity: declare encoding of file for python 2 Python 2 assumes that files are encoded ascii unless they declare a different encoding, python 3 assumes files are encoded utf-8 unless they declare a different encoding. Tested-by: Vinson Lee <vlee@freedesktop.org> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.