aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 4f1a17ffb2c32d2b5e39efb604df067c20790016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
  "presubmit": [
    {
      "name": "luni-host-tests"
    },
    {
      "name": "libcore-sdk34-test"
    },
    {
      "name": "libcore-sdk-current-test"
    }
  ],
  "presubmit-large": [
    {
      "name": "CtsLibcoreTestCases",
      "options": [
        {
          "instrumentation-arg": "core-test-mode:=presubmit"
        },
        {
          "exclude-filter": "com.android.org.conscrypt.java.security.AlgorithmParameterGeneratorTestDH"
        },
        {
          "exclude-filter": "com.android.org.conscrypt.java.security.KeyPairGeneratorTest"
        },
        {
          "exclude-filter": "com.android.org.conscrypt.java.security.SignatureTest"
        },
        {
          "exclude-filter": "com.android.org.conscrypt.javax.crypto.CipherBasicsTest"
        },
        {
          "exclude-filter": "com.android.org.conscrypt.javax.net.ssl.KeyManagerFactoryTest"
        },
        {
          "exclude-filter": "com.android.org.conscrypt.javax.net.ssl.SSLSocketVersionCompatibilityTest"
        },
        {
          "exclude-filter": "libcore.java.lang.OldRuntimeTest"
        },
        {
          "exclude-filter": "libcore.java.lang.OldThreadTest"
        },
        {
          "exclude-filter": "libcore.java.lang.ref.FinalizeTest"
        },
        {
          "exclude-filter": "libcore.java.math.BigIntegerTest"
        },
        {
          "exclude-filter": "libcore.java.net.ConcurrentCloseTest"
        },
        {
          "exclude-filter": "libcore.java.net.OldSocketTest"
        },
        {
          "exclude-filter": "libcore.java.net.URLConnectionTest"
        },
        {
          "exclude-filter": "libcore.java.nio.channels.DatagramChannelMulticastTest"
        },
        {
          "exclude-filter": "libcore.libcore.net.NetworkSecurityPolicyTest"
        },
        {
          "exclude-filter": "libcore.libcore.util.NativeAllocationRegistryTest"
        },
        {
          "exclude-filter": "org.apache.harmony.logging.tests.java.util.logging.SocketHandlerTest"
        },
        {
          "exclude-filter": "org.apache.harmony.tests.java.lang.ObjectTest"
        },
        {
          "exclude-filter": "org.apache.harmony.tests.java.lang.ProcessManagerTest"
        },
        {
          "exclude-filter": "org.apache.harmony.tests.java.math.OldBigIntegerTest"
        },
        {
          "exclude-filter": "org.apache.harmony.tests.java.net.InetAddressThreadTest"
        },
        {
          "exclude-filter": "org.apache.harmony.tests.java.nio.channels.DatagramChannelTest"
        },
        {
          "exclude-filter": "org.apache.harmony.tests.java.util.ScannerTest"
        },
        {
          "exclude-filter": "org.apache.harmony.tests.java.util.TimerTest"
        },
        {
          "exclude-filter": "org.apache.harmony.tests.java.util.WeakHashMapTest"
        },
        {
          "exclude-filter": "org.apache.harmony.tests.javax.net.ssl.SSLSessionTest"
        }
      ]
    },
    {
      "name": "CtsLibcoreOjTestCases",
      "options": [
        {
          "instrumentation-arg": "core-test-mode:=presubmit"
        }
      ]
    }
  ],
  "kernel-presubmit": [
    {
      "name": "CtsLibcoreTestCases",
      "options": [
        {
          // TODO(b/194105624):
          "exclude-filter": "libcore.java.net.InetAddressTest#test_isReachable_by_ICMP"
        }
      ]
    }
  ]
}