Uses target platform when determining which platform specific behavior to use or expect in tests. TestHelp.py was unchanged because this is asserting behavior of the local lldb binary.
Details
Details
- Reviewers
emaste clayborg - Commits
- rG8f4c4d535b5e: Update sys.platform switched behavior in tests to use self.getPlatform (remote…
rLLDB233805: Update sys.platform switched behavior in tests to use self.getPlatform (remote…
rL233805: Update sys.platform switched behavior in tests to use self.getPlatform (remote…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm
test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py | ||
---|---|---|
218 ↗ | (On Diff #23006) | should we change these cases to be if (self.getPlatform() != "darwin")? |
test/functionalities/load_unload/TestLoadUnload.py | ||
41 ↗ | (On Diff #23006) | Independent of this change, seems like this test would benefit from a little refactoring |
test/functionalities/register/TestRegisters.py | ||
92 ↗ | (On Diff #23006) | same comment about refactoring |