diff options
| author | 2015-05-18 13:35:24 +0100 | |
|---|---|---|
| committer | 2015-05-18 13:35:24 +0100 | |
| commit | 57c54b8d1b04f5f1332ee7ba021a1cc76115e26b (patch) | |
| tree | f52cf22946fb4da14a9d42a4965013a5735e4c03 | |
| parent | d30ad93c9bd31dc03c1e08b92c4733db2dfad849 (diff) | |
Fix libcore buildbot failure.
... due to a duplicate suppression. test_PacketSocketAddress has been
moved to libcore/knownfailures.txt.
Change-Id: I5c9cc98938d46607cba5a799e9c45b864ec22bf8
| -rw-r--r-- | tools/libcore_failures.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 8ce19ddb93..a8bc4e129d 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -109,12 +109,6 @@ bug: 19165288 }, { - description: "Needs to be run as root", - result: EXEC_FAILED, - modes: [host], - names: ["libcore.io.OsTest#test_PacketSocketAddress"] -}, -{ description: "Needs kernel updates on host/device", result: EXEC_FAILED, names: ["libcore.io.OsTest#test_socketPing"] |