Davide Italiano
9e75a08409
[Python] Fix TestDataFormatterSmartArray to work across python versions.
...
Python 3 default encoding is utf-8, so taking random bytes and
interpreting them as a string might result in invalid unicode sequences.
As the only thing we care about here is that the formatter shows the
elements of the underyling array, relax the string matching (this is
good enough as all the elements are distinct so they resolve to different
strings).
llvm-svn: 356096
2019-03-13 20:04:34 +00:00
..
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-01-17 22:26:25 +00:00
2019-01-19 08:50:56 +00:00
2019-03-13 02:47:51 +00:00
2019-03-12 17:09:33 +00:00
2019-03-13 20:04:34 +00:00
2018-12-21 01:45:28 +00:00
2019-01-19 08:50:56 +00:00
2019-03-11 17:09:29 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-03-13 00:48:29 +00:00
2019-03-12 17:09:33 +00:00
2018-06-04 11:59:18 +00:00
2019-03-13 02:44:32 +00:00
2018-07-11 17:18:01 +00:00
2018-07-27 22:20:59 +00:00
2019-02-07 18:22:00 +00:00
2019-02-21 09:05:27 +00:00
2019-03-13 00:48:29 +00:00
2019-03-11 17:09:29 +00:00
2019-03-13 00:48:29 +00:00
2018-06-20 17:32:48 +00:00
2019-01-19 08:50:56 +00:00
2018-02-06 21:04:06 +00:00
2018-02-27 02:01:30 +00:00
2019-01-19 08:50:56 +00:00
2018-01-30 18:29:16 +00:00
2019-03-04 16:54:06 +00:00
2018-10-03 21:42:54 +00:00
2018-09-18 19:31:47 +00:00
2019-03-08 04:18:21 +00:00
2019-01-19 08:50:56 +00:00
2018-07-27 22:20:59 +00:00
2019-02-20 00:54:07 +00:00
2017-09-25 18:19:39 +00:00
2018-02-28 20:57:26 +00:00
2019-01-19 08:50:56 +00:00
2019-03-07 00:34:13 +00:00
2018-12-03 13:31:13 +00:00
2018-12-17 21:18:12 +00:00
2018-07-10 20:37:24 +00:00
2019-01-19 08:50:56 +00:00