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 serialization_test: Skip # tests dart2js-specific serialization code | 8 serialization_test: Skip # tests dart2js-specific serialization code |
8 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. |
9 compute_this_script_browser_test: Skip # browser specific test | 10 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 | 11 timer_not_available_test: Fail, OK # only meant to test when there is no way to |
11 # implement timer (currently only in d8) | 12 # implement timer (currently only in d8) |
12 timer_isolate_test: Skip # See Issue 4997 | 13 timer_isolate_test: Skip # See Issue 4997 |
| 14 unresolved_ports_negative_test: Skip # See Issue 6839 |
13 | 15 |
14 [ $compiler == none && $runtime == drt ] | 16 [ $compiler == none && $runtime == drt ] |
15 serialization_test: Skip # tests dart2js-specific serialization code | 17 serialization_test: Skip # tests dart2js-specific serialization code |
16 spawn_uri_test: Skip # uses a .js extension (not for dartium) | 18 spawn_uri_test: Skip # uses a .js extension (not for dartium) |
17 spawn_uri_negative_test: Skip # ditto | 19 spawn_uri_negative_test: Skip # ditto |
18 spawn_uri_vm_test: Skip # not implemented in dartium yet. | 20 spawn_uri_vm_test: Skip # not implemented in dartium yet. |
19 spawn_uri_vm_negative_test: Skip | 21 spawn_uri_vm_negative_test: Skip |
20 timer_isolate_test: Pass, Fail # See Issue 4997 | 22 timer_isolate_test: Pass, Fail # See Issue 4997 |
21 timer_not_available_test: Fail, OK # only meant to test when there is no way to | 23 timer_not_available_test: Fail, OK # only meant to test when there is no way to |
22 # implement timer (currently only in d8) | 24 # implement timer (currently only in d8) |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 | 63 |
62 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 64 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
63 *: Skip | 65 *: Skip |
64 | 66 |
65 [ $runtime == safari && ($system == linux || $system == windows) ] | 67 [ $runtime == safari && ($system == linux || $system == windows) ] |
66 *: Skip | 68 *: Skip |
67 | 69 |
68 [ $runtime == opera ] | 70 [ $runtime == opera ] |
69 multiple_timer_test: Pass, Fail | 71 multiple_timer_test: Pass, Fail |
70 isolate2_negative_test: Skip # Timeout. | 72 isolate2_negative_test: Skip # Timeout. |
71 unresolved_ports_negative_test: Skip # Timeout. | 73 unresolved_ports_negative_test: Skip # See Issue 6839 |
72 | 74 |
73 [ $runtime == opera && $system == windows] | 75 [ $runtime == opera && $system == windows] |
74 # TODO(efortuna): Investigate. | 76 # TODO(efortuna): Investigate. |
75 timer_test: Fail, Pass | 77 timer_test: Fail, Pass |
76 | 78 |
77 [ $arch == simarm ] | 79 [ $arch == simarm ] |
78 *: Skip | 80 *: Skip |
79 | 81 |
80 [ $arch == arm ] | 82 [ $arch == arm ] |
81 *: Skip | 83 *: Skip |
(...skipping 18 matching lines...) Expand all Loading... |
100 timer_isolate_test: Fail, OK # Needs Timer to run. | 102 timer_isolate_test: Fail, OK # Needs Timer to run. |
101 timer_repeat_test: Fail,OK # Needs Timer to run. | 103 timer_repeat_test: Fail,OK # Needs Timer to run. |
102 timer_test: Fail,OK # Needs Timer to run. | 104 timer_test: Fail,OK # Needs Timer to run. |
103 | 105 |
104 [ $compiler == dart2js && $runtime == none ] | 106 [ $compiler == dart2js && $runtime == none ] |
105 *: Fail, Pass # TODO(ahe): Triage these tests. | 107 *: Fail, Pass # TODO(ahe): Triage these tests. |
106 | 108 |
107 [ $compiler == dart2dart ] | 109 [ $compiler == dart2dart ] |
108 # Skip until we stabilize language tests. | 110 # Skip until we stabilize language tests. |
109 *: Skip | 111 *: Skip |
OLD | NEW |