| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 nested_spawn_test: Fail # Timer interface not supported; dartbug.com/7728. | 50 nested_spawn_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 51 request_reply_test: Fail # Timer interface not supported; dartbug.com/7728. | 51 request_reply_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 52 spawn_function_custom_class_test: Fail # Timer interface not supported; dartbug.
com/7728. | 52 spawn_function_custom_class_test: Fail # Timer interface not supported; dartbug.
com/7728. |
| 53 spawn_function_test: Fail # Timer interface not supported; dartbug.com/7728. | 53 spawn_function_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 54 stream_mangling_test: Fail # Timer interface not supported; dartbug.com/7728. | 54 stream_mangling_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 55 unresolved_ports_test: Fail # Timer interface not supported; dartbug.com/7728. | 55 unresolved_ports_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 56 | 56 |
| 57 [ $compiler == dart2js ] | 57 [ $compiler == dart2js ] |
| 58 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart | 58 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart |
| 59 illegal_msg_test: Fail # Issue 6750 | 59 illegal_msg_test: Fail # Issue 6750 |
| 60 isolate2_negative_test: Fail # Issue 7769 |
| 60 | 61 |
| 61 [ $runtime == safari ] | 62 [ $runtime == safari ] |
| 62 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 | 63 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 |
| 63 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 64 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 64 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 65 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 65 message_test: Skip | 66 message_test: Skip |
| 66 | 67 |
| 67 [ $runtime == ff ] | 68 [ $runtime == ff ] |
| 68 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 69 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 69 multiple_timer_test: Pass, Fail | 70 multiple_timer_test: Pass, Fail |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 [ $compiler == dart2js && $runtime == none ] | 123 [ $compiler == dart2js && $runtime == none ] |
| 123 *: Fail, Pass # TODO(ahe): Triage these tests. | 124 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 124 | 125 |
| 125 [ $compiler == dart2dart ] | 126 [ $compiler == dart2dart ] |
| 126 # Skip until we stabilize language tests. | 127 # Skip until we stabilize language tests. |
| 127 *: Skip | 128 *: Skip |
| 128 | 129 |
| 129 # TODO(ajohnsen): Fix this as part of library changes. | 130 # TODO(ajohnsen): Fix this as part of library changes. |
| 130 [ $compiler == none ] | 131 [ $compiler == none ] |
| 131 isolate_negative_test: Skip # Bug 6890 | 132 isolate_negative_test: Skip # Bug 6890 |
| OLD | NEW |