| OLD | NEW | 
|    1 # This file contains a list of Mojo apptests. For description of the file |    1 # This file contains a list of Mojo apptests. For description of the file | 
|    2 # format, see `mojo_test` in devtools. |    2 # format, see `mojo_test` in devtools. | 
|    3  |    3  | 
|    4 tests = [ |    4 tests = [ | 
|    5   { |    5   { | 
|    6     "test": "mojo:asset_bundle_apptests", |    6     "test": "mojo:asset_bundle_apptests", | 
|    7   }, |    7   }, | 
|    8   { |    8   { | 
|    9     "test": "mojo:authenticating_url_loader_interceptor_apptests", |    9     "test": "mojo:authenticating_url_loader_interceptor_apptests", | 
|   10   }, |   10   }, | 
| (...skipping 30 matching lines...) Expand all  Loading... | 
|   41   { |   41   { | 
|   42     "test": "mojo:log_client_apptests" |   42     "test": "mojo:log_client_apptests" | 
|   43   }, |   43   }, | 
|   44   { |   44   { | 
|   45     "test": "mojo:log_impl_apptests" |   45     "test": "mojo:log_impl_apptests" | 
|   46   }, |   46   }, | 
|   47   { |   47   { | 
|   48     "test": "mojo:mojio_apptests", |   48     "test": "mojo:mojio_apptests", | 
|   49   }, |   49   }, | 
|   50   { |   50   { | 
 |   51     "test": "mojo:mojo_common_apptests", | 
 |   52   }, | 
 |   53   { | 
 |   54     "test": "mojo:mojo_data_pipe_utils_apptests", | 
 |   55   }, | 
 |   56   { | 
 |   57     "test": "mojo:mojo_message_pump_apptests", | 
 |   58   }, | 
 |   59   { | 
|   51     "test": "mojo:moterm_apptests", |   60     "test": "mojo:moterm_apptests", | 
|   52   }, |   61   }, | 
|   53   { |   62   { | 
|   54     "test": "mojo:network_service_apptests", |   63     "test": "mojo:network_service_apptests", | 
|   55   }, |   64   }, | 
|   56   { |   65   { | 
|   57     "test": "mojo:prediction_apptests", |   66     "test": "mojo:prediction_apptests", | 
|   58   }, |   67   }, | 
|   59   { |   68   { | 
|   60     "test": "mojo:ui_apptests", |   69     "test": "mojo:ui_apptests", | 
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  143       # These tests rely on various things in /bin. |  152       # These tests rely on various things in /bin. | 
|  144       "test": "mojo:native_support_apptests", |  153       "test": "mojo:native_support_apptests", | 
|  145     }, |  154     }, | 
|  146     { |  155     { | 
|  147       # https://github.com/domokit/mojo/issues/61 |  156       # https://github.com/domokit/mojo/issues/61 | 
|  148       # Sometime the shell get a trucated application when exposed through the |  157       # Sometime the shell get a trucated application when exposed through the | 
|  149       # http server. |  158       # http server. | 
|  150       "test": "mojo:shell_apptests", |  159       "test": "mojo:shell_apptests", | 
|  151     }, |  160     }, | 
|  152   ] |  161   ] | 
| OLD | NEW |