cppcheck/tools/test
Sebastian 8c32cfe853
donate-cpu.py: Fix crash during decoding under Python 3. (#1710)
Python 3 directly decodes the text when it is read(). If there is any
invalid UTF-8 character in the text an exception is thrown (IIRC it is
UnicodeDecodeError). Opening the file with `error='ignore'` avoids
throwing an exception and just ignores the invalid character. Since
this is only possible since Python version 3 there must be extra code
for older versions.
The test script has been enhanced. It now also uses a package which
contains a file with at least one invalid UTF-8 character.
2019-02-27 20:01:38 +01:00
..
run_donate_cpu_client_tests.sh donate-cpu.py: Fix crash during decoding under Python 3. (#1710) 2019-02-27 20:01:38 +01:00
start_donate_cpu_client_productive.sh Donate CPU: Add scripts under /test for testing (#1624) 2019-01-26 11:40:02 +01:00
start_donate_cpu_client_test_local.sh Donate CPU: Add scripts under /test for testing (#1624) 2019-01-26 11:40:02 +01:00
start_donate_cpu_server_test_local.sh Donate CPU: Add scripts under /test for testing (#1624) 2019-01-26 11:40:02 +01:00