1[ 2/* These tests consistently fail on GRH78. */ 3{ name: "android.location.cts.GeocoderTest#testGetFromLocation" }, 4{ name: "android.location.cts.GeocoderTest#testGetFromLocationName" }, 5{ name: "android.webkit.cts.WebSettingsTest#testSetAppCacheEnabled" }, 6{ name: "android.net.cts.SSLCertificateSocketFactoryTest" }, 7 8{ 9 description: "Flaky tests that need to be rewritten or deleted.", 10 names: [ 11 "android.media.cts.MediaRecorderTest#testSetCamera", 12 "android.webkit.cts.CacheManagerTest#testCacheFile", 13 "android.widget.cts.AutoCompleteTextViewTest#testOnFilterComplete" 14 ] 15}, 16 17{ 18 description: "Broken test that is fixed in a future release.", 19 name: "android.provider.cts.MediaStore_Audio_Playlists_MembersTest" 20}, 21 22{ 23 description: "These tests pass when executed individually but fail when running CTS as a whole on GRH78.", 24 bug: 3184701, 25 names: [ 26 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection", 27 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection", 28 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testConsequentProxyConnection", 29 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection_doOutput", 30 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnectionFailed", 31 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection_Not_Found_Response" 32 ] 33} 34 35] 36