teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new
Raphael Isemann a52a11139c [lldb][NFC] Remove 'from __future__ import print_function' from all tests that don't actually call 'print()'
Summary:
A lot of tests do this trick but the vast majority of them don't even call `print()`.

Most of this patch was generated by a script that just looks at all the files and deletes the line if there is no `print (` or `print(` anywhere else in the file.
I checked the remaining tests manually and deleted the import if we never call print (but instead do stuff like `expr print(...)` and similar false-positives).
I also corrected the additional empty lines after the import in the files that I manually edited.

Reviewers: JDevlieghere, labath, jfb

Reviewed By: labath

Subscribers: dexonsmith, wuzish, nemanjai, kbarton, christof, arphaman, abidh, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D71452
2019-12-13 12:23:04 +01:00
..
arm64-macos.yaml minidump: Rename some architecture constants 2019-10-30 14:46:00 +01:00
arm-linux.yaml TestMinidumpNew.py: Use yaml2obj where possible 2019-05-14 08:59:08 +00:00
arm-macos.yaml TestMinidumpNew.py: Use yaml2obj where possible 2019-05-14 08:59:08 +00:00
install_breakpad.cpp
libuuidmatch.yaml Attempt #2 to get this patch working. I will watch the build bots carefully today. 2019-04-03 16:30:44 +00:00
libuuidmismatch.yaml Attempt #2 to get this patch working. I will watch the build bots carefully today. 2019-04-03 16:30:44 +00:00
linux-arm-partial-uuids-match.yaml yamlify TestMiniDumpUUID binaries 2019-04-23 08:49:39 +00:00
linux-arm-partial-uuids-mismatch.yaml yamlify TestMiniDumpUUID binaries 2019-04-23 08:49:39 +00:00
linux-arm-same-uuids.yaml Fix a crasher due to an assert when two files have the same UUID but different paths. 2019-10-09 22:03:15 +00:00
linux-arm-uuids-elf-build-id-16.yaml yamlify TestMiniDumpUUID binaries 2019-04-23 08:49:39 +00:00
linux-arm-uuids-elf-build-id-20.yaml yamlify TestMiniDumpUUID binaries 2019-04-23 08:49:39 +00:00
linux-arm-uuids-elf-build-id-zero.yaml yamlify TestMiniDumpUUID binaries 2019-04-23 08:49:39 +00:00
linux-arm-uuids-no-age.yaml yamlify TestMiniDumpUUID binaries 2019-04-23 08:49:39 +00:00
linux-arm-uuids-with-age.yaml yamlify TestMiniDumpUUID binaries 2019-04-23 08:49:39 +00:00
linux-arm-zero-uuids.yaml yamlify TestMiniDumpUUID binaries 2019-04-23 08:49:39 +00:00
linux-x86_64
linux-x86_64_not_crashed
linux-x86_64_not_crashed.cpp
linux-x86_64_not_crashed.dmp
linux-x86_64_null_signal.yaml ProcessMinidump: Suppress reporting stop for signal '0' 2019-10-18 15:02:16 +00:00
linux-x86_64.cpp
linux-x86_64.dmp
linux-x86_64.yaml Update MinidumpYAML to use minidump::Exception for exception stream 2019-10-18 14:56:19 +00:00
macos-arm-uuids-no-age.yaml yamlify TestMiniDumpUUID binaries 2019-04-23 08:49:39 +00:00
makefile.txt
regions-linux-map.yaml lldb/minidump: Add support for the alternate ARM64 constant 2019-11-05 11:26:06 +01:00
relative_module_name.yaml minidump: Don't eagerly resolve module paths read from the minidump 2019-05-10 15:05:26 +00:00
TestMiniDumpNew.py [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
TestMiniDumpUUID.py [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