| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 out_of_memory_test: Skip # Issue 2345 | 5 out_of_memory_test: Skip # Issue 2345 |
| 6 | 6 |
| 7 package/invalid_uri_test: Fail, OK # Fails intentionally | 7 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 8 | 8 |
| 9 [ $runtime == vm && $checked ] | 9 [ $runtime == vm && $checked ] |
| 10 # These tests have type errors on purpose. | 10 # These tests have type errors on purpose. |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 [$compiler == dart2js && $browser ] | 78 [$compiler == dart2js && $browser ] |
| 79 *: Skip | 79 *: Skip |
| 80 | 80 |
| 81 [$compiler == dart2js && $checked ] | 81 [$compiler == dart2js && $checked ] |
| 82 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 82 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 83 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 83 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 84 io/http_headers_test: Fail # TODO(floitsch): I'm on it. | 84 io/http_headers_test: Fail # TODO(floitsch): I'm on it. |
| 85 io/http_date_test: Fail # TODO(floitsch): I'm on it. | 85 io/http_date_test: Fail # TODO(floitsch): I'm on it. |
| 86 | 86 |
| 87 [ $compiler == dart2dart ] | 87 [ $compiler == dart2dart ] |
| 88 assert_test: Fail | 88 # Skip until we stabilize language tests. |
| 89 byte_array_test: Fail | 89 *: Skip |
| 90 io/chunked_stream_test: Fail | |
| 91 io/compile_all_test: Fail | |
| 92 io/dart_std_io_pipe_test: Fail | |
| 93 io/directory_error_test: Fail | |
| 94 io/directory_fuzz_test: Fail | |
| 95 io/directory_invalid_arguments_test: Fail | |
| 96 io/directory_test: Fail | |
| 97 io/echo_server_stream_test: Fail | |
| 98 io/echo_server_test: Fail | |
| 99 io/file_error_test: Fail | |
| 100 io/file_fuzz_test: Fail | |
| 101 io/file_input_stream_test: Fail | |
| 102 io/file_invalid_arguments_test: Fail | |
| 103 io/file_output_stream_test: Fail | |
| 104 io/file_system_links_test: Fail | |
| 105 io/file_test: Fail | |
| 106 io/http_advanced_test: Fail | |
| 107 io/http_client_test: Fail | |
| 108 io/http_connection_close_test: Fail | |
| 109 io/http_connection_header_test: Fail | |
| 110 io/http_connection_info_test: Fail | |
| 111 io/http_content_length_test: Fail | |
| 112 io/http_headers_test: Fail | |
| 113 io/http_head_test: Fail | |
| 114 io/http_read_test: Fail | |
| 115 io/http_redirect_test: Fail | |
| 116 io/http_server_early_client_close_test: Fail | |
| 117 io/http_server_early_server_close_test: Fail | |
| 118 io/http_server_handler_test: Fail | |
| 119 io/http_server_socket_test: Fail | |
| 120 io/http_server_test: Fail | |
| 121 io/http_shutdown_test: Fail | |
| 122 io/list_input_stream_test: Fail | |
| 123 io/list_output_stream_test: Fail | |
| 124 io/many_directory_operations_test: Fail | |
| 125 io/many_file_operations_test: Fail | |
| 126 io/multiple_timer_test: Fail | |
| 127 io/options_test: Fail | |
| 128 io/path_test: Fail | |
| 129 io/platform_test: Fail | |
| 130 io/process_broken_pipe_test: Fail | |
| 131 io/process_check_arguments_test: Fail | |
| 132 io/process_environment_test: Fail | |
| 133 io/process_exit_test: Fail | |
| 134 io/process_invalid_arguments_test: Fail | |
| 135 io/process_run_output_test: Fail | |
| 136 io/process_segfault_test: Fail | |
| 137 io/process_start_exception_test: Fail | |
| 138 io/process_stderr_test: Fail | |
| 139 io/process_stdout_test: Fail | |
| 140 io/process_working_directory_test: Fail | |
| 141 io/read_into_const_list_test: Fail | |
| 142 io/socket_close_test: Fail | |
| 143 io/socket_exception_test: Fail | |
| 144 io/socket_info_test: Fail | |
| 145 io/socket_invalid_arguments_test: Fail | |
| 146 io/socket_many_connections_test: Fail | |
| 147 io/socket_port_test: Fail | |
| 148 io/socket_stream_close_test: Fail | |
| 149 io/status_file_parser_test: Fail | |
| 150 io/stream_pipe_test: Fail | |
| 151 io/string_stream_test: Fail | |
| 152 io/test_runner_test: Fail | |
| 153 io/timer_cancel1_test: Fail | |
| 154 io/timer_cancel2_test: Fail | |
| 155 io/timer_cancel_test: Fail | |
| 156 io/timer_repeat_test: Fail | |
| 157 io/timer_test: Fail | |
| 158 io/url_encoding_test: Fail | |
| 159 io/web_socket_test: Fail | |
| 160 medium_integer_test: Fail | |
| 161 status_expression_test: Fail | |
| 162 test_extension_test/none: Fail | |
| OLD | NEW |