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 isolate3_negative_test: Skip # test depends on isolate error exiting process. |
8 serialization_test: Skip # tests dart2js-specific serialization code | 8 serialization_test: Skip # tests dart2js-specific serialization code |
9 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. |
10 compute_this_script_browser_test: Skip # browser specific test | 10 compute_this_script_browser_test: Skip # browser specific test |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 | 59 |
60 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro
me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run
time == safari) ] | 60 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro
me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run
time == safari) ] |
61 typed_data_message_test: Fail | 61 typed_data_message_test: Fail |
62 | 62 |
63 [ $runtime == safari ] | 63 [ $runtime == safari ] |
64 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 | 64 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 |
65 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 65 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
66 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 66 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
67 message_test: Skip | 67 message_test: Skip |
68 | 68 |
69 # TODO(ager): Update these. | |
70 [ $runtime == ie9 && $system == windows ] | |
71 v2*: Skip | |
72 | |
73 [ $runtime == safari && $system == macos ] | |
74 v2*: Skip | |
75 | |
76 [ $runtime == ie9 && ($system == linux || $system == macos) ] | |
77 *: Skip | |
78 | |
79 [ $runtime == safari && ($system == linux || $system == windows) ] | |
80 *: Skip | |
81 | |
82 [ $runtime == opera ] | 69 [ $runtime == opera ] |
83 isolate2_negative_test: Skip # Timeout. | 70 isolate2_negative_test: Skip # Timeout. |
84 unresolved_ports_negative_test: Skip # See Issue 6839 | 71 unresolved_ports_negative_test: Skip # See Issue 6839 |
85 | 72 |
86 [ $compiler == dart2js && $browser ] | 73 [ $compiler == dart2js && $browser ] |
87 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. | 74 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. |
88 spawn_uri_nested_vm_test: Skip # test uses a ".dart" suffix that only works in v
m. | 75 spawn_uri_nested_vm_test: Skip # test uses a ".dart" suffix that only works in v
m. |
89 spawn_uri_vm_negative_test: Skip # ditto above. | 76 spawn_uri_vm_negative_test: Skip # ditto above. |
90 isolate2_negative_test: Fail, Pass # Issue 7769 | 77 isolate2_negative_test: Fail, Pass # Issue 7769 |
91 | 78 |
(...skipping 26 matching lines...) Expand all Loading... |
118 isolate_stress_test: Pass, Slow # http://dartbug.com/10697 | 105 isolate_stress_test: Pass, Slow # http://dartbug.com/10697 |
119 | 106 |
120 [ $arch == arm || $arch == simarm ] | 107 [ $arch == arm || $arch == simarm ] |
121 *: Skip | 108 *: Skip |
122 | 109 |
123 [ $arch == mips ] | 110 [ $arch == mips ] |
124 *: Skip | 111 *: Skip |
125 | 112 |
126 [ $arch == simmips ] | 113 [ $arch == simmips ] |
127 *: Skip | 114 *: Skip |
OLD | NEW |