You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6f546837a4
Use binary mode to read test files in libcxx LibcxxTestFormat class. This ensures that tests are read correctly independently of encoding, and therefore fixes UnicodeDecodeError when file is opened in Python 3 that defaults to pure ASCII encoding. Technically this could be also fixed via conditionally appending encoding argument when opening the file in Python 3. However, since the code in question only searches for fixed ASCII substrings reading it in binary mode is simpler and more universal. Differential Revision: https://reviews.llvm.org/D63346 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@364170 91177308-0d34-0410-b5e6-96231b3b80d8 |
5 years ago | |
---|---|---|
.. | ||
__init__.py | 8 years ago | |
config.py | 6 years ago | |
executor.py | 6 years ago | |
format.py | 5 years ago | |
googlebenchmark.py | 6 years ago | |
target_info.py | 6 years ago | |
tracing.py | 6 years ago |