| 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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
| 6 isolate2_negative_test: Skip # Need to resolve correct behaviour. | 6 isolate2_negative_test: Skip # Need to resolve correct behaviour. |
| 7 isolate3_negative_test: Skip # test depends on isolate error exiting process. | 7 isolate3_negative_test: Skip # test depends on isolate error exiting process. |
| 8 serialization_test: Skip # tests dart2js-specific serialization code | 8 serialization_test: Skip # tests dart2js-specific serialization code |
| 9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. | 9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. |
| 10 compute_this_script_browser_test: Skip # browser specific test | 10 compute_this_script_browser_test: Skip # browser specific test |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 [ $compiler == dart2js && $runtime == none ] | 106 [ $compiler == dart2js && $runtime == none ] |
| 107 *: Fail, Pass # TODO(ahe): Triage these tests. | 107 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 108 | 108 |
| 109 [ $compiler == dart2dart ] | 109 [ $compiler == dart2dart ] |
| 110 # Skip until we stabilize language tests. | 110 # Skip until we stabilize language tests. |
| 111 *: Skip | 111 *: Skip |
| 112 | 112 |
| 113 # TODO(ajohnsen): Fix this as part of library changes. | 113 # TODO(ajohnsen): Fix this as part of library changes. |
| 114 [ $compiler == none ] | 114 [ $compiler == none ] |
| 115 isolate_negative_test: Skip # Bug 6890 | 115 isolate_negative_test: Skip # Bug 6890 |
| 116 | |
| 117 | |
| 118 [ $compiler == dart2js && $runtime == jsshell ] | |
| 119 count_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 120 cross_isolate_message_test: Fail # TODO(ngeoaffray): Please triage these failure
. | |
| 121 isolate_complex_messages_test: Fail # TODO(ngeoaffray): Please triage these fail
ure. | |
| 122 mandel_isolate_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 123 message2_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 124 message_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 125 mint_maker_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 126 nested_spawn2_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 127 nested_spawn_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 128 request_reply_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 129 spawn_function_custom_class_test: Fail # TODO(ngeoaffray): Please triage these f
ailure. | |
| 130 spawn_function_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 131 stream_mangling_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 132 unresolved_ports_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| OLD | NEW |