OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 from . import steps | 5 from . import steps |
6 | 6 |
7 RESULTS_URL = 'https://chromeperf.appspot.com' | 7 RESULTS_URL = 'https://chromeperf.appspot.com' |
8 | 8 |
9 SPEC = { | 9 SPEC = { |
10 'settings': { | 10 'settings': { |
(...skipping 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1480 steps.GTestTest('remoting_unittests'), | 1480 steps.GTestTest('remoting_unittests'), |
1481 steps.AndroidInstrumentationTest( | 1481 steps.AndroidInstrumentationTest( |
1482 'ChromotingTest', 'remoting_test_apk', | 1482 'ChromotingTest', 'remoting_test_apk', |
1483 adb_install_apk=( | 1483 adb_install_apk=( |
1484 'Chromoting.apk', 'org.chromium.chromoting')), | 1484 'Chromoting.apk', 'org.chromium.chromoting')), |
1485 ], | 1485 ], |
1486 'testing': { | 1486 'testing': { |
1487 'platform': 'linux', | 1487 'platform': 'linux', |
1488 }, | 1488 }, |
1489 }, | 1489 }, |
| 1490 'Android Tests (amp split)': { |
| 1491 'chromium_config': 'android', |
| 1492 'gclient_config': 'chromium', |
| 1493 'gclient_apply_config': ['android'], |
| 1494 'chromium_config_kwargs': { |
| 1495 'BUILD_CONFIG': 'Release', |
| 1496 'TARGET_BITS': 32, |
| 1497 'TARGET_PLATFORM': 'android', |
| 1498 }, |
| 1499 'bot_type': 'tester', |
| 1500 'parent_buildername': 'Android Builder', |
| 1501 'android_config': 'main_builder', |
| 1502 'root_devices': True, |
| 1503 'enable_swarming': False, |
| 1504 'tests': [ |
| 1505 steps.AndroidInstrumentationTest( |
| 1506 'AndroidWebViewTest', 'android_webview_test_apk', |
| 1507 isolate_file_path='android_webview/android_webview_test_apk.isolate'
, |
| 1508 adb_install_apk=( |
| 1509 'AndroidWebView.apk', 'org.chromium.android_webview.shell')), |
| 1510 steps.AndroidInstrumentationTest( |
| 1511 'ChromeShellTest', 'chrome_shell_test_apk', |
| 1512 isolate_file_path='chrome/chrome_shell_test_apk.isolate', |
| 1513 adb_install_apk=( |
| 1514 'ChromeShell.apk', 'org.chromium.chrome.shell')), |
| 1515 steps.AndroidInstrumentationTest( |
| 1516 'ContentShellTest', 'content_shell_test_apk', |
| 1517 isolate_file_path='content/content_shell_test_apk.isolate', |
| 1518 adb_install_apk=( |
| 1519 'ContentShell.apk', 'org.chromium.content_shell_apk')), |
| 1520 steps.AndroidInstrumentationTest( |
| 1521 'ChromeSyncShellTest', 'chrome_sync_shell_test_apk', |
| 1522 adb_install_apk=( |
| 1523 'ChromeSyncShell.apk', 'org.chromium.chrome.browser.sync')), |
| 1524 steps.AMPGTestTest('android_webview_unittests', |
| 1525 device_name=['Nexus 5'], device_os=['4.4.2']), |
| 1526 steps.AMPGTestTest('base_unittests', |
| 1527 device_name=['Nexus 5'], device_os=['4.4.2'], |
| 1528 android_isolate_path='base/base_unittests.isolate'), |
| 1529 steps.GTestTest( |
| 1530 'breakpad_unittests', |
| 1531 override_compile_targets=['breakpad_unittests_deps'], |
| 1532 android_isolate_path='breakpad/breakpad_unittests.isolate'), |
| 1533 steps.GTestTest('cc_unittests'), |
| 1534 steps.AMPGTestTest('components_unittests', |
| 1535 device_name=['Nexus 5'], device_os=['4.4.2'], |
| 1536 android_isolate_path='components/components_unittests.isolate'), |
| 1537 steps.GTestTest('content_browsertests'), |
| 1538 steps.GTestTest('content_unittests'), |
| 1539 steps.AMPGTestTest('events_unittests', |
| 1540 device_name=['Nexus 5'], device_os=['4.4.2']), |
| 1541 steps.AMPGTestTest('gl_tests', |
| 1542 device_name=['Nexus 5'], device_os=['4.4.2']), |
| 1543 steps.GTestTest('gpu_unittests'), |
| 1544 steps.AMPGTestTest('ipc_tests', device_name=['Nexus 5'], |
| 1545 device_os=['4.4.2']), |
| 1546 steps.GTestTest('media_unittests'), |
| 1547 steps.GTestTest('net_unittests'), |
| 1548 steps.GTestTest( |
| 1549 'sandbox_linux_unittests', |
| 1550 override_compile_targets=['sandbox_linux_unittests_deps']), |
| 1551 steps.AMPGTestTest('sql_unittests', |
| 1552 device_name=['Nexus 5'], device_os=['4.4.2'], |
| 1553 android_isolate_path='sql/sql_unittests.isolate'), |
| 1554 steps.AMPGTestTest('sync_unit_tests', |
| 1555 device_name=['Nexus 5'], device_os=['4.4.2'], |
| 1556 android_isolate_path='sync/sync_unit_tests.isolate'), |
| 1557 steps.AMPGTestTest('ui_android_unittests', |
| 1558 device_name=['Nexus 5'], device_os=['4.4.2']), |
| 1559 steps.GTestTest('ui_base_unittests'), |
| 1560 steps.AMPGTestTest('ui_touch_selection_unittests', |
| 1561 device_name=['Nexus 5'], device_os=['4.4.2']), |
| 1562 steps.GTestTest('unit_tests'), |
| 1563 steps.AndroidJunitTest('junit_unit_tests'), |
| 1564 steps.AndroidJunitTest('chrome_junit_tests'), |
| 1565 steps.AndroidJunitTest('content_junit_tests'), |
| 1566 ], |
| 1567 'test_generators': [ |
| 1568 steps.generate_gtest, |
| 1569 steps.generate_script, |
| 1570 ], |
| 1571 'testing': { |
| 1572 'platform': 'linux', |
| 1573 }, |
| 1574 }, |
1490 }, | 1575 }, |
1491 } | 1576 } |
OLD | NEW |