| OLD | NEW |
| 1 { | 1 { |
| 2 'build_step_props': { | 2 'build_step_props': { |
| 3 'blamelist': [u'iannucci@chromium.org'], | 3 'blamelist': [u'iannucci@chromium.org'], |
| 4 'branch': None, | 4 'branch': None, |
| 5 'buildername': 'android_dbg_triggered_tests', | 5 'buildername': 'android_dbg_triggered_tests', |
| 6 'buildnumber': 25183, | 6 'buildnumber': 25183, |
| 7 'got_nacl_revision': 10619, | 7 'got_nacl_revision': 10619, |
| 8 'got_revision': 177980, | 8 'got_revision': 177980, |
| 9 'got_v8_revision': 13451, | 9 'got_v8_revision': 13451, |
| 10 'got_webkit_revision': 140209, | 10 'got_webkit_revision': 140209, |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 step('gpu_unittests'), | 66 step('gpu_unittests'), |
| 67 step('ipc_tests'), | 67 step('ipc_tests'), |
| 68 step('media_unittests'), | 68 step('media_unittests'), |
| 69 step('net_unittests'), | 69 step('net_unittests'), |
| 70 step('sql_unittests'), | 70 step('sql_unittests'), |
| 71 step('sync_unit_tests'), | 71 step('sync_unit_tests'), |
| 72 step('ui_unittests'), | 72 step('ui_unittests'), |
| 73 step('unit_tests'), | 73 step('unit_tests'), |
| 74 step('webkit_compositor_bindings_unittests'), | 74 step('webkit_compositor_bindings_unittests'), |
| 75 step('androidwebview_instrumentation_tests'), | 75 step('androidwebview_instrumentation_tests'), |
| 76 step('chromiumtestshell_instrumentation_tests'), | 76 step('chromeshell_instrumentation_tests'), |
| 77 step('contentshell_instrumentation_tests'), | 77 step('contentshell_instrumentation_tests'), |
| 78 step('logcat_dump'), | 78 step('logcat_dump'), |
| 79 step('test_report'), | 79 step('test_report'), |
| 80 ], | 80 ], |
| 81 'master': { | 81 'master': { |
| 82 'getTitle()': 'Title', | 82 'getTitle()': 'Title', |
| 83 'getBuildbotURL()': 'http://build.chromium.org/p/tryserver.chromium/', | 83 'getBuildbotURL()': 'http://build.chromium.org/p/tryserver.chromium/', |
| 84 }, | 84 }, |
| 85 } | 85 } |
| OLD | NEW |