blob: 0fff814f5eb67240cde324698bf18f3aeedbf373 [file] [log] [blame]
Roland Levillaind6e2c382019-09-18 16:13:48 +01001/*
Orion Hodsonb89a92e2019-12-13 09:08:25 +00002 * This file contains expectations for ART's Buildbot when running on fugu devices
3 * (Nexus Player, kernel 3.10).
4 *
Roland Levillaind6e2c382019-09-18 16:13:48 +01005 * The script that uses this file is art/tools/run-libcore-tests.sh.
6 */
7
8[
9{
Orion Hodsonb89a92e2019-12-13 09:08:25 +000010 description: "Test using memfd_create() syscall, only available from Linux 3.17.",
11 result: EXEC_FAILED,
12 bug: 146113753,
Nicolas Geoffray31e0dc22020-03-20 15:48:09 +000013 modes: [device],
Orion Hodsonb89a92e2019-12-13 09:08:25 +000014 names: [
15 "libcore.android.system.OsTest#testMemfdCreate",
16 "libcore.android.system.OsTest#testMemfdCreateErrno",
17 "libcore.android.system.OsTest#testMemfdCreateFlags"
18 ]
19},
20{
Roland Levillaind6e2c382019-09-18 16:13:48 +010021 description: "Test using the getrandom() syscall, only available from Linux 3.17.",
22 result: EXEC_FAILED,
23 bug: 141230711,
Nicolas Geoffray31e0dc22020-03-20 15:48:09 +000024 modes: [device],
Roland Levillaind6e2c382019-09-18 16:13:48 +010025 names: [
26 "libcore.java.math.BigIntegerTest#test_Constructor_IILjava_util_Random",
27 "libcore.java.math.BigIntegerTest#test_probablePrime",
28 "libcore.javax.crypto.CipherInputStreamTest#testDecryptCorruptGCM",
29 "libcore.javax.crypto.CipherOutputStreamTest#testDecryptCorruptGCM",
Nicolas Geoffray2022deb2019-11-11 09:27:30 +000030 "libcore.libcore.timezone.TelephonyLookupTest#createInstanceWithFallback",
31 "libcore.libcore.timezone.TelephonyLookupTest#getTelephonyNetworkFinder",
32 "libcore.libcore.timezone.TelephonyLookupTest#validateCountryCodeLowerCase",
33 "libcore.libcore.timezone.TelephonyLookupTest#validateDuplicateMccMnc",
34 "libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_emptyFile",
35 "libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_emptyNetworksOk",
36 "libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_missingCountryCodeAttribute",
37 "libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_missingMccAttribute",
38 "libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_missingMncAttribute",
39 "libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_missingNetworks",
40 "libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_truncatedInput",
41 "libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_unexpectedComments",
42 "libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_unexpectedElementsIgnored",
43 "libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_unexpectedRootElement",
44 "libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_unexpectedTextIgnored",
Roland Levillaind6e2c382019-09-18 16:13:48 +010045 "libcore.libcore.timezone.TimeZoneFinderTest#createInstanceWithFallback",
46 "libcore.libcore.timezone.TimeZoneFinderTest#getCountryZonesFinder",
47 "libcore.libcore.timezone.TimeZoneFinderTest#getCountryZonesFinder_empty",
48 "libcore.libcore.timezone.TimeZoneFinderTest#getCountryZonesFinder_invalid",
49 "libcore.libcore.timezone.TimeZoneFinderTest#getIanaVersion",
50 "libcore.libcore.timezone.TimeZoneFinderTest#lookupCountryTimeZones_caseInsensitive",
51 "libcore.libcore.timezone.TimeZoneFinderTest#lookupCountryTimeZones_unknownCountryReturnsNull",
David Srbecky27e5f3b2019-10-14 15:02:42 +010052 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_badCountryDefaultBoost",
Roland Levillaind6e2c382019-09-18 16:13:48 +010053 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_badCountryEverUtc",
54 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_badTimeZoneMappingNotAfter",
55 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_badTimeZoneMappingPicker",
David Srbecky27e5f3b2019-10-14 15:02:42 +010056 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_countryDefaultBoost",
Roland Levillaind6e2c382019-09-18 16:13:48 +010057 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_emptyFile",
58 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_missingCountryCode",
59 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_missingCountryDefault",
60 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_missingCountryEverUtc",
61 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_missingCountryZones",
62 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_missingIanaVersionAttribute",
63 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_noCountriesOk",
64 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_timeZoneMappingNotAfter",
65 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_timeZoneMappingPicker",
66 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_truncatedInput",
67 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_unexpectedChildInTimeZoneIdThrows",
68 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_unexpectedComments",
69 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_unexpectedElementsIgnored",
70 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_unexpectedRootElement",
71 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_unexpectedTextIgnored",
72 "libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_unknownTimeZoneIdIgnored",
73 "org.apache.harmony.crypto.tests.javax.crypto.CipherInputStream1Test#test_ConstructorLjava_io_InputStreamLjavax_crypto_Cipher",
74 "org.apache.harmony.crypto.tests.javax.crypto.CipherOutputStream1Test#test_ConstructorLjava_io_OutputStreamLjavax_crypto_Cipher",
75 "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_",
76 "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_doFinalLjava_nio_ByteBufferLjava_nio_ByteBuffer",
77 "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_initWithKey",
78 "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_initWithSecureRandom",
79 "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_updateLjava_nio_ByteBufferLjava_nio_ByteBuffer",
80 "org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecCipher01",
81 "org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecCipher02",
82 "org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecKey01",
83 "org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecKey02",
84 "org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecKeyProvider01",
85 "org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecKeyProvider02",
86 "org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecKeyString01",
87 "org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecKeyString02",
88 "org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_getAlgName",
89 "org.apache.harmony.crypto.tests.javax.crypto.ExemptionMechanismTest#test_initLjava_security_Key",
90 "org.apache.harmony.crypto.tests.javax.crypto.ExemptionMechanismTest#test_initLjava_security_KeyLjava_security_AlgorithmParameters",
91 "org.apache.harmony.crypto.tests.javax.crypto.ExemptionMechanismTest#test_initLjava_security_KeyLjava_security_spec_AlgorithmParameterSpec",
92 "org.apache.harmony.crypto.tests.javax.crypto.KeyGeneratorTest#testGenerateKey",
93 "org.apache.harmony.crypto.tests.javax.crypto.KeyGeneratorTest#test_initLjava_security_spec_AlgorithmParameterSpec",
94 "org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testDeserialization",
95 "org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testGetAlgorithm",
96 "org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testGetAlgorithmAfterSerialization",
97 "org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testGetObject1",
98 "org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testGetObject2",
99 "org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testGetObject3",
100 "org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testSealedObject1",
101 "org.apache.harmony.crypto.tests.javax.crypto.SecretKeyFactoryTest#test_translateKeyLjavax_crypto_SecretKey",
102 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesTest#test_AesISO",
103 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesTest#test_AesNoISO",
104 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesWrapTest#test_AesWrap",
105 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeTest#test_DESedeISO",
106 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeTest#test_DESedeNoISO",
107 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeWrapTest#test_DESedeWrap",
108 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDesTest#test_DesISO",
109 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDesTest#test_DesNoISO",
110 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherPBETest#test_PBEWithMD5AndDES",
111 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherPBETest#test_PBEWithSHAand3KeyTripleDES",
112 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherRSATest#test_RSANoPadding",
113 "org.apache.harmony.crypto.tests.javax.crypto.func.CipherRSATest#test_RSAShortKey",
114 "org.apache.harmony.crypto.tests.javax.crypto.func.KeyGeneratorFunctionalTest#test_",
115 "org.apache.harmony.tests.java.math.BigIntegerConstructorsTest#testConstructorPrime",
116 "org.apache.harmony.tests.java.math.BigIntegerTest#test_isProbablePrimeI",
117 "org.apache.harmony.tests.java.math.OldBigIntegerTest#test_ConstructorIILjava_util_Random",
118 "org.apache.harmony.tests.java.math.OldBigIntegerTest#test_isProbablePrimeI",
119 "org.apache.harmony.tests.java.math.OldBigIntegerTest#test_nextProbablePrime",
120 "org.apache.harmony.tests.java.math.OldBigIntegerTest#test_probablePrime",
121 "org.apache.harmony.tests.java.util.ScannerTest#test_ConstructorLjava_nio_file_Path",
122 "org.apache.harmony.tests.java.util.ScannerTest#test_ConstructorLjava_nio_file_PathLjava_lang_String",
123 "org.apache.harmony.tests.java.util.ScannerTest#test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception",
124 "org.apache.harmony.tests.java.util.UUIDTest#test_randomUUID",
125 "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testGenerateSeedint02",
126 "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testGenerateSeedint03",
127 "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testNextBytesbyteArray03",
128 "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testSetSeedbyteArray02"
129 ]
130}
131]