diff options
author | Neil Fuller <nfuller@google.com> | 2014-05-21 15:37:24 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2014-05-21 18:00:05 +0100 |
commit | 408276e5d0d1a05790f8bf728d1bd7e156685856 (patch) | |
tree | 2bb671b658bacdcfa99cebf51386957b07aeb238 /xml | |
parent | 324665480d3bf34b724d9a25a589a89379394139 (diff) | |
download | libcore-408276e5d0d1a05790f8bf728d1bd7e156685856.zip libcore-408276e5d0d1a05790f8bf728d1bd7e156685856.tar.gz libcore-408276e5d0d1a05790f8bf728d1bd7e156685856.tar.bz2 |
Adding more tests around System properties
This is in preparation for clearing all system properties
between CTS tests to reduce test leakage. The code in the test
runner that explicitly sets certain values can also be removed
now that those properties have been made immutable.
Note: As part of this I discovered that java.io.tmpdir
is still mutable under the Zygote and immutable under
vogar (where it is set as a command-line arg). This means
that calling System.getProperties().clear() or
System.setProperties(null) removes the property entirely
under an Android app but not under vogar.
Change-Id: If0361b138666909b21de9d6b8a73a584e9390550
Diffstat (limited to 'xml')
0 files changed, 0 insertions, 0 deletions