This change also adds the infrastructure required to specify the API
levels for which tests should be skipped.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D10282
[TestGdbRemoteAbort] Skip on API 16 Android devices ClosedPublic Authored by sivachandra on Jun 5 2015, 12:16 PM.
Details Summary This change also adds the infrastructure required to specify the API
Diff Detail Event Timelinesivachandra updated this object.
This revision is now accepted and ready to land.Jun 5 2015, 12:53 PM sivachandra edited edge metadata. Comment ActionsAddress comments.
Revision Contents
Diff 27220 test/functionalities/avoids-fd-leak/TestFdLeak.py
test/functionalities/signal/raise/TestRaise.py
test/lldbtest.py
test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py
|
Why do we need two levels of nested functions here?
The original code seemed to manage just fine with one...