teak-llvm/lldb/packages/Python/lldbsuite/test/python_api
Raphael Isemann d8ffd601d5 [lldb][NFC] Rewrite python_api/rdar-12481949 test
Summary:
This renames the test `rdar-12481949` to `get-value-32bit-int` as it just tests that we return the
correct result get calling GetValueAsSigned/GetValueAsUnsigned on 32-bit integers.

It also deletes all the strange things going on in this test including resetting the data formatters (which are to my
knowledge not used to calculate scalar values) and testing Python's long integers (let's just assume that our Python
distribution works correctly). Also modernises the setup code.

Reviewers: labath, aprantl

Reviewed By: aprantl

Subscribers: JDevlieghere, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D72593
2020-01-14 10:10:24 +01:00
..
breakpoint [lldb][NFC] Remove 'from __future__ import print_function' from all tests that don't actually call 'print()' 2019-12-13 12:23:04 +01:00
class_members [lldb][NFC] Remove 'from __future__ import print_function' from all tests that don't actually call 'print()' 2019-12-13 12:23:04 +01:00
debugger [lldb] Mark several tests as not dependent on debug info 2020-01-13 10:40:29 +01:00
default-constructor [lldb] Mark several tests as not dependent on debug info 2020-01-13 10:40:29 +01:00
disassemble-raw-data Fix TestDisassemble_VST1_64 2019-10-15 07:20:01 +00:00
event [lldb] Mark several tests as not dependent on debug info 2020-01-13 10:40:29 +01:00
exprpath_synthetic
file_handle [lldb][NFC] Remove 'from __future__ import print_function' from all tests that don't actually call 'print()' 2019-12-13 12:23:04 +01:00
findvalue_duplist [lldb] Mark several tests as not dependent on debug info 2020-01-13 10:40:29 +01:00
formatters [lldb] Mark several tests as not dependent on debug info 2020-01-13 10:40:29 +01:00
frame [lldb] Remove xpasses after pr44037 fix committed 2019-12-13 12:30:58 +05:00
function_symbol
get-value-32bit-int [lldb][NFC] Rewrite python_api/rdar-12481949 test 2020-01-14 10:10:24 +01:00
hello_world [lldb][NFC] Remove 'from __future__ import print_function' from all tests that don't actually call 'print()' 2019-12-13 12:23:04 +01:00
interpreter Fix test breakage caused by r374424 2019-10-14 18:53:27 +00:00
lldbutil [lldb][NFC] Remove 'from __future__ import print_function' from all tests that don't actually call 'print()' 2019-12-13 12:23:04 +01:00
module_section [lldb][NFC] Make test/python_api/module_section test smaller 2019-11-04 09:25:01 +01:00
name_lookup [lldb][NFC] Remove 'from __future__ import print_function' from all tests that don't actually call 'print()' 2019-12-13 12:23:04 +01:00
objc_type [lldb][NFC] Remove 'from __future__ import print_function' from all tests that don't actually call 'print()' 2019-12-13 12:23:04 +01:00
process [lldb] Revert ddf044290e for TestProcessAPI.py 2020-01-13 22:09:20 +01:00
sbdata [lldb] Mark several tests as not dependent on debug info 2020-01-13 10:40:29 +01:00
sblaunchinfo [lldb][NFC] Remove 'from __future__ import print_function' from all tests that don't actually call 'print()' 2019-12-13 12:23:04 +01:00
sbstructureddata [lldb][NFC] Remove all setUp overrides that only call the parent implementation 2019-12-13 12:34:49 +01:00
sbtype_typeclass
sbvalue_const_addrof [ScriptInterpreter] Limit LLDB's globals to interactive mode. 2019-09-18 00:30:01 +00:00
sbvalue_persist [lldb] Mark several tests as not dependent on debug info 2020-01-13 10:40:29 +01:00
section [lldb][NFC] Remove 'from __future__ import print_function' from all tests that don't actually call 'print()' 2019-12-13 12:23:04 +01:00
signals [lldb] Mark several tests as not dependent on debug info 2020-01-13 10:40:29 +01:00
symbol-context [lldb][NFC] Remove 'from __future__ import print_function' from all tests that don't actually call 'print()' 2019-12-13 12:23:04 +01:00
target
thread [lldb] Fix that SBThread.GetStopDescription is returning strings with uninitialized memory at the end. 2020-01-14 09:34:32 +01:00
type Add support for DW_AT_export_symbols for anonymous structs 2019-10-28 14:26:54 -07:00
value [lldb] Mark several tests as not dependent on debug info 2020-01-13 10:40:29 +01:00
value_var_update [lldb][NFC] Remove all setUp overrides that only call the parent implementation 2019-12-13 12:34:49 +01:00
watchpoint [lldb] Mark several tests as not dependent on debug info 2020-01-13 10:40:29 +01:00
.categories