blob: 2d2d4607ac072857916ad2e454ee6924ef6bfe3a [file] [log] [blame]
Brian Muramatsuad207372011-12-16 18:41:45 -08001[
Tsu Chiang Chuang52b481e2014-08-08 09:46:16 -07002{
Unsuk Jung75714502014-10-15 14:40:41 -07003 description: "tests a fragile by nature as they rely on hardcoded behavior",
4 names: [
5 "android.accessibilityservice.cts.AccessibilityTextTraversalTest#testActionNextAndPreviousAtGranularityPageOverText",
6 "android.accessibilityservice.cts.AccessibilityTextTraversalTest#testActionNextAndPreviousAtGranularityPageOverTextExtend"
7 ],
8 bug: 17595050
9},
10{
Tsu Chiang Chuang52b481e2014-08-08 09:46:16 -070011 description: "Not all jdwp features are currently supported. These tests will fail",
12 names: [
13 "org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest#testDebuggerLaunch001",
14 "org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest#testDebuggerLaunch002",
15 "org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest#testDebuggerLaunch003",
16 "org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest#testDebuggerLaunch004",
17 "org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowLaunchDebugger001#testDebugger002",
18 "org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowLaunchDebugger002#testDebugger",
19 "org.apache.harmony.jpda.tests.jdwp.Events.ClassUnloadTest#testClassUnloadEvent",
20 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnterTest#testMonitorContendedEnterForClassMatch",
21 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnteredTest#testMonitorContendedEnteredForClassMatch",
22 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest#testMonitorWaitForClassExclude",
23 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest#testMonitorWaitForClassMatchExact",
24 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest#testMonitorWaitForClassMatchFirst",
25 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest#testMonitorWaitForClassMatchSecond",
26 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest#testMonitorWaitForClassOnly",
27 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitedTest#testMonitorWaitedForClassExclude",
28 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitedTest#testMonitorWaitedForClassMatchExact",
29 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitedTest#testMonitorWaitedForClassMatchFirst",
30 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitedTest#testMonitorWaitedForClassMatchSecond",
31 "org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitedTest#testMonitorWaitedForClassOnly",
32 "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassFileVersionTest#testClassFileVersion001",
33 "org.apache.harmony.jpda.tests.jdwp.ReferenceType.NestedTypesTest#testNestedTypes001",
34 "org.apache.harmony.jpda.tests.jdwp.ThreadReference.StopTest#testStop001",
35 "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest#testHoldEvents001",
36 "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ReleaseEventsTest#testReleaseEvents001"
37 ],
38 bug: 16720689
Eric Pennerf0a43ae2014-08-31 14:36:51 -070039},
40{
Unsuk Jung75714502014-10-15 14:40:41 -070041 description: "test can only run properly on a user build device when the bug is resolved",
42 names: [
43 "android.appwidget.cts.AppWidgetTest#testAppWidgetProviderCallbacks",
44 "android.appwidget.cts.AppWidgetTest#testBindAppWidget",
45 "android.appwidget.cts.AppWidgetTest#testCollectionWidgets",
46 "android.appwidget.cts.AppWidgetTest#testDeleteHost",
47 "android.appwidget.cts.AppWidgetTest#testDeleteHosts",
48 "android.appwidget.cts.AppWidgetTest#testGetAppWidgetIds",
49 "android.appwidget.cts.AppWidgetTest#testGetAppWidgetInfo",
50 "android.appwidget.cts.AppWidgetTest#testGetAppWidgetOptions",
51 "android.appwidget.cts.AppWidgetTest#testPartiallyUpdateAppWidgetViaWidgetId",
52 "android.appwidget.cts.AppWidgetTest#testPartiallyUpdateAppWidgetViaWidgetIds",
53 "android.appwidget.cts.AppWidgetTest#testTwoAppWidgetProviderCallbacks",
54 "android.appwidget.cts.AppWidgetTest#testUpdateAppWidgetViaComponentName",
55 "android.appwidget.cts.AppWidgetTest#testUpdateAppWidgetViaWidgetId",
56 "android.appwidget.cts.AppWidgetTest#testUpdateAppWidgetViaWidgetIds"
57 ],
58 bug: 17993121
59},
60{
Eric Pennerf0a43ae2014-08-31 14:36:51 -070061 description: "A few WebGL tests are known to fail in WebView",
62 names: [
Eric Penner47172402014-09-08 18:35:15 -070063 "android.webgl.cts.WebGLTest#test_conformance_extensions_oes_texture_float_with_video_html",
64 "android.webgl.cts.WebGLTest#test_conformance_renderbuffers_framebuffer_object_attachment_html",
65 "android.webgl.cts.WebGLTest#test_conformance_rendering_multisample_corruption_html",
66 "android.webgl.cts.WebGLTest#test_conformance_textures_tex_image_and_sub_image_2d_with_video_html",
67 "android.webgl.cts.WebGLTest#test_conformance_textures_tex_image_and_sub_image_2d_with_video_rgb565_html",
68 "android.webgl.cts.WebGLTest#test_conformance_textures_tex_image_and_sub_image_2d_with_video_rgba4444_html",
69 "android.webgl.cts.WebGLTest#test_conformance_textures_tex_image_and_sub_image_2d_with_video_rgba5551_html",
70 "android.webgl.cts.WebGLTest#test_conformance_textures_texture_npot_html",
Eric Pennera4118a82014-10-01 12:57:04 -070071 "android.webgl.cts.WebGLTest#test_conformance_textures_texture_npot_video_html",
72 "android.webgl.cts.WebGLTest#test_conformance_glsl_misc_empty_main_vert_html",
73 "android.webgl.cts.WebGLTest#test_conformance_glsl_misc_gl_position_unset_vert_html",
74 "android.webgl.cts.WebGLTest#test_conformance_misc_webgl_specific_html"
Eric Pennerf0a43ae2014-08-31 14:36:51 -070075 ],
Eric Pennera4118a82014-10-01 12:57:04 -070076 bug: 17748398
Unsuk Jung4b9b3682014-09-09 11:03:52 -070077},
78{
79 description: "permissions for the API previously used in the test has changed, making it impossible to pass",
80 names: [
81 "android.openglperf.cts.GlAppSwitchTest#testGlActivitySwitchingFast",
Nicholas Sauer5cf350a2014-10-22 13:42:11 -070082 "android.openglperf.cts.GlAppSwitchTest#testGlActivitySwitchingSlow"
Unsuk Jung4b9b3682014-09-09 11:03:52 -070083 ],
84 bug: 17394321
Eino-Ville Talvala306cf4a2014-09-03 18:07:33 -070085},
86{
Nicholas Sauer5cf350a2014-10-22 13:42:11 -070087 description: "unexpected failures",
88 names: [
89 "android.openglperf.cts.GlVboPerfTest#testVboWithVaryingIndexBufferNumbers"
90 ],
91 bug: 18091590
92},
93{
Eino-Ville Talvalaa5231622014-09-16 14:38:53 -070094 description: "these tests require a good test scene, so they fail if run in random conditions",
95 names: [
96 "android.hardware.camera2.cts.AllocationTest#testBlackWhite",
97 "android.hardware.camera2.cts.AllocationTest#testParamSensitivity"
98 ],
99 bug: 17530117
Unsuk Jung361d6262014-09-19 04:38:24 -0700100},
101{
Unsuk Jung75714502014-10-15 14:40:41 -0700102 description: "this test removes the stay-awake option, causing the screen to turn off during the execution of subsequent tests",
103 names: [
104 "android.admin.cts.DevicePolicyManagerTest#testMaximumTimeToLock"
105 ],
106 bug: 18002490
107},
108{
Unsuk Jung361d6262014-09-19 04:38:24 -0700109 description: "these tests locks the screen with an emtpy password or swipe-to-unlock, blocking subsequent test to dismiss keyguard",
110 names: [
111 "android.admin.cts.DevicePolicyManagerTest#testPasswordQuality_something",
112 "android.admin.cts.DevicePolicyManagerTest#testPasswordQuality_numeric",
113 "android.admin.cts.DevicePolicyManagerTest#testPasswordQuality_alphabetic",
114 "android.admin.cts.DevicePolicyManagerTest#testPasswordQuality_alphanumeric",
Zoltan Szatmary-Banf8a086b2014-09-23 14:56:12 +0100115 "android.admin.cts.DevicePolicyManagerTest#testPasswordQuality_complexUpperCase",
116 "android.admin.cts.DevicePolicyManagerTest#testPasswordQuality_complexLowerCase",
117 "android.admin.cts.DevicePolicyManagerTest#testPasswordQuality_complexLetters",
118 "android.admin.cts.DevicePolicyManagerTest#testPasswordQuality_complexNumeric",
119 "android.admin.cts.DevicePolicyManagerTest#testPasswordQuality_complexSymbols",
120 "android.admin.cts.DevicePolicyManagerTest#testPasswordQuality_complexNonLetter",
Unsuk Jung361d6262014-09-19 04:38:24 -0700121 "android.admin.cts.DevicePolicyManagerTest#testGetMaximumFailedPasswordsForWipe"
122 ],
123 bug: 17496766
Chenjie Luo09e35192014-09-12 16:25:12 -0700124},
125{
Zoltan Szatmary-Banf8a086b2014-09-23 14:56:12 +0100126 description: "these tests locks the screen with an emtpy password or swipe-to-unlock, blocking subsequent test to dismiss keyguard",
127 names: [
128 "com.android.cts.devicepolicy.DeviceOwnerTest#testKeyManagement"
129 ],
130 bug: 17496766
131},
132{
Rubin Xubff39e92014-09-23 12:20:38 +0100133 description: "Current implementation of uninstallAllUserCaCerts does not throw expected security exception, wait for fix from framework",
134 names: [
135 "android.admin.cts.DevicePolicyManagerTest#testUninstallAllUserCaCerts_failIfNotProfileOwner"
136 ],
137 bug: 17508787
George Mountf7a03902014-09-23 15:15:02 -0700138},
139{
Esteban Talavera932c8862014-10-07 11:45:23 +0100140 description: "New tests recently added for Android Enterprise. To be moved out of CTS-staging as soon as they show that they are stable",
141 names: [
142 "com.android.cts.devicepolicy.DeviceOwnerTest#testApplicationRestrictions",
143 "com.android.cts.devicepolicy.DeviceOwnerTest#testCaCertManagement",
144 "com.android.cts.devicepolicy.DeviceOwnerTest#testDeviceOwnerSetup",
Esteban Talavera932c8862014-10-07 11:45:23 +0100145 "com.android.cts.devicepolicy.DeviceOwnerTest#testPersistentIntentResolving",
146 "com.android.cts.devicepolicy.DeviceOwnerTest#testScreenCaptureDisabled",
147 "com.android.cts.devicepolicy.ManagedProfileTest#testManagedProfileSetup",
148 "com.android.cts.devicepolicy.ManagedProfileTest#testWipeData",
149 "com.android.cts.devicepolicy.ManagedProfileTest#testCrossProfileIntentFilters",
Esteban Talaveracf53b192014-10-09 14:33:26 +0100150 "com.android.cts.devicepolicy.ManagedProfileTest#testCrossProfileContent",
151 "com.android.cts.devicepolicy.ManagedProfileTest#testNoDebuggingFeaturesRestriction"
Esteban Talavera932c8862014-10-07 11:45:23 +0100152 ]
153},
154{
155 description: "Flaky test which ocassionally fails",
156 names: [
157 "com.android.cts.devicepolicy.DeviceOwnerTest#testLockTask"
158 ],
159 bug: 17890673
160},
161{
Ricardo Garciaf7974042014-09-25 12:07:13 -0700162
George Mountf7a03902014-09-23 15:15:02 -0700163 description: "These tests fail on some devices.",
164 names: [
165 "android.uirendering.cts.testclasses.ExactCanvasTests#testBlueRect",
166 "android.uirendering.cts.testclasses.ExactCanvasTests#testBluePaddedSquare",
167 "android.uirendering.cts.testclasses.ViewClippingTests#testSimplePaddingClip",
168 "android.uirendering.cts.testclasses.ViewClippingTests#testSimpleClipBoundsClip",
169 "android.uirendering.cts.testclasses.ViewClippingTests#testSimpleOutlineClip",
170 "android.uirendering.cts.testclasses.ViewClippingTests#testSimpleBoundsClip",
171 "android.uirendering.cts.testclasses.InfrastructureTests#testViewInitializer"
172 ],
173 bug: 17511118
Ricardo Garciaf7974042014-09-25 12:07:13 -0700174},
175{
176 description: "This test failed on devices that use effect off loading. In addition it uses hidden apis",
177 names: [
Unsuk Jung52abbfc2014-10-12 20:59:20 -0700178 "android.media.cts.AudioEffectTest#test1_1ConstructorFromUuid"
Ricardo Garciaf7974042014-09-25 12:07:13 -0700179 ],
180 bug: 17605875
destradaa2581a9e2014-09-26 13:25:19 -0700181},
182{
183 description: "Failures on these tests are known on several devices.",
184 names: [
185 "android.hardware.cts.SensorBatchingTests#testAccelerometer_fastest_batching",
186 "android.hardware.cts.SensorBatchingTests#testAccelerometer_50hz_batching",
187 "android.hardware.cts.SensorBatchingTests#testAccelerometer_fastest_flush",
188 "android.hardware.cts.SensorBatchingTests#testAccelerometer_50hz_flush",
189 "android.hardware.cts.SensorBatchingTests#testMagneticField_fastest_batching",
190 "android.hardware.cts.SensorBatchingTests#testMagneticField_50hz_batching",
191 "android.hardware.cts.SensorBatchingTests#testMagneticField_fastest_flush",
192 "android.hardware.cts.SensorBatchingTests#testMagneticField_50hz_flush",
193 "android.hardware.cts.SensorBatchingTests#testOrientation_fastest_batching",
194 "android.hardware.cts.SensorBatchingTests#testOrientation_50hz_batching",
195 "android.hardware.cts.SensorBatchingTests#testOrientation_fastest_flush",
196 "android.hardware.cts.SensorBatchingTests#testOrientation_50hz_flush",
197 "android.hardware.cts.SensorBatchingTests#testGyroscope_fastest_batching",
198 "android.hardware.cts.SensorBatchingTests#testGyroscope_50hz_batching",
199 "android.hardware.cts.SensorBatchingTests#testGyroscope_fastest_flush",
200 "android.hardware.cts.SensorBatchingTests#testGyroscope_50hz_flush",
201 "android.hardware.cts.SensorBatchingTests#testPressure_fastest_batching",
202 "android.hardware.cts.SensorBatchingTests#testPressure_50hz_batching",
203 "android.hardware.cts.SensorBatchingTests#testPressure_fastest_flush",
204 "android.hardware.cts.SensorBatchingTests#testPressure_50hz_flush",
205 "android.hardware.cts.SensorBatchingTests#testGravity_fastest_batching",
206 "android.hardware.cts.SensorBatchingTests#testGravity_50hz_batching",
207 "android.hardware.cts.SensorBatchingTests#testGravity_fastest_flush",
208 "android.hardware.cts.SensorBatchingTests#testGravity_50hz_flush",
209 "android.hardware.cts.SensorBatchingTests#testRotationVector_fastest_batching",
210 "android.hardware.cts.SensorBatchingTests#testRotationVector_50hz_batching",
211 "android.hardware.cts.SensorBatchingTests#testRotationVector_fastest_flush",
212 "android.hardware.cts.SensorBatchingTests#testRotationVector_50hz_flush",
213 "android.hardware.cts.SensorBatchingTests#testMagneticFieldUncalibrated_fastest_batching",
214 "android.hardware.cts.SensorBatchingTests#testMagneticFieldUncalibrated_50hz_batching",
215 "android.hardware.cts.SensorBatchingTests#testMagneticFieldUncalibrated_fastest_flush",
216 "android.hardware.cts.SensorBatchingTests#testMagneticFieldUncalibrated_50hz_flush",
217 "android.hardware.cts.SensorBatchingTests#testGameRotationVector_fastest_batching",
218 "android.hardware.cts.SensorBatchingTests#testGameRotationVector_50hz_batching",
219 "android.hardware.cts.SensorBatchingTests#testGameRotationVector_fastest_flush",
220 "android.hardware.cts.SensorBatchingTests#testGameRotationVector_50hz_flush",
221 "android.hardware.cts.SensorBatchingTests#testGyroscopeUncalibrated_fastest_batching",
222 "android.hardware.cts.SensorBatchingTests#testGyroscopeUncalibrated_50hz_batching",
223 "android.hardware.cts.SensorBatchingTests#testGyroscopeUncalibrated_fastest_flush",
224 "android.hardware.cts.SensorBatchingTests#testGyroscopeUncalibrated_50hz_flush",
225 "android.hardware.cts.SensorBatchingTests#testLinearAcceleration_fastest_batching",
226 "android.hardware.cts.SensorBatchingTests#testLinearAcceleration_50hz_batching",
227 "android.hardware.cts.SensorBatchingTests#testLinearAcceleration_fastest_flush",
228 "android.hardware.cts.SensorBatchingTests#testLinearAcceleration_50hz_flush",
229 "android.hardware.cts.SensorBatchingTests#testGeomagneticRotationVector_fastest_batching",
230 "android.hardware.cts.SensorBatchingTests#testGeomagneticRotationVector_50hz_batching",
231 "android.hardware.cts.SensorBatchingTests#testGeomagneticRotationVector_fastest_flush",
232 "android.hardware.cts.SensorBatchingTests#testGeomagneticRotationVector_50hz_flush",
233 "android.hardware.cts.SensorIntegrationTests#testSensorsWithSeveralClients",
234 "android.hardware.cts.SensorIntegrationTests#testSensorsMovingRates",
destradaa909492d2014-10-03 15:49:38 -0700235 "android.hardware.cts.SensorIntegrationTests#testAccelerometerAccelerometerStopping",
236 "android.hardware.cts.SensorIntegrationTests#testAccelerometerGyroscopeStopping",
237 "android.hardware.cts.SensorIntegrationTests#testAccelerometerMagneticFieldStopping",
238 "android.hardware.cts.SensorIntegrationTests#testGyroscopeAccelerometerStopping",
239 "android.hardware.cts.SensorIntegrationTests#testGyroscopeGyroscopeStopping",
240 "android.hardware.cts.SensorIntegrationTests#testGyroscopeMagneticFieldStopping",
241 "android.hardware.cts.SensorIntegrationTests#testMagneticFieldAccelerometerStopping",
242 "android.hardware.cts.SensorIntegrationTests#testMagneticFieldGyroscopeStopping",
243 "android.hardware.cts.SensorIntegrationTests#testMagneticFieldMagneticFieldStopping",
destradaa2581a9e2014-09-26 13:25:19 -0700244 "android.hardware.cts.SingleSensorTests#testSensorProperties",
245 "android.hardware.cts.SingleSensorTests#testAccelerometer_fastest",
246 "android.hardware.cts.SingleSensorTests#testAccelerometer_100hz",
247 "android.hardware.cts.SingleSensorTests#testAccelerometer_200hz",
248 "android.hardware.cts.SingleSensorTests#testAccelerometer_50hz",
249 "android.hardware.cts.SingleSensorTests#testAccelerometer_25hz",
250 "android.hardware.cts.SingleSensorTests#testAccelerometer_15hz",
251 "android.hardware.cts.SingleSensorTests#testAccelerometer_10hz",
252 "android.hardware.cts.SingleSensorTests#testAccelerometer_5hz",
253 "android.hardware.cts.SingleSensorTests#testAccelerometer_1hz",
254 "android.hardware.cts.SingleSensorTests#testMagneticField_fastest",
255 "android.hardware.cts.SingleSensorTests#testMagneticField_200hz",
256 "android.hardware.cts.SingleSensorTests#testMagneticField_100hz",
257 "android.hardware.cts.SingleSensorTests#testMagneticField_50hz",
258 "android.hardware.cts.SingleSensorTests#testMagneticField_25hz",
259 "android.hardware.cts.SingleSensorTests#testMagneticField_15hz",
260 "android.hardware.cts.SingleSensorTests#testMagneticField_10hz",
261 "android.hardware.cts.SingleSensorTests#testMagneticField_5hz",
262 "android.hardware.cts.SingleSensorTests#testMagneticField_1hz",
263 "android.hardware.cts.SingleSensorTests#testOrientation_fastest",
264 "android.hardware.cts.SingleSensorTests#testOrientation_200hz",
265 "android.hardware.cts.SingleSensorTests#testOrientation_100hz",
266 "android.hardware.cts.SingleSensorTests#testOrientation_50hz",
267 "android.hardware.cts.SingleSensorTests#testOrientation_25hz",
268 "android.hardware.cts.SingleSensorTests#testOrientation_15hz",
269 "android.hardware.cts.SingleSensorTests#testOrientation_10hz",
270 "android.hardware.cts.SingleSensorTests#testOrientation_5hz",
271 "android.hardware.cts.SingleSensorTests#testOrientation_1hz",
272 "android.hardware.cts.SingleSensorTests#testGyroscope_fastest",
273 "android.hardware.cts.SingleSensorTests#testGyroscope_200hz",
274 "android.hardware.cts.SingleSensorTests#testGyroscope_100hz",
275 "android.hardware.cts.SingleSensorTests#testGyroscope_50hz",
276 "android.hardware.cts.SingleSensorTests#testGyroscope_25hz",
277 "android.hardware.cts.SingleSensorTests#testGyroscope_15hz",
278 "android.hardware.cts.SingleSensorTests#testGyroscope_10hz",
279 "android.hardware.cts.SingleSensorTests#testGyroscope_5hz",
280 "android.hardware.cts.SingleSensorTests#testGyroscope_1hz",
281 "android.hardware.cts.SingleSensorTests#testPressure_fastest",
282 "android.hardware.cts.SingleSensorTests#testPressure_200hz",
283 "android.hardware.cts.SingleSensorTests#testPressure_100hz",
284 "android.hardware.cts.SingleSensorTests#testPressure_50hz",
285 "android.hardware.cts.SingleSensorTests#testPressure_25hz",
286 "android.hardware.cts.SingleSensorTests#testPressure_15hz",
287 "android.hardware.cts.SingleSensorTests#testPressure_10hz",
288 "android.hardware.cts.SingleSensorTests#testPressure_5hz",
289 "android.hardware.cts.SingleSensorTests#testPressure_1hz",
290 "android.hardware.cts.SingleSensorTests#testGravity_fastest",
291 "android.hardware.cts.SingleSensorTests#testGravity_200hz",
292 "android.hardware.cts.SingleSensorTests#testGravity_100hz",
293 "android.hardware.cts.SingleSensorTests#testGravity_50hz",
294 "android.hardware.cts.SingleSensorTests#testGravity_25hz",
295 "android.hardware.cts.SingleSensorTests#testGravity_15hz",
296 "android.hardware.cts.SingleSensorTests#testGravity_10hz",
297 "android.hardware.cts.SingleSensorTests#testGravity_5hz",
298 "android.hardware.cts.SingleSensorTests#testGravity_1hz",
299 "android.hardware.cts.SingleSensorTests#testRotationVector_fastest",
300 "android.hardware.cts.SingleSensorTests#testRotationVector_200hz",
301 "android.hardware.cts.SingleSensorTests#testRotationVector_100hz",
302 "android.hardware.cts.SingleSensorTests#testRotationVector_50hz",
303 "android.hardware.cts.SingleSensorTests#testRotationVector_25hz",
304 "android.hardware.cts.SingleSensorTests#testRotationVector_15hz",
305 "android.hardware.cts.SingleSensorTests#testRotationVector_10hz",
306 "android.hardware.cts.SingleSensorTests#testRotationVector_5hz",
307 "android.hardware.cts.SingleSensorTests#testRotationVector_1hz",
308 "android.hardware.cts.SingleSensorTests#testMagneticFieldUncalibrated_fastest",
309 "android.hardware.cts.SingleSensorTests#testMagneticFieldUncalibrated_200hz",
310 "android.hardware.cts.SingleSensorTests#testMagneticFieldUncalibrated_100hz",
311 "android.hardware.cts.SingleSensorTests#testMagneticFieldUncalibrated_50hz",
312 "android.hardware.cts.SingleSensorTests#testMagneticFieldUncalibrated_25hz",
313 "android.hardware.cts.SingleSensorTests#testMagneticFieldUncalibrated_15hz",
314 "android.hardware.cts.SingleSensorTests#testMagneticFieldUncalibrated_10hz",
315 "android.hardware.cts.SingleSensorTests#testMagneticFieldUncalibrated_5hz",
316 "android.hardware.cts.SingleSensorTests#testMagneticFieldUncalibrated_1hz",
317 "android.hardware.cts.SingleSensorTests#testGameRotationVector_fastest",
318 "android.hardware.cts.SingleSensorTests#testGameRotationVector_200hz",
319 "android.hardware.cts.SingleSensorTests#testGameRotationVector_100hz",
320 "android.hardware.cts.SingleSensorTests#testGameRotationVector_50hz",
321 "android.hardware.cts.SingleSensorTests#testGameRotationVector_25hz",
322 "android.hardware.cts.SingleSensorTests#testGameRotationVector_15hz",
323 "android.hardware.cts.SingleSensorTests#testGameRotationVector_10hz",
324 "android.hardware.cts.SingleSensorTests#testGameRotationVector_5hz",
325 "android.hardware.cts.SingleSensorTests#testGameRotationVector_1hz",
326 "android.hardware.cts.SingleSensorTests#testGyroscopeUncalibrated_fastest",
327 "android.hardware.cts.SingleSensorTests#testGyroscopeUncalibrated_200hz",
328 "android.hardware.cts.SingleSensorTests#testGyroscopeUncalibrated_100hz",
329 "android.hardware.cts.SingleSensorTests#testGyroscopeUncalibrated_50hz",
330 "android.hardware.cts.SingleSensorTests#testGyroscopeUncalibrated_25hz",
331 "android.hardware.cts.SingleSensorTests#testGyroscopeUncalibrated_15hz",
332 "android.hardware.cts.SingleSensorTests#testGyroscopeUncalibrated_10hz",
333 "android.hardware.cts.SingleSensorTests#testGyroscopeUncalibrated_5hz",
334 "android.hardware.cts.SingleSensorTests#testGyroscopeUncalibrated_1hz",
335 "android.hardware.cts.SingleSensorTests#testGeomagneticRotationVector_fastest",
336 "android.hardware.cts.SingleSensorTests#testLinearAcceleration_200hz",
337 "android.hardware.cts.SingleSensorTests#testLinearAcceleration_100hz",
338 "android.hardware.cts.SingleSensorTests#testLinearAcceleration_50hz",
339 "android.hardware.cts.SingleSensorTests#testLinearAcceleration_25hz",
340 "android.hardware.cts.SingleSensorTests#testLinearAcceleration_15hz",
341 "android.hardware.cts.SingleSensorTests#testLinearAcceleration_10hz",
342 "android.hardware.cts.SingleSensorTests#testLinearAcceleration_5hz",
343 "android.hardware.cts.SingleSensorTests#testLinearAcceleration_1hz",
344 "android.hardware.cts.SensorTest#testValuesForAllSensors",
345 "android.hardware.cts.SensorTest#testSensorTimeStamps",
346 "android.hardware.cts.SensorTest#testBatchAndFlush",
347 "android.hardware.cts.SensorTest#testBatchAndFlushWithHandler"
348 ],
349 bug: 17675466
Ronghua Wu7defa712014-10-06 10:56:19 -0700350},
351{
352 description: "This test failed on hw decoder that doesn't output frame with the configured format.",
353 names: [
Unsuk Jung52abbfc2014-10-12 20:59:20 -0700354 "android.media.cts.ImageReaderDecoderTest#testHwAVCDecode360pForFlexibleYuv"
Ronghua Wu7defa712014-10-06 10:56:19 -0700355 ],
356 bug: 17144778
Raph Levien6aae5552014-10-02 16:24:33 -0700357},
358{
359 description: "Roboto font tests are not yet known good on all devices",
360 names: [
361 "android.uirendering.cts.testclasses.FontRenderingTests"
362 ],
363 bug: 17109280
Unsuk Jungc189d582014-10-23 01:17:04 -0700364},
365{
366 description: "android.keystore tests will replace these tests",
367 names: [
368 "com.android.org.conscrypt.MacTest#test_getInstance_OpenSSL_ENGINE",
369 "com.android.org.conscrypt.NativeCryptoTest#test_ENGINE_by_id_TestEngine",
370 "com.android.org.conscrypt.SignatureTest#test_getInstance_OpenSSL_ENGINE"
371 ],
372 bug: 18030049
Nick Kralevich738a1032014-09-15 15:24:56 -0700373}
Brian Muramatsuad207372011-12-16 18:41:45 -0800374]