| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 mandel_isolate_test: Fail | 94 mandel_isolate_test: Fail |
| 95 message2_test: Fail | 95 message2_test: Fail |
| 96 message_test: Fail | 96 message_test: Fail |
| 97 mint_maker_test: Fail | 97 mint_maker_test: Fail |
| 98 nested_spawn2_test: Fail | 98 nested_spawn2_test: Fail |
| 99 nested_spawn_test: Fail | 99 nested_spawn_test: Fail |
| 100 request_reply_test: Fail | 100 request_reply_test: Fail |
| 101 spawn_function_custom_class_test: Fail | 101 spawn_function_custom_class_test: Fail |
| 102 spawn_function_test: Fail | 102 spawn_function_test: Fail |
| 103 unresolved_ports_test: Fail | 103 unresolved_ports_test: Fail |
| 104 |
| 105 [ $compiler == dart2js && $checked && $browser] |
| 106 |
| 107 # The following tests fail on int checks. |
| 108 # Issue 3720 |
| 109 compute_this_script_browser_test: Fail |
| 110 multiple_timer_test: Fail |
| 111 timer_repeat_test: Fail |
| 112 timer_test: Fail |
| OLD | NEW |