blob: 0fff814f5eb67240cde324698bf18f3aeedbf373 [file] [log] [blame]
/*
* This file contains expectations for ART's Buildbot when running on fugu devices
* (Nexus Player, kernel 3.10).
*
* The script that uses this file is art/tools/run-libcore-tests.sh.
*/
[
{
description: "Test using memfd_create() syscall, only available from Linux 3.17.",
result: EXEC_FAILED,
bug: 146113753,
modes: [device],
names: [
"libcore.android.system.OsTest#testMemfdCreate",
"libcore.android.system.OsTest#testMemfdCreateErrno",
"libcore.android.system.OsTest#testMemfdCreateFlags"
]
},
{
description: "Test using the getrandom() syscall, only available from Linux 3.17.",
result: EXEC_FAILED,
bug: 141230711,
modes: [device],
names: [
"libcore.java.math.BigIntegerTest#test_Constructor_IILjava_util_Random",
"libcore.java.math.BigIntegerTest#test_probablePrime",
"libcore.javax.crypto.CipherInputStreamTest#testDecryptCorruptGCM",
"libcore.javax.crypto.CipherOutputStreamTest#testDecryptCorruptGCM",
"libcore.libcore.timezone.TelephonyLookupTest#createInstanceWithFallback",
"libcore.libcore.timezone.TelephonyLookupTest#getTelephonyNetworkFinder",
"libcore.libcore.timezone.TelephonyLookupTest#validateCountryCodeLowerCase",
"libcore.libcore.timezone.TelephonyLookupTest#validateDuplicateMccMnc",
"libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_emptyFile",
"libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_emptyNetworksOk",
"libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_missingCountryCodeAttribute",
"libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_missingMccAttribute",
"libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_missingMncAttribute",
"libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_missingNetworks",
"libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_truncatedInput",
"libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_unexpectedComments",
"libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_unexpectedElementsIgnored",
"libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_unexpectedRootElement",
"libcore.libcore.timezone.TelephonyLookupTest#xmlParsing_unexpectedTextIgnored",
"libcore.libcore.timezone.TimeZoneFinderTest#createInstanceWithFallback",
"libcore.libcore.timezone.TimeZoneFinderTest#getCountryZonesFinder",
"libcore.libcore.timezone.TimeZoneFinderTest#getCountryZonesFinder_empty",
"libcore.libcore.timezone.TimeZoneFinderTest#getCountryZonesFinder_invalid",
"libcore.libcore.timezone.TimeZoneFinderTest#getIanaVersion",
"libcore.libcore.timezone.TimeZoneFinderTest#lookupCountryTimeZones_caseInsensitive",
"libcore.libcore.timezone.TimeZoneFinderTest#lookupCountryTimeZones_unknownCountryReturnsNull",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_badCountryDefaultBoost",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_badCountryEverUtc",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_badTimeZoneMappingNotAfter",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_badTimeZoneMappingPicker",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_countryDefaultBoost",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_emptyFile",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_missingCountryCode",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_missingCountryDefault",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_missingCountryEverUtc",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_missingCountryZones",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_missingIanaVersionAttribute",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_noCountriesOk",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_timeZoneMappingNotAfter",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_timeZoneMappingPicker",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_truncatedInput",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_unexpectedChildInTimeZoneIdThrows",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_unexpectedComments",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_unexpectedElementsIgnored",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_unexpectedRootElement",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_unexpectedTextIgnored",
"libcore.libcore.timezone.TimeZoneFinderTest#xmlParsing_unknownTimeZoneIdIgnored",
"org.apache.harmony.crypto.tests.javax.crypto.CipherInputStream1Test#test_ConstructorLjava_io_InputStreamLjavax_crypto_Cipher",
"org.apache.harmony.crypto.tests.javax.crypto.CipherOutputStream1Test#test_ConstructorLjava_io_OutputStreamLjavax_crypto_Cipher",
"org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_",
"org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_doFinalLjava_nio_ByteBufferLjava_nio_ByteBuffer",
"org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_initWithKey",
"org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_initWithSecureRandom",
"org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_updateLjava_nio_ByteBufferLjava_nio_ByteBuffer",
"org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecCipher01",
"org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecCipher02",
"org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecKey01",
"org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecKey02",
"org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecKeyProvider01",
"org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecKeyProvider02",
"org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecKeyString01",
"org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_ROUNDTRIP_GetKeySpecKeyString02",
"org.apache.harmony.crypto.tests.javax.crypto.EncryptedPrivateKeyInfoTest#test_getAlgName",
"org.apache.harmony.crypto.tests.javax.crypto.ExemptionMechanismTest#test_initLjava_security_Key",
"org.apache.harmony.crypto.tests.javax.crypto.ExemptionMechanismTest#test_initLjava_security_KeyLjava_security_AlgorithmParameters",
"org.apache.harmony.crypto.tests.javax.crypto.ExemptionMechanismTest#test_initLjava_security_KeyLjava_security_spec_AlgorithmParameterSpec",
"org.apache.harmony.crypto.tests.javax.crypto.KeyGeneratorTest#testGenerateKey",
"org.apache.harmony.crypto.tests.javax.crypto.KeyGeneratorTest#test_initLjava_security_spec_AlgorithmParameterSpec",
"org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testDeserialization",
"org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testGetAlgorithm",
"org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testGetAlgorithmAfterSerialization",
"org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testGetObject1",
"org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testGetObject2",
"org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testGetObject3",
"org.apache.harmony.crypto.tests.javax.crypto.SealedObjectTest#testSealedObject1",
"org.apache.harmony.crypto.tests.javax.crypto.SecretKeyFactoryTest#test_translateKeyLjavax_crypto_SecretKey",
"org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesTest#test_AesISO",
"org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesTest#test_AesNoISO",
"org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesWrapTest#test_AesWrap",
"org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeTest#test_DESedeISO",
"org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeTest#test_DESedeNoISO",
"org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeWrapTest#test_DESedeWrap",
"org.apache.harmony.crypto.tests.javax.crypto.func.CipherDesTest#test_DesISO",
"org.apache.harmony.crypto.tests.javax.crypto.func.CipherDesTest#test_DesNoISO",
"org.apache.harmony.crypto.tests.javax.crypto.func.CipherPBETest#test_PBEWithMD5AndDES",
"org.apache.harmony.crypto.tests.javax.crypto.func.CipherPBETest#test_PBEWithSHAand3KeyTripleDES",
"org.apache.harmony.crypto.tests.javax.crypto.func.CipherRSATest#test_RSANoPadding",
"org.apache.harmony.crypto.tests.javax.crypto.func.CipherRSATest#test_RSAShortKey",
"org.apache.harmony.crypto.tests.javax.crypto.func.KeyGeneratorFunctionalTest#test_",
"org.apache.harmony.tests.java.math.BigIntegerConstructorsTest#testConstructorPrime",
"org.apache.harmony.tests.java.math.BigIntegerTest#test_isProbablePrimeI",
"org.apache.harmony.tests.java.math.OldBigIntegerTest#test_ConstructorIILjava_util_Random",
"org.apache.harmony.tests.java.math.OldBigIntegerTest#test_isProbablePrimeI",
"org.apache.harmony.tests.java.math.OldBigIntegerTest#test_nextProbablePrime",
"org.apache.harmony.tests.java.math.OldBigIntegerTest#test_probablePrime",
"org.apache.harmony.tests.java.util.ScannerTest#test_ConstructorLjava_nio_file_Path",
"org.apache.harmony.tests.java.util.ScannerTest#test_ConstructorLjava_nio_file_PathLjava_lang_String",
"org.apache.harmony.tests.java.util.ScannerTest#test_ConstructorLjava_nio_file_PathLjava_lang_String_Exception",
"org.apache.harmony.tests.java.util.UUIDTest#test_randomUUID",
"org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testGenerateSeedint02",
"org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testGenerateSeedint03",
"org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testNextBytesbyteArray03",
"org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testSetSeedbyteArray02"
]
}
]