Changeset 080b0a1


Ignore:
Timestamp:
Nov 11, 2020, 4:49:09 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
b0b1e15
Parents:
b82d140
Message:

Fixed incorrect encoding on diff result that could lead to crash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/tools.py

    rb82d140 r080b0a1  
    7373                                        )
    7474
    75                                         return proc.returncode, out.decode("utf-8") if out else None
     75                                        return proc.returncode, out.decode("latin-1") if out else None
    7676                                except subprocess.TimeoutExpired:
    7777                                        if settings.timeout2gdb:
Note: See TracChangeset for help on using the changeset viewer.