| 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 20 matching lines...) Expand all Loading... |
| 31 unresolved_ports_negative_test: Fail, OK # Fails at runtime. | 31 unresolved_ports_negative_test: Fail, OK # Fails at runtime. |
| 32 | 32 |
| 33 # test issue 6512 | 33 # test issue 6512 |
| 34 isolate2_negative_test: Pass | 34 isolate2_negative_test: Pass |
| 35 compute_this_script_browser_test: Pass | 35 compute_this_script_browser_test: Pass |
| 36 | 36 |
| 37 | 37 |
| 38 [ $compiler == dart2js ] | 38 [ $compiler == dart2js ] |
| 39 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart | 39 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart |
| 40 port_test: Fail # Issue 6608 | 40 port_test: Fail # Issue 6608 |
| 41 illegal_msg_test: Fail # Issue 6750 |
| 41 | 42 |
| 42 [ $runtime == safari ] | 43 [ $runtime == safari ] |
| 43 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 | 44 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 |
| 44 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 45 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 45 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 46 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 46 message_test: Skip | 47 message_test: Skip |
| 47 | 48 |
| 48 [ $runtime == ff ] | 49 [ $runtime == ff ] |
| 49 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 50 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 50 multiple_timer_test: Pass, Fail | 51 multiple_timer_test: Pass, Fail |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 timer_isolate_test: Fail, OK # Needs Timer to run. | 100 timer_isolate_test: Fail, OK # Needs Timer to run. |
| 100 timer_repeat_test: Fail,OK # Needs Timer to run. | 101 timer_repeat_test: Fail,OK # Needs Timer to run. |
| 101 timer_test: Fail,OK # Needs Timer to run. | 102 timer_test: Fail,OK # Needs Timer to run. |
| 102 | 103 |
| 103 [ $compiler == dart2js && $runtime == none ] | 104 [ $compiler == dart2js && $runtime == none ] |
| 104 *: Fail, Pass # TODO(ahe): Triage these tests. | 105 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 105 | 106 |
| 106 [ $compiler == dart2dart ] | 107 [ $compiler == dart2dart ] |
| 107 # Skip until we stabilize language tests. | 108 # Skip until we stabilize language tests. |
| 108 *: Skip | 109 *: Skip |
| OLD | NEW |