Nicolas Geoffray | c3837e4 | 2014-12-03 11:30:26 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file contains expectations for ART's buildbot. The purpose of this file is |
| 3 | * to temporary and quickly list failing tests and not break the bots, until the |
| 4 | * libcore expectation files get properly updated. The script that uses this file |
| 5 | * is art/tools/run-libcore-tests.sh. |
| 6 | * |
| 7 | * It is also used to enable AOSP experiments, and not mess up with CTS's expectations. |
| 8 | */ |
| 9 | |
| 10 | [ |
| 11 | { |
| 12 | description: "Assert.java differences between vogar and junit.", |
| 13 | result: EXEC_FAILED, |
Nicolas Geoffray | 70a998c | 2014-12-04 17:05:22 +0000 | [diff] [blame] | 14 | modes: [host], |
Nicolas Geoffray | c3837e4 | 2014-12-03 11:30:26 +0000 | [diff] [blame] | 15 | name: "libcore.java.math.RunCSVTests#test_csv" |
| 16 | }, |
| 17 | { |
Nicolas Geoffray | 70a998c | 2014-12-04 17:05:22 +0000 | [diff] [blame] | 18 | description: "Differences between vogar and cts in user directory", |
| 19 | result: EXEC_FAILED, |
| 20 | modes: [device], |
| 21 | name: "libcore.java.lang.SystemTest#testSystemProperties_mutable" |
| 22 | }, |
| 23 | { |
| 24 | description: "Differences between vogar and cts", |
| 25 | result: EXEC_FAILED, |
| 26 | modes: [device], |
| 27 | names: ["libcore.java.lang.OldSystemTest#test_getProperties", |
| 28 | "org.apache.harmony.tests.java.lang.Process2Test#test_getErrorStream", |
| 29 | "org.apache.harmony.tests.java.lang.ProcessTest#test_exitValue"] |
Nicolas Geoffray | 0ccef6d | 2014-12-11 13:33:12 +0000 | [diff] [blame] | 30 | }, |
| 31 | { |
| 32 | description: "Failures needing investigation", |
| 33 | result: EXEC_FAILED, |
| 34 | modes: [device], |
| 35 | names: ["libcore.java.util.TimeZoneTest#testDisplayNames", |
| 36 | "libcore.java.util.TimeZoneTest#test_useDaylightTime_Taiwan", |
David Brazdil | 598b220 | 2015-02-24 10:12:06 +0000 | [diff] [blame] | 37 | "libcore.java.util.TimeZoneTest#testAllDisplayNames", |
| 38 | "libcore.io.OsTest#testUnixDomainSockets_in_file_system", |
David Brazdil | e2f28ad | 2015-02-24 10:44:29 +0000 | [diff] [blame] | 39 | "org.apache.harmony.luni.tests.java.net.URLConnectionTest#test_setReadTimeoutI", |
Nicolas Geoffray | 0ccef6d | 2014-12-11 13:33:12 +0000 | [diff] [blame] | 40 | "org.apache.harmony.tests.java.util.DateTest#test_Constructor", |
| 41 | "org.apache.harmony.tests.java.util.ScannerTest#test_Constructor_LReadableByteChannel", |
David Brazdil | e2f28ad | 2015-02-24 10:44:29 +0000 | [diff] [blame] | 42 | "org.apache.harmony.tests.java.util.TimeZoneTest#test_hasSameRules_Ljava_util_TimeZone", |
| 43 | "org.apache.harmony.tests.java.text.ChoiceFormatTest#testEscapedPatternWithConsecutiveQuotes", |
| 44 | "org.apache.harmony.tests.java.text.ChoiceFormatTest#testToPatternWithInfinities", |
| 45 | "org.apache.harmony.tests.java.text.MessageFormatTest#test19011159"] |
Nicolas Geoffray | ee3d0bd | 2014-12-17 15:27:14 +0000 | [diff] [blame] | 46 | }, |
| 47 | { |
David Brazdil | 830d16e | 2015-02-24 12:36:03 +0000 | [diff] [blame] | 48 | description: "Failing due to a locale problem on hammerhead.", |
| 49 | result: EXEC_FAILED, |
| 50 | modes: [device], |
| 51 | names: ["libcore.icu.DateIntervalFormatTest#test10089890", |
| 52 | "libcore.icu.DateIntervalFormatTest#test10209343_when_not_this_year", |
| 53 | "libcore.icu.DateIntervalFormatTest#test10560853_for_single_day_events", |
| 54 | "libcore.icu.DateIntervalFormatTest#test10560853_when_time_not_displayed", |
| 55 | "libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeDateTimeString", |
| 56 | "libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanString", |
| 57 | "libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanStringAbbrev", |
| 58 | "libcore.java.text.OldDateFormatTest#test_parseLString", |
| 59 | "libcore.java.text.SimpleDateFormatTest#testDstZoneNameWithNonDstTimestamp", |
| 60 | "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone", |
| 61 | "libcore.java.text.SimpleDateFormatTest#testNonDstZoneNameWithDstTimestamp", |
David Brazdil | 18c776e | 2015-02-24 14:13:05 +0000 | [diff] [blame] | 62 | "libcore.java.text.SimpleDateFormatTest#testNonDstZoneWithDstTimestampForNonHourDstZone", |
| 63 | "org.apache.harmony.tests.java.text.SimpleDateFormatTest#test_parseLjava_lang_StringLjava_text_ParsePosition"] |
David Brazdil | 830d16e | 2015-02-24 12:36:03 +0000 | [diff] [blame] | 64 | }, |
| 65 | { |
David Brazdil | b60c58f | 2015-02-25 09:16:34 +0000 | [diff] [blame] | 66 | description: "Failing due to missing localhost on hammerhead and volantis.", |
| 67 | result: EXEC_FAILED, |
| 68 | modes: [device], |
Nicolas Geoffray | 51b1f7b | 2015-03-25 21:13:05 +0000 | [diff] [blame] | 69 | names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate", |
| 70 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithFtpURLConnection", |
| 71 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithJarFtpURLConnection", |
Nicolas Geoffray | d6c1ec5 | 2015-03-26 18:08:59 +0000 | [diff] [blame] | 72 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithLoggingSocketHandler", |
| 73 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithHttpURLConnection", |
| 74 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithJarHttpURLConnection", |
| 75 | "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest", |
| 76 | "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest", |
| 77 | "org.apache.harmony.luni.tests.java.net.URLConnectionTest" |
Nicolas Geoffray | 51b1f7b | 2015-03-25 21:13:05 +0000 | [diff] [blame] | 78 | ] |
David Brazdil | b60c58f | 2015-02-25 09:16:34 +0000 | [diff] [blame] | 79 | }, |
| 80 | { |
Nicolas Geoffray | ee3d0bd | 2014-12-17 15:27:14 +0000 | [diff] [blame] | 81 | description: "Test timeouts", |
| 82 | result: EXEC_TIMEOUT, |
| 83 | modes: [device], |
| 84 | names: ["org.apache.harmony.tests.java.util.ScannerTest#testPerformance"] |
Nicolas Geoffray | da82d29 | 2015-01-21 14:04:31 +0000 | [diff] [blame] | 85 | }, |
| 86 | { |
| 87 | description: "Needs the newest cat version on the device", |
| 88 | result: EXEC_FAILED, |
| 89 | modes: [device], |
| 90 | names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"] |
David Brazdil | 598b220 | 2015-02-24 10:12:06 +0000 | [diff] [blame] | 91 | }, |
| 92 | { |
| 93 | description: "Short date format flag ignored for es_US locale.", |
| 94 | result: EXEC_FAILED, |
| 95 | name: "libcore.icu.DateIntervalFormatTest#test_formatDateInterval", |
| 96 | bug: 18619426 |
David Brazdil | e2f28ad | 2015-02-24 10:44:29 +0000 | [diff] [blame] | 97 | }, |
| 98 | { |
| 99 | description: "Error decoding digital signature bytes.", |
| 100 | result: EXEC_FAILED, |
| 101 | name: "org.apache.harmony.security.tests.java.security.Signature2Test#test_verify$BII", |
| 102 | bug: 18869265 |
Nicolas Geoffray | e501f77 | 2015-02-26 14:53:03 +0000 | [diff] [blame] | 103 | }, |
| 104 | { |
| 105 | description: "Test sometimes timeouts on volantis", |
| 106 | result: EXEC_TIMEOUT, |
| 107 | modes_variants: [[device,X64]], |
| 108 | names: ["libcore.java.lang.SystemTest#testArrayCopyConcurrentModification"], |
| 109 | bug: 19165288 |
Nicolas Geoffray | 056ed4a | 2015-03-13 18:26:43 +0000 | [diff] [blame] | 110 | }, |
| 111 | { |
| 112 | description: "Bug in libcore", |
| 113 | result: EXEC_FAILED, |
| 114 | names: ["libcore.javax.crypto.ECDHKeyAgreementTest#testInit_withUnsupportedPrivateKeyType"], |
| 115 | bug: 19730263 |
Nicolas Geoffray | 4633343 | 2015-03-16 13:51:43 +0000 | [diff] [blame] | 116 | }, |
| 117 | { |
| 118 | description: "Needs to be run as root", |
| 119 | result: EXEC_FAILED, |
| 120 | modes: [host], |
| 121 | names: ["libcore.io.OsTest#test_PacketSocketAddress"] |
| 122 | }, |
| 123 | { |
| 124 | description: "Needs kernel updates on host/device", |
| 125 | result: EXEC_FAILED, |
| 126 | names: ["libcore.io.OsTest#test_socketPing"] |
Nicolas Geoffray | c3837e4 | 2014-12-03 11:30:26 +0000 | [diff] [blame] | 127 | } |
| 128 | ] |