One cannot use mknod or mkfifo on user Android devices. This commit
changes the use of pipe to a file to synchronize between the inferior
and the test.
Details
Diff Detail
Event Timeline
| test/functionalities/process_attach/attach_denied/TestAttachDenied.py | ||
|---|---|---|
| 41 | Done. | |
| 49 | Implemented exponential backoff! | |
| 53 | Done. | |
| test/functionalities/process_attach/attach_denied/main.cpp | ||
| 27–30 | Done. | |
| 30 | The idea of this change is to fix it for Android. Would prefer to stick to the minimum that is required for it. | |
| 33 | Done. | |
| test/functionalities/process_attach/attach_denied/main.cpp | ||
|---|---|---|
| 8 | Please don't put Linux-specific headers in common tests! | |
With this CL in is https://github.com/llvm-mirror/lldb/commit/8aca555d92918451fd852a71f6432c40b5bd7723 still relevant?
The workaround is for Android, the timeout is for Linux. I don't think
they're related.
for _ in range(5)?