diff options
| author | 2016-08-04 13:44:17 +0000 | |
|---|---|---|
| committer | 2016-08-04 13:44:17 +0000 | |
| commit | 2e98023165349ab91855555f63fed8dad3c471fe (patch) | |
| tree | 3dbd8569bfffecd6742d28ec71445100d50eac48 | |
| parent | a11f7f55cfc43858687a4b2747db7de7a2179e4b (diff) | |
| parent | 4f35c7d45953a631b3078b1c8def0d6e380182e6 (diff) | |
Merge "Update known buildbot failures for ProcessBuilderTest"
| -rw-r--r-- | tools/libcore_failures.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 534c9accec..8d87e4fafe 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -240,10 +240,12 @@ names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_destroyForcibly"] }, { - description: "Flaky failure, possibly caused by a kernel bug accessing /proc/", + description: "Flaky failure, native crash in the runtime. + Unclear if this relates to the tests running sh as a child process.", result: EXEC_FAILED, - bug: 27464570, + bug: 30657148, modes: [device], - names: ["libcore.java.lang.ProcessBuilderTest#testRedirectInherit"] + names: ["libcore.java.lang.ProcessBuilderTest#testRedirectInherit", + "libcore.java.lang.ProcessBuilderTest#testRedirect_nullStreams"] } ] |