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 serialization_test: Skip # tests dart2js-specific serialization code | 7 serialization_test: Skip # tests dart2js-specific serialization code |
8 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. | 8 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. |
9 compute_this_script_browser_test: Skip # browser specific test | 9 compute_this_script_browser_test: Skip # browser specific test |
10 timer_not_available_test: Fail, OK # only meant to test when there is no way to | 10 timer_not_available_test: Fail, OK # only meant to test when there is no way to |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 multiple_timer_test: Fail,OK # Needs Timer to run. | 76 multiple_timer_test: Fail,OK # Needs Timer to run. |
77 timer_test: Fail,OK # Needs Timer to run. | 77 timer_test: Fail,OK # Needs Timer to run. |
78 timer_repeat_test: Fail,OK # Needs Timer to run. | 78 timer_repeat_test: Fail,OK # Needs Timer to run. |
79 | 79 |
80 [ $compiler == dart2js && $runtime == none ] | 80 [ $compiler == dart2js && $runtime == none ] |
81 *: Fail, Pass # TODO(ahe): Triage these tests. | 81 *: Fail, Pass # TODO(ahe): Triage these tests. |
82 | 82 |
83 [ $compiler == dart2dart ] | 83 [ $compiler == dart2dart ] |
84 # Skip until we stabilize language tests. | 84 # Skip until we stabilize language tests. |
85 *: Skip | 85 *: Skip |
| 86 |
| 87 [ $compiler == dart2js && $checked ] |
| 88 |
| 89 # The following tests fail on int checks. |
| 90 # Issue 3720 |
| 91 count_test: Fail |
| 92 cross_isolate_message_test: Fail |
| 93 isolate_complex_messages_test: Fail |
| 94 mandel_isolate_test: Fail |
| 95 message2_test: Fail |
| 96 message_test: Fail |
| 97 mint_maker_test: Fail |
| 98 nested_spawn2_test: Fail |
| 99 nested_spawn_test: Fail |
| 100 request_reply_test: Fail |
| 101 spawn_function_custom_class_test: Fail |
| 102 spawn_function_test: Fail |
| 103 unresolved_ports_test: Fail |
OLD | NEW |