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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
280 'chromeos_power', | 280 'chromeos_power', |
281 'chromeos_prefs', | 281 'chromeos_prefs', |
282 'chromeos_security', | 282 'chromeos_security', |
283 'chromeos_time', | 283 'chromeos_time', |
284 'chromeos_update', | 284 'chromeos_update', |
285 'chromeos_wifi_sanity', | 285 'chromeos_wifi_sanity', |
286 | 286 |
287 # =========================== | 287 # =========================== |
288 # Permanently-disabled tests. | 288 # Permanently-disabled tests. |
289 # =========================== | 289 # =========================== |
290 # Disable app tests until r125069 reaches ChromeOS. | |
Nirnimesh
2012/03/06 02:11:30
ChromeOS -> 'Google Chrome'
| |
291 '-apptest', | |
290 # You cannot resize the browser window on ChromeOS. | 292 # You cannot resize the browser window on ChromeOS. |
291 '-browser.BrowserTest.testWindowResize', | 293 '-browser.BrowserTest.testWindowResize', |
292 # No codesign verification on ChromeOS. | 294 # No codesign verification on ChromeOS. |
293 '-codesign', | 295 '-codesign', |
294 # Import tests are invalid on ChromeOS since Chrome is the only browser. | 296 # Import tests are invalid on ChromeOS since Chrome is the only browser. |
295 '-imports', | 297 '-imports', |
296 # Multi-profile doesn't apply to chromeos yet. | 298 # Multi-profile doesn't apply to chromeos yet. |
297 '-multiprofile', | 299 '-multiprofile', |
298 # These require a custom setup on ChromeOS and have their own suite for | 300 # These require a custom setup on ChromeOS and have their own suite for |
299 # this platform. | 301 # this platform. |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
689 ], | 691 ], |
690 }, | 692 }, |
691 | 693 |
692 # HTML5 media performance tests. | 694 # HTML5 media performance tests. |
693 'AV_PERF': { | 695 'AV_PERF': { |
694 'linux': [ | 696 'linux': [ |
695 'media.media_constrained_network_perf', | 697 'media.media_constrained_network_perf', |
696 ], | 698 ], |
697 }, | 699 }, |
698 } | 700 } |
OLD | NEW |