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