Home | History | Annotate | Download | only in buildbot
      1 {
      2   "compile_targets": [
      3     "all"
      4   ],
      5   "gtest_tests": [
      6     "accessibility_unittests",
      7     "app_list_unittests",
      8     {
      9       "test": "base_unittests",
     10       "swarming": {
     11         "can_use_on_swarming_builders": true
     12       }
     13     },
     14     {
     15       "test": "browser_tests",
     16       "swarming": {
     17         "can_use_on_swarming_builders": true,
     18         "shards": 5
     19       }
     20     },
     21     "cacheinvalidation_unittests",
     22     "cast_unittests",
     23     "cc_unittests",
     24     "chromedriver_unittests",
     25     {
     26       "test": "chromevox_tests",
     27       "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
     28     },
     29     {
     30       "test": "chrome_elf_unittests",
     31       "platforms": ["win"]
     32     },
     33     "components_browsertests",
     34     "components_unittests",
     35     {
     36       "test": "compositor_unittests",
     37       "platforms": ["linux", "win"]
     38     },
     39     {
     40       "test": "courgette_unittests",
     41       "platforms": ["win"]
     42     },
     43     {
     44       "test": "content_browsertests",
     45       "swarming": {
     46         "can_use_on_swarming_builders": true
     47       }
     48     },
     49     {
     50       "test": "content_unittests",
     51       "swarming": {
     52         "can_use_on_swarming_builders": true
     53       }
     54     },
     55     "crypto_unittests",
     56     {
     57       "test": "dbus_unittests",
     58       "platforms": ["linux"]
     59     },
     60     "device_unittests",
     61     "events_unittests",
     62     {
     63       "test": "extensions_unittests",
     64       "platforms": ["win", "mac", "linux"]
     65     },
     66     "gcm_unit_tests",
     67     "gfx_unittests",
     68     "google_apis_unittests",
     69     "gpu_unittests",
     70     {
     71       "test": "interactive_ui_tests",
     72       "swarming": {
     73         "can_use_on_swarming_builders": true,
     74         "shards": 3
     75       }
     76     },
     77     {
     78       "test": "installer_util_unittests",
     79       "platforms": ["win"]
     80     },
     81     {
     82       "test": "ipc_mojo_unittests",
     83       "platforms": ["linux"]
     84     },
     85     "ipc_tests",
     86     "jingle_unittests",
     87     {
     88       "test": "keyboard_unittests",
     89       "platforms": ["linux", "win"]
     90     },
     91     "media_perftests",
     92     "media_unittests",
     93     "message_center_unittests",
     94     "mojo_apps_js_unittests",
     95     "mojo_common_unittests",
     96     "mojo_js_unittests",
     97     "mojo_public_bindings_unittests",
     98     "mojo_public_environment_unittests",
     99     "mojo_public_system_unittests",
    100     "mojo_public_utility_unittests",
    101     {
    102       "test": "mojo_application_manager_unittests",
    103       "platforms": ["linux"]
    104     },
    105     {
    106       "test": "mojo_shell_tests",
    107       "platforms": ["linux"]
    108     },
    109     "mojo_system_unittests",
    110     {
    111       "test": "nacl_loader_unittests",
    112       "platforms": ["linux"]
    113     },
    114     {
    115       "test": "net_unittests",
    116       "swarming": {
    117         "can_use_on_swarming_builders": true
    118       }
    119     },
    120     "ppapi_unittests",
    121     "printing_unittests",
    122     "remoting_unittests",
    123     {
    124       "test": "sbox_integration_tests",
    125       "platforms": ["win"]
    126     },
    127     {
    128       "test": "sbox_validation_tests",
    129       "platforms": ["win"]
    130     },
    131     {
    132       "test": "sbox_unittests",
    133       "platforms": ["win"]
    134     },
    135     "sql_unittests",
    136     {
    137       "test": "sync_integration_tests",
    138       "swarming": {
    139         "can_use_on_swarming_builders": true,
    140         "shards": 3
    141       }
    142     },
    143     "sync_unit_tests",
    144     "ui_unittests",
    145     {
    146       "test": "unit_tests",
    147       "swarming": {
    148         "can_use_on_swarming_builders": true,
    149         "shards": 2
    150       }
    151     },
    152     "url_unittests",
    153     {
    154       "test": "wm_unittests",
    155       "platforms": ["linux"]
    156     },
    157     {
    158       "test": "app_shell_browsertests",
    159       "platforms": ["linux"]
    160     },
    161     {
    162       "test": "ash_unittests",
    163       "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
    164     },
    165     {
    166       "test": "ash_unittests",
    167       "platforms": ["win"]
    168     },
    169     {
    170       "test": "aura_unittests",
    171       "platforms": ["linux", "win"]
    172     },
    173     {
    174       "test": "mojo_view_manager_unittests",
    175       "platforms": ["linux"]
    176     },
    177     {
    178       "test": "views_unittests",
    179       "platforms": ["linux", "win"]
    180     },
    181     {
    182       "test": "sandbox_linux_unittests",
    183       "platforms": ["linux"],
    184       "args": ["--test-launcher-print-test-stdio=always"]
    185     },
    186     {
    187       "test": "sandbox_mac_unittests",
    188       "platforms": ["mac"]
    189     },
    190     {
    191       "test": "chromeos_unittests",
    192       "platforms": ["linux"],
    193       "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
    194     },
    195     {
    196       "test": "athena_unittests",
    197       "platforms": ["linux"],
    198       "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
    199     },
    200     {
    201       "test": "display_unittests",
    202       "platforms": ["linux"]
    203     },
    204     {
    205       "test": "ozone_unittests",
    206       "platforms": ["linux"],
    207       "chromium_configs": ["chromium_chromeos_ozone"]
    208     }
    209   ],
    210 
    211   "non_filter_builders": [
    212   ],
    213 
    214   "non_filter_tests_builders": [
    215   ],
    216 
    217   "filter_compile_builders": [
    218     "win_chromium_compile_dbg",
    219     "win_chromium_rel_swarming",
    220     "win_chromium_x64_rel_swarming",
    221     "win8_chromium_rel"
    222   ]
    223 }
    224