| OLD | NEW | 
|    1 # Copyright (c) 2013, the Dart project authors.  Please see the AUTHORS file |    1 # Copyright (c) 2013, the Dart project authors.  Please see the AUTHORS file | 
|    2 # for details. All rights reserved. Use of this source code is governed by a |    2 # for details. All rights reserved. Use of this source code is governed by a | 
|    3 # BSD-style license that can be found in the LICENSE file. |    3 # BSD-style license that can be found in the LICENSE file. | 
|    4  |    4  | 
|    5 package/invalid_uri_test: Fail, OK # Fails intentionally |    5 package/invalid_uri_test: Fail, OK # Fails intentionally | 
|    6  |    6  | 
|    7 [ $runtime == vm && ( $system == windows ) ] |    7 [ $runtime == vm && ( $system == windows ) ] | 
|    8 io/raw_socket_test: Pass, Fail # Issue 8901 |    8 io/raw_socket_test: Pass, Fail # Issue 8901 | 
|    9 io/http_shutdown_test: Pass, Fail # Issue  9101 |    9 io/http_shutdown_test: Pass, Fail # Issue  9101 | 
|   10  |   10  | 
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  107 io/options_test: Fail |  107 io/options_test: Fail | 
|  108 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |  108 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 
|  109  |  109  | 
|  110 [ $compiler == dart2js && $browser ] |  110 [ $compiler == dart2js && $browser ] | 
|  111 *: Skip |  111 *: Skip | 
|  112  |  112  | 
|  113 [ $compiler == dart2js && $checked ] |  113 [ $compiler == dart2js && $checked ] | 
|  114 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |  114 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 
|  115 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |  115 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 
|  116  |  116  | 
 |  117 [ $runtime == dartium ] | 
 |  118 typed_data_isolate_test: Skip # This test uses dart:io | 
 |  119  | 
|  117 [ $compiler == dart2dart ] |  120 [ $compiler == dart2dart ] | 
|  118 # Skip until we stabilize language tests. |  121 # Skip until we stabilize language tests. | 
|  119 *: Skip |  122 *: Skip | 
|  120  |  123  | 
|  121 [ $arch == arm ] |  124 [ $arch == arm ] | 
|  122 *: Skip |  125 *: Skip | 
|  123  |  126  | 
|  124 [ $arch == simarm ] |  127 [ $arch == simarm ] | 
|  125 *: Skip |  128 *: Skip | 
|  126  |  129  | 
|  127 [ $arch == mips ] |  130 [ $arch == mips ] | 
|  128 *: Skip |  131 *: Skip | 
|  129  |  132  | 
|  130 [ $arch == simmips ] |  133 [ $arch == simmips ] | 
|  131 *: Skip |  134 *: Skip | 
| OLD | NEW |