Chromium Code Reviews| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 122 [ $compiler == dart2js && $runtime == none ] | 122 [ $compiler == dart2js && $runtime == none ] |
| 123 *: Fail, Pass # TODO(ahe): Triage these tests. | 123 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 124 | 124 |
| 125 [ $compiler == dart2dart ] | 125 [ $compiler == dart2dart ] |
| 126 # Skip until we stabilize language tests. | 126 # Skip until we stabilize language tests. |
| 127 *: Skip | 127 *: Skip |
| 128 | 128 |
| 129 # TODO(ajohnsen): Fix this as part of library changes. | 129 # TODO(ajohnsen): Fix this as part of library changes. |
| 130 [ $compiler == none ] | 130 [ $compiler == none ] |
| 131 isolate_negative_test: Skip # Bug 6890 | 131 isolate_negative_test: Skip # Bug 6890 |
| 132 | |
| 133 | |
| 134 [ $compiler == dart2js && $runtime == jsshell ] | |
| 135 count_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
|
ngeoffray
2013/01/10 14:19:34
ditto
| |
| 136 cross_isolate_message_test: Fail # TODO(ngeoaffray): Please triage these failure . | |
| 137 isolate_complex_messages_test: Fail # TODO(ngeoaffray): Please triage these fail ure. | |
| 138 mandel_isolate_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 139 message2_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 140 message_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 141 mint_maker_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 142 nested_spawn2_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 143 nested_spawn_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 144 request_reply_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 145 spawn_function_custom_class_test: Fail # TODO(ngeoaffray): Please triage these f ailure. | |
| 146 spawn_function_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 147 stream_mangling_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| 148 unresolved_ports_test: Fail # TODO(ngeoaffray): Please triage these failure. | |
| OLD | NEW |