Tobias Thierer | f1c9f30 | 2019-02-25 13:19:51 +0000 | [diff] [blame] | 1 | { |
Dan Shi | f9e41ea | 2020-12-10 19:03:04 +0000 | [diff] [blame] | 2 | "presubmit-large": [ |
Tobias Thierer | f1c9f30 | 2019-02-25 13:19:51 +0000 | [diff] [blame] | 3 | { |
Pete Gillin | 4ad8fa2 | 2020-03-09 17:54:02 +0000 | [diff] [blame] | 4 | "name": "CtsLibcoreTestCases", |
| 5 | "options": [ |
| 6 | { |
| 7 | "exclude-filter": "com.android.org.conscrypt.java.security.AlgorithmParameterGeneratorTestDH" |
| 8 | }, |
| 9 | { |
| 10 | "exclude-filter": "com.android.org.conscrypt.java.security.KeyPairGeneratorTest" |
| 11 | }, |
| 12 | { |
| 13 | "exclude-filter": "com.android.org.conscrypt.java.security.SignatureTest" |
| 14 | }, |
| 15 | { |
| 16 | "exclude-filter": "com.android.org.conscrypt.javax.crypto.CipherBasicsTest" |
| 17 | }, |
| 18 | { |
| 19 | "exclude-filter": "com.android.org.conscrypt.javax.net.ssl.KeyManagerFactoryTest" |
| 20 | }, |
| 21 | { |
| 22 | "exclude-filter": "com.android.org.conscrypt.javax.net.ssl.SSLSocketVersionCompatibilityTest" |
| 23 | }, |
| 24 | { |
| 25 | "exclude-filter": "libcore.java.lang.OldRuntimeTest" |
| 26 | }, |
| 27 | { |
| 28 | "exclude-filter": "libcore.java.lang.OldThreadTest" |
| 29 | }, |
| 30 | { |
| 31 | "exclude-filter": "libcore.java.lang.ref.FinalizeTest" |
| 32 | }, |
| 33 | { |
| 34 | "exclude-filter": "libcore.java.math.BigIntegerTest" |
| 35 | }, |
| 36 | { |
| 37 | "exclude-filter": "libcore.java.net.ConcurrentCloseTest" |
| 38 | }, |
| 39 | { |
| 40 | "exclude-filter": "libcore.java.net.OldSocketTest" |
| 41 | }, |
| 42 | { |
| 43 | "exclude-filter": "libcore.java.net.URLConnectionTest" |
| 44 | }, |
| 45 | { |
| 46 | "exclude-filter": "libcore.java.nio.channels.DatagramChannelMulticastTest" |
| 47 | }, |
| 48 | { |
| 49 | "exclude-filter": "libcore.libcore.net.NetworkSecurityPolicyTest" |
| 50 | }, |
| 51 | { |
| 52 | "exclude-filter": "libcore.libcore.util.NativeAllocationRegistryTest" |
| 53 | }, |
| 54 | { |
| 55 | "exclude-filter": "org.apache.harmony.logging.tests.java.util.logging.SocketHandlerTest" |
| 56 | }, |
| 57 | { |
| 58 | "exclude-filter": "org.apache.harmony.tests.java.lang.ObjectTest" |
| 59 | }, |
| 60 | { |
| 61 | "exclude-filter": "org.apache.harmony.tests.java.lang.ProcessManagerTest" |
| 62 | }, |
| 63 | { |
| 64 | "exclude-filter": "org.apache.harmony.tests.java.math.OldBigIntegerTest" |
| 65 | }, |
| 66 | { |
| 67 | "exclude-filter": "org.apache.harmony.tests.java.net.InetAddressThreadTest" |
| 68 | }, |
| 69 | { |
| 70 | "exclude-filter": "org.apache.harmony.tests.java.nio.channels.DatagramChannelTest" |
| 71 | }, |
| 72 | { |
| 73 | "exclude-filter": "org.apache.harmony.tests.java.util.ScannerTest" |
| 74 | }, |
| 75 | { |
| 76 | "exclude-filter": "org.apache.harmony.tests.java.util.TimerTest" |
| 77 | }, |
| 78 | { |
| 79 | "exclude-filter": "org.apache.harmony.tests.java.util.WeakHashMapTest" |
| 80 | }, |
| 81 | { |
| 82 | "exclude-filter": "org.apache.harmony.tests.javax.net.ssl.SSLSessionTest" |
| 83 | }, |
| 84 | { |
| 85 | "exclude-filter": "tests.java.sql.StressTest" |
| 86 | } |
| 87 | ] |
Tobias Thierer | f1c9f30 | 2019-02-25 13:19:51 +0000 | [diff] [blame] | 88 | } |
| 89 | ] |
Pete Gillin | 4ad8fa2 | 2020-03-09 17:54:02 +0000 | [diff] [blame] | 90 | } |