| 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 24 matching lines...) Expand all Loading... |
| 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 ] | 40 [ $runtime == ff ] |
| 41 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 41 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 42 timer_test: Pass, Fail | 42 timer_test: Pass, Fail |
| 43 multiple_timer_test: Pass, Fail | 43 multiple_timer_test: Pass, Fail |
| 44 | 44 |
| 45 [ $runtime == ff && $system == windows ] |
| 46 message2_test: Skip # http://dartbug.com/5744 (bug causes hang, so skip test) |
| 47 |
| 45 # TODO(ager): Update these. | 48 # TODO(ager): Update these. |
| 46 [ $runtime == ie && $system == windows ] | 49 [ $runtime == ie && $system == windows ] |
| 47 v2*: Skip | 50 v2*: Skip |
| 48 | 51 |
| 49 [ $runtime == safari && $system == macos ] | 52 [ $runtime == safari && $system == macos ] |
| 50 v2*: Skip | 53 v2*: Skip |
| 51 | 54 |
| 52 [ $runtime == ie && ($system == linux || $system == macos) ] | 55 [ $runtime == ie && ($system == linux || $system == macos) ] |
| 53 *: Skip | 56 *: Skip |
| 54 | 57 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 84 multiple_timer_test: Fail,OK # Needs Timer to run. | 87 multiple_timer_test: Fail,OK # Needs Timer to run. |
| 85 timer_test: Fail,OK # Needs Timer to run. | 88 timer_test: Fail,OK # Needs Timer to run. |
| 86 timer_repeat_test: Fail,OK # Needs Timer to run. | 89 timer_repeat_test: Fail,OK # Needs Timer to run. |
| 87 | 90 |
| 88 [ $compiler == dart2js && $runtime == none ] | 91 [ $compiler == dart2js && $runtime == none ] |
| 89 *: Fail, Pass # TODO(ahe): Triage these tests. | 92 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 90 | 93 |
| 91 [ $compiler == dart2dart ] | 94 [ $compiler == dart2dart ] |
| 92 # Skip until we stabilize language tests. | 95 # Skip until we stabilize language tests. |
| 93 *: Skip | 96 *: Skip |
| OLD | NEW |