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 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] | 5 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] |
6 mandel_isolate_stream_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 | 6 mandel_isolate_stream_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 |
7 nested_spawn_stream2_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 | 7 nested_spawn_stream2_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 |
8 count_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 | 8 count_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 |
9 count_stream_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 | 9 count_stream_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 |
10 mandel_isolate_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 | 10 mandel_isolate_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 |
(...skipping 16 matching lines...) Expand all Loading... |
27 [ $runtime == vm && $system == windows ] | 27 [ $runtime == vm && $system == windows ] |
28 timer_test: Pass, Fail # See Issue 5133 | 28 timer_test: Pass, Fail # See Issue 5133 |
29 | 29 |
30 [ $compiler == none && $runtime == drt ] | 30 [ $compiler == none && $runtime == drt ] |
31 isolate2_negative_test: Skip # Inherited from VM. | 31 isolate2_negative_test: Skip # Inherited from VM. |
32 isolate3_negative_test: Skip # Inherited from VM. | 32 isolate3_negative_test: Skip # Inherited from VM. |
33 serialization_test: Skip # tests dart2js-specific serialization code | 33 serialization_test: Skip # tests dart2js-specific serialization code |
34 spawn_uri_test: Skip # uses a .js extension (not for dartium) | 34 spawn_uri_test: Skip # uses a .js extension (not for dartium) |
35 spawn_uri_negative_test: Skip # ditto | 35 spawn_uri_negative_test: Skip # ditto |
36 spawn_uri_vm_test: Skip # not implemented in dartium yet. | 36 spawn_uri_vm_test: Skip # not implemented in dartium yet. |
| 37 spawn_uri_nested_vm_test: Skip # not implemented in dartium yet. |
37 spawn_uri_vm_negative_test: Skip | 38 spawn_uri_vm_negative_test: Skip |
38 | 39 |
39 [ $compiler == dartc ] | 40 [ $compiler == dartc ] |
40 isolate_negative_test: Fail # status change with --check-only | 41 isolate_negative_test: Fail # status change with --check-only |
41 isolate2_negative_test: Fail # status change with --check-only | 42 isolate2_negative_test: Fail # status change with --check-only |
42 spawn_function_negative_test: Fail, OK # Fails at runtime. | 43 spawn_function_negative_test: Fail, OK # Fails at runtime. |
43 spawn_uri_negative_test: Fail, OK # Fails at runtime. | 44 spawn_uri_negative_test: Fail, OK # Fails at runtime. |
44 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. | 45 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. |
45 unresolved_ports_negative_test: Fail, OK # Fails at runtime. | 46 unresolved_ports_negative_test: Fail, OK # Fails at runtime. |
46 | 47 |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 *: Skip | 87 *: Skip |
87 | 88 |
88 [ $runtime == opera ] | 89 [ $runtime == opera ] |
89 isolate2_negative_test: Skip # Timeout. | 90 isolate2_negative_test: Skip # Timeout. |
90 unresolved_ports_negative_test: Skip # See Issue 6839 | 91 unresolved_ports_negative_test: Skip # See Issue 6839 |
91 | 92 |
92 [ $compiler == dart2js && $browser ] | 93 [ $compiler == dart2js && $browser ] |
93 spawn_uri_test: Skip # dart2js does not support spawnUri yet | 94 spawn_uri_test: Skip # dart2js does not support spawnUri yet |
94 spawn_uri_negative_test: Skip # ditto | 95 spawn_uri_negative_test: Skip # ditto |
95 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. | 96 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. |
| 97 spawn_uri_nested_vm_test: Skip # test uses a ".dart" suffix that only works in v
m. |
96 spawn_uri_vm_negative_test: Skip # ditto above. | 98 spawn_uri_vm_negative_test: Skip # ditto above. |
97 isolate2_negative_test: Fail, Pass # Issue 7769 | 99 isolate2_negative_test: Fail, Pass # Issue 7769 |
98 | 100 |
99 [ $compiler == dart2js && $jscl ] | 101 [ $compiler == dart2js && $jscl ] |
100 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8) | 102 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8) |
101 spawn_uri_test: Fail, OK # loading another file is not supported in d8 | 103 spawn_uri_test: Fail, OK # loading another file is not supported in d8 |
102 spawn_uri_vm_negative_test: Skip # ditto above. | 104 spawn_uri_vm_negative_test: Skip # ditto above. |
103 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. | 105 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. |
| 106 spawn_uri_nested_vm_test: Skip # test uses a ".dart" suffix that only works in v
m. |
104 | 107 |
105 [ $compiler == dart2js && $runtime == none ] | 108 [ $compiler == dart2js && $runtime == none ] |
106 *: Fail, Pass # TODO(ahe): Triage these tests. | 109 *: Fail, Pass # TODO(ahe): Triage these tests. |
107 | 110 |
108 [ $compiler == dart2dart ] | 111 [ $compiler == dart2dart ] |
109 # Skip until we stabilize language tests. | 112 # Skip until we stabilize language tests. |
110 *: Skip | 113 *: Skip |
111 | 114 |
112 # TODO(ajohnsen): Fix this as part of library changes. | 115 # TODO(ajohnsen): Fix this as part of library changes. |
113 [ $compiler == none ] | 116 [ $compiler == none ] |
114 isolate_negative_test: Skip # Bug 6890 | 117 isolate_negative_test: Skip # Bug 6890 |
115 | 118 |
116 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] | 119 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li
nux) ] |
117 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 | 120 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 |
118 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 | 121 mandel_isolate_stream_test: Pass, Fail, Timeout # Issue 7952 |
119 | 122 |
120 [ $arch == arm ] | 123 [ $arch == arm ] |
121 *: Skip | 124 *: Skip |
122 | 125 |
123 [ $arch == simarm ] | 126 [ $arch == simarm ] |
124 *: Skip | 127 *: Skip |
125 | 128 |
126 [ $arch == mips ] | 129 [ $arch == mips ] |
127 *: Skip | 130 *: Skip |
128 | 131 |
129 [ $arch == simmips ] | 132 [ $arch == simmips ] |
130 *: Skip | 133 *: Skip |
OLD | NEW |