1/* 2 * Manual entries for skippedCtsTest.txt. 3 * tools/non-cts-json-generator/update_skippedCtsTest.sh reads this file and merges the entries 4 * with the @NonCts tests into skippedCtsTest.txt. 5 * It's useful for tests deleted from aosp/main, but the test needs to be skipped on the older 6 * CTS branches, e.g. aosp/android12-tests-dev. skippedCtsTest.txt can later be sync-ed to those 7 * CTS branches. 8 */ 9[ 10 { 11 "bug": 310050493, 12 "description": "The test asserts buggy or non-breaking behaviors, but the behavior has been fixed in a new mainline module version.", 13 "name": "com.android.org.conscrypt.javax.crypto.CipherTest#test_PBKDF2WITHHMACSHA1_SKFactory_and_PBEAESCBC_Cipher_noIV" 14 }, 15 { 16 "bug": 310050493, 17 "description": "The test asserts buggy or non-breaking behaviors, but the behavior has been fixed in a new mainline module version.", 18 "name": "com.android.org.conscrypt.NativeCryptoArgTest#evpMethods" 19 }, 20 { 21 "bug": 316502724, 22 "description": "The test was removed and its no longer throws CME", 23 "name": "org.apache.harmony.tests.java.util.PriorityQueueTest#test_spliterator_CME" 24 }, 25 { 26 "bug": 316502724, 27 "description": "SharedSecrets class is at different location in newer ART versions", 28 "name": "libcore.sun.misc.SharedSecretsTest#testGetJavaIOFileDescriptorAccess_notNull" 29 }, 30 { 31 "bug": 338503591, 32 "description": "Test for internal APIs.", 33 "name": "libcore.java.util.LinkedHashMapTest#test_entryCompatibility_runtime" 34 }, 35 { 36 "bug": 338503591, 37 "description": "Test for internal APIs.", 38 "name": "libcore.java.util.zip.ZipFileTest#testZipFileOffsetNeverChangesAfterInit" 39 }, 40 { 41 "bug": 338503591, 42 "description": "The test asserts buggy or non-breaking behaviors, but the behavior has been fixed in a new mainline module version.", 43 "name": "org.apache.harmony.tests.java.util.zip.DeflaterTest#test_finalize" 44 }, 45 { 46 "bug": 338503591, 47 "description": "Test for internal APIs.", 48 "name": "libcore.jdk.internal.misc.SharedSecretsTest#testGetJavaIOFileDescriptorAccess_notNull" 49 } 50] 51