diff options
| author | 2016-07-27 16:00:59 +0100 | |
|---|---|---|
| committer | 2016-07-27 16:17:54 +0100 | |
| commit | 533b158efd0d1b5ce8d804f00c47ef307e1de16e (patch) | |
| tree | f869cc67cbfd1a2368368ed60da0b67e776bd7a0 | |
| parent | 93afc5f20a23ece78d6d6e506ed75775b8ef2113 (diff) | |
Add ProcessBuilderTest#testRedirectInherit() to known failures
This test does fairly low level operations that previously exposed
other kernel issues. So far it has been observed failing 1/10 times
on an Android L kernel but never on CTS. Therefore, adding to list
of known failures. testRedirectErrorStream_outputAndErrorAreMerged
has not yet been observed to fail but is similar; it may need to be
added to the list if it fails in future.
Test: cts-tradefed run cts -c libcore.java.lang.ProcessBuilderTest
Bug: 27464570
Change-Id: I5d67f67099e66cba4d75d9bf621609cd2d88d58a
| -rw-r--r-- | tools/libcore_failures.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 996f2f868f..bf8d12b9c6 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -260,5 +260,12 @@ bug: 30107038, modes: [device], names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_destroyForcibly"] +}, +{ + description: "Flaky failure, possibly caused by a kernel bug accessing /proc/", + result: EXEC_FAILED, + bug: 27464570, + modes: [device], + names: ["libcore.java.lang.ProcessBuilderTest#testRedirectInherit"] } ] |