OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 # | 4 # |
5 # This file lists the pyauto tests that run as a part of the functional test | 5 # This file lists the pyauto tests that run as a part of the functional test |
6 # suite. | 6 # suite. |
7 # | 7 # |
8 # Tests can be enabled on a per-platform basis. Tests not listed here will | 8 # Tests can be enabled on a per-platform basis. Tests not listed here will |
9 # not be run. | 9 # not be run. |
10 # | 10 # |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
285 # Multi-profile doesn't apply to chromeos yet. | 285 # Multi-profile doesn't apply to chromeos yet. |
286 '-multiprofile', | 286 '-multiprofile', |
287 # These require a custom setup on ChromeOS and have their own suite for | 287 # These require a custom setup on ChromeOS and have their own suite for |
288 # this platform. | 288 # this platform. |
289 '-policy', | 289 '-policy', |
290 '-policy_prefs_ui', | 290 '-policy_prefs_ui', |
291 # No Protector on ChromeOS. | 291 # No Protector on ChromeOS. |
292 '-protector', | 292 '-protector', |
293 # No Web Driver test for ChromeOS. | 293 # No Web Driver test for ChromeOS. |
294 '-about_plugins_ui', | 294 '-about_plugins_ui', |
295 '-prefs.PrefsTest.testGeolocationBlockedWhenTrackingDenied' | |
Nirnimesh
2012/02/07 01:31:22
what's wrong with this?
Nirnimesh
2012/02/07 01:49:04
Someone recently updated this test to use webdrive
| |
296 # You cannot adjust the downloads directory on ChromeOS. | |
297 '-prefs.PrefsTest.testDownloadDirPref' | |
295 | 298 |
296 # ================================================== | 299 # ================================================== |
297 # Disabled tests that need to be investigated/fixed. | 300 # Disabled tests that need to be investigated/fixed. |
298 # ================================================== | 301 # ================================================== |
299 # crosbug.com/19556 | 302 # crosbug.com/19556 |
300 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 303 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
301 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', | 304 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', |
302 # Downloads panel stays even after declining a download. | 305 # Downloads panel stays even after declining a download. |
303 # crosbug.com/14728 | 306 # crosbug.com/14728 |
304 '-downloads.DownloadsTest.testDeclineDangerousDownload', | 307 '-downloads.DownloadsTest.testDeclineDangerousDownload', |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
643 ], | 646 ], |
644 }, | 647 }, |
645 | 648 |
646 # HTML5 media performance tests. | 649 # HTML5 media performance tests. |
647 'AV_PERF': { | 650 'AV_PERF': { |
648 'linux': [ | 651 'linux': [ |
649 'media.media_constrained_network_perf', | 652 'media.media_constrained_network_perf', |
650 ], | 653 ], |
651 }, | 654 }, |
652 } | 655 } |
OLD | NEW |