teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter
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
..
boolreference Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
compactvectors Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
data-formatter-advanced Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
data-formatter-categories [lldb] [test] Mark a few tests flakey on NetBSD 2019-03-11 15:46:07 +00:00
data-formatter-cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
data-formatter-disabling Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
data-formatter-enum-format Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
data-formatter-globals Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
data-formatter-named-summaries Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
data-formatter-objc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
data-formatter-proper-plurals Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
data-formatter-ptr-to-array Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
data-formatter-python-synth Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
data-formatter-script Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
data-formatter-skip-summary Remove header grouping comments. 2018-11-11 23:17:06 +00:00
data-formatter-smart-array [Python] Fix TestDataFormatterSmartArray to work across python versions. 2019-03-13 20:04:34 +00:00
data-formatter-stl Re-enable this test, the underlying bug was fixed and the test now passes. 2019-03-12 19:25:29 +00:00
data-formatter-synth Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
data-formatter-synthtype Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
data-formatter-synthval [lldbsuite] Un-xfail TestDataFormatterSynthVal on Windows 2018-12-20 02:22:09 +00:00
dump_dynamic Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
format-propagation Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
frameformat_smallstruct Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
hexcaps Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
language_category_updates Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
nsarraysynth Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
nsdictionarysynth Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
nssetsynth Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ostypeformatting Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
parray Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
poarray Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ptr_ref_typedef Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
pyobjsynthprovider [lldbsuite] Un-xfail TestPyObjSynthProvider on Windows 2019-03-13 16:53:53 +00:00
refpointer-recursion Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
setvaluefromcstring [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
stringprinter Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
summary-string-onfail Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
synthcapping Remove header grouping comments. 2018-11-11 23:17:06 +00:00
synthupdate Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
type_summary_list_arg *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
type_summary_list_script Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
typedef_array Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
user-format-vs-summary Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
var-in-aggregate-misuse Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
varscript_formatting [lldbsuite] Each lldb suite test must have a unique class name 2018-11-27 22:18:02 +00:00
vector-types Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
.categories