Merge "Add TEST_MAPPINGs for autofill under widget"
This commit is contained in:
@@ -17,6 +17,45 @@
|
||||
}
|
||||
],
|
||||
"file_patterns": ["Toast\\.java"]
|
||||
},
|
||||
{
|
||||
"name": "CtsAutoFillServiceTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.autofillservice.cts.LoginActivityTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "android.platform.test.annotations.AppModeFull"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CtsAutoFillServiceTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.autofillservice.cts.AutofillValueTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CtsAutoFillServiceTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.autofillservice.cts.CheckoutActivityTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "android.platform.test.annotations.AppModeFull"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ import java.util.function.Consumer;
|
||||
*/
|
||||
public class InlineContentView extends ViewGroup {
|
||||
|
||||
private static final String TAG = "InlineContentView";
|
||||
private static final String TAG = "InlineContentView_test2";
|
||||
|
||||
private static final boolean DEBUG = false;
|
||||
|
||||
|
||||
15
core/java/android/widget/inline/TEST_MAPPING
Normal file
15
core/java/android/widget/inline/TEST_MAPPING
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsAutoFillServiceTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.autofillservice.cts.inline"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user