| 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 19 matching lines...) Expand all Loading... |
| 30 | 30 |
| 31 [ $compiler == dart2js ] | 31 [ $compiler == dart2js ] |
| 32 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart | 32 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart |
| 33 | 33 |
| 34 [ $runtime == safari ] | 34 [ $runtime == safari ] |
| 35 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 | 35 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 |
| 36 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 36 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 37 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 37 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 38 message_test: Skip | 38 message_test: Skip |
| 39 | 39 |
| 40 [ $runtime == ff ] |
| 41 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 42 timer_test: Pass, Fail |
| 43 multiple_timer_test: Pass, Fail |
| 44 |
| 40 # TODO(ager): Update these. | 45 # TODO(ager): Update these. |
| 41 [ $runtime == ie && $system == windows ] | 46 [ $runtime == ie && $system == windows ] |
| 42 v2*: Skip | 47 v2*: Skip |
| 43 | 48 |
| 44 [ $runtime == safari && $system == macos ] | 49 [ $runtime == safari && $system == macos ] |
| 45 v2*: Skip | 50 v2*: Skip |
| 46 | 51 |
| 47 [ $runtime == ie && ($system == linux || $system == macos) ] | 52 [ $runtime == ie && ($system == linux || $system == macos) ] |
| 48 *: Skip | 53 *: Skip |
| 49 | 54 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 79 multiple_timer_test: Fail,OK # Needs Timer to run. | 84 multiple_timer_test: Fail,OK # Needs Timer to run. |
| 80 timer_test: Fail,OK # Needs Timer to run. | 85 timer_test: Fail,OK # Needs Timer to run. |
| 81 timer_repeat_test: Fail,OK # Needs Timer to run. | 86 timer_repeat_test: Fail,OK # Needs Timer to run. |
| 82 | 87 |
| 83 [ $compiler == dart2js && $runtime == none ] | 88 [ $compiler == dart2js && $runtime == none ] |
| 84 *: Fail, Pass # TODO(ahe): Triage these tests. | 89 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 85 | 90 |
| 86 [ $compiler == dart2dart ] | 91 [ $compiler == dart2dart ] |
| 87 # Skip until we stabilize language tests. | 92 # Skip until we stabilize language tests. |
| 88 *: Skip | 93 *: Skip |
| OLD | NEW |