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 28 matching lines...) Expand all Loading... |
39 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 39 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
40 message_test: Skip | 40 message_test: Skip |
41 | 41 |
42 [ $runtime == ff ] | 42 [ $runtime == ff ] |
43 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 43 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
44 multiple_timer_test: Pass, Fail | 44 multiple_timer_test: Pass, Fail |
45 timer_isolate_test: Pass, Fail | 45 timer_isolate_test: Pass, Fail |
46 timer_test: Pass, Fail | 46 timer_test: Pass, Fail |
47 | 47 |
48 # TODO(ager): Update these. | 48 # TODO(ager): Update these. |
49 [ $runtime == ie && $system == windows ] | 49 [ $runtime == ie9 && $system == windows ] |
50 v2*: Skip | 50 v2*: Skip |
51 | 51 |
52 [ $runtime == safari && $system == macos ] | 52 [ $runtime == safari && $system == macos ] |
53 v2*: Skip | 53 v2*: Skip |
54 | 54 |
55 [ $runtime == ie && ($system == linux || $system == macos) ] | 55 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
56 *: Skip | 56 *: Skip |
57 | 57 |
58 [ $runtime == safari && ($system == linux || $system == windows) ] | 58 [ $runtime == safari && ($system == linux || $system == windows) ] |
59 *: Skip | 59 *: Skip |
60 | 60 |
61 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 61 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
62 [ $runtime == opera ] | 62 [ $runtime == opera ] |
63 *: Skip | 63 *: Skip |
64 | 64 |
65 [ $arch == simarm ] | 65 [ $arch == simarm ] |
(...skipping 22 matching lines...) Expand all Loading... |
88 timer_isolate_test: Fail, OK # Needs Timer to run. | 88 timer_isolate_test: Fail, OK # Needs Timer to run. |
89 timer_repeat_test: Fail,OK # Needs Timer to run. | 89 timer_repeat_test: Fail,OK # Needs Timer to run. |
90 timer_test: Fail,OK # Needs Timer to run. | 90 timer_test: Fail,OK # Needs Timer to run. |
91 | 91 |
92 [ $compiler == dart2js && $runtime == none ] | 92 [ $compiler == dart2js && $runtime == none ] |
93 *: Fail, Pass # TODO(ahe): Triage these tests. | 93 *: Fail, Pass # TODO(ahe): Triage these tests. |
94 | 94 |
95 [ $compiler == dart2dart ] | 95 [ $compiler == dart2dart ] |
96 # Skip until we stabilize language tests. | 96 # Skip until we stabilize language tests. |
97 *: Skip | 97 *: Skip |
OLD | NEW |