| 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 ] | 7 [ $runtime == vm ] |
| 8 package/package_isolate_test: Fail # Issue 7520. | 8 package/package_isolate_test: Fail # Issue 7520. |
| 9 io/test_runner_test: Pass, Fail # Issue 1947 | 9 io/test_runner_test: Pass, Fail # Issue 1947 |
| 10 | 10 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. | 69 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. |
| 70 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | 70 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. |
| 71 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | 71 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 72 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | 72 io/web_socket_protocol_processor_test: Skip # dart:io unit test. |
| 73 | 73 |
| 74 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | 74 io/process_exit_negative_test: Fail # This is a compilation-time negative test. |
| 75 | 75 |
| 76 [ $compiler == frog ] | 76 [ $compiler == frog ] |
| 77 *: Skip | 77 *: Skip |
| 78 | 78 |
| 79 [ $arch == arm ] | |
| 80 *: Skip | |
| 81 | |
| 82 | |
| 83 [ $arch == simarm ] | |
| 84 *: Skip | |
| 85 | |
| 86 [ $compiler == dart2js ] | 79 [ $compiler == dart2js ] |
| 87 number_identity_test: Skip # Bigints and int/double diff. not supported. | 80 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 88 typed_array_test: Skip # This is a VM test | 81 typed_array_test: Skip # This is a VM test |
| 89 float_array_test: Skip # This is a VM test | 82 float_array_test: Skip # This is a VM test |
| 90 int_array_test: Skip # This is a VM test | 83 int_array_test: Skip # This is a VM test |
| 91 int_array_load_elimination_test: Skip # This is a VM test | 84 int_array_load_elimination_test: Skip # This is a VM test |
| 92 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 85 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 93 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 86 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 94 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 87 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 95 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 88 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| (...skipping 13 matching lines...) Expand all Loading... |
| 109 [ $compiler == dart2js && $browser ] | 102 [ $compiler == dart2js && $browser ] |
| 110 *: Skip | 103 *: Skip |
| 111 | 104 |
| 112 [ $compiler == dart2js && $checked ] | 105 [ $compiler == dart2js && $checked ] |
| 113 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 106 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 114 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 107 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 115 | 108 |
| 116 [ $compiler == dart2dart ] | 109 [ $compiler == dart2dart ] |
| 117 # Skip until we stabilize language tests. | 110 # Skip until we stabilize language tests. |
| 118 *: Skip | 111 *: Skip |
| 112 |
| 113 [ $arch == arm ] |
| 114 *: Skip |
| 115 |
| 116 [ $arch == simarm ] |
| 117 *: Skip |
| 118 |
| 119 [ $arch == mips ] |
| 120 *: Skip |
| 121 |
| 122 [ $arch == simmips ] |
| 123 *: Skip |
| OLD | NEW |