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 browser/*: SkipByDesign # Browser specific tests | 6 browser/*: SkipByDesign # Browser specific tests |
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. | 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. |
8 | 8 |
9 [ $compiler == none ] | 9 [ $compiler == none ] |
10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code | 10 serialization_test: SkipByDesign # Tests dart2js-specific serialization code |
11 spawn_uri_test: SkipByDesign # Test uses a ".js" URI. | 11 spawn_uri_test: SkipByDesign # Test uses a ".js" URI. |
12 spawn_uri_multi_test/*: SkipByDesign # Test uses a ".js" URI. | 12 spawn_uri_multi_test/*: SkipByDesign # Test uses a ".js" URI. |
13 isolate2_negative_test: Skip # Issue 12587. | 13 isolate2_negative_test: Skip # Issue 12587. |
14 isolate3_negative_test: Skip # Issue 12587. | 14 isolate3_negative_test: Skip # Issue 12587. |
15 | 15 |
16 [ $analyzer ] | 16 [ $analyzer ] |
17 isolate2_negative_test: Fail | 17 isolate2_negative_test: Fail |
18 isolate_negative_test: Fail | 18 isolate_negative_test: Fail |
19 spawn_function_negative_test: Fail | 19 spawn_function_negative_test: Fail |
20 spawn_uri_vm_negative_test: Fail | 20 spawn_uri_vm_negative_test: Fail |
21 unresolved_ports_negative_test: Fail | 21 unresolved_ports_negative_test: Fail |
22 | 22 |
23 [ $compiler == dart2js && $jscl ] | 23 [ $compiler == dart2js && $jscl ] |
24 browser/*: SkipByDesign # Browser specific tests | 24 browser/*: SkipByDesign # Browser specific tests |
25 illegal_msg_stream_test: Fail # Issue 6750 | 25 illegal_msg_stream_test: RuntimeError # Issue 6750 |
26 | 26 |
27 [ $compiler == dart2js && $browser ] | 27 [ $compiler == dart2js && $browser ] |
28 illegal_msg_stream_test: Fail, Pass # Issue 6750 | 28 illegal_msg_stream_test: Fail, Pass # Issue 6750 |
29 | 29 |
30 [ $compiler == dart2js && $runtime == drt ] | 30 [ $compiler == dart2js && $runtime == drt ] |
31 unresolved_ports_negative_test: Pass, Crash # Issue 10613 | 31 unresolved_ports_negative_test: Pass, Crash # Issue 10613 |
32 | 32 |
33 [ $compiler == dart2js ] | 33 [ $compiler == dart2js ] |
34 serialization_test: Fail # Issue 1882, tries to access class TestingOnly declare
d in isolate_patch.dart | 34 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly
declared in isolate_patch.dart |
35 illegal_msg_test: Fail # Issue 6750 | 35 illegal_msg_test: RuntimeError # Issue 6750 |
36 stream_mangling_test: Fail # Issue 9245 | 36 stream_mangling_test: RuntimeError # Issue 9245 |
37 | 37 |
38 global_error_handler_test: Pass, Fail # Issue 9012, Issue 9024 | 38 global_error_handler_test: Pass, RuntimeError # Issue 9012, Issue 9024 |
39 global_error_handler_stream_test: Pass, Fail # Issue 9012, Issue 9024 | 39 global_error_handler_stream_test: Pass, RuntimeError # Issue 9012, Issue 9024 |
40 global_error_handler2_test: Pass, Fail # Issue 9012, Issue 9024 | 40 global_error_handler2_test: Pass, RuntimeError # Issue 9012, Issue 9024 |
41 global_error_handler_stream2_test: Pass, Fail # Issue 9012, Issue 9024 | 41 global_error_handler_stream2_test: Pass, RuntimeError # Issue 9012, Issue 9024 |
42 | 42 |
43 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro
me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run
time == safari) ] | 43 [ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == chro
me || $runtime == chromeOnAndroid || $runtime == ie9 || $runtime == ie10 || $run
time == safari) ] |
44 browser/typed_data_message_test: Fail # Issue 12624 | 44 browser/typed_data_message_test: Fail # Issue 12624 |
45 | 45 |
46 [ $compiler == dart2js && $runtime == safari ] | 46 [ $compiler == dart2js && $runtime == safari ] |
47 cross_isolate_message_test: Skip # Issue 12627 | 47 cross_isolate_message_test: Skip # Issue 12627 |
48 message_test: Skip # Issue 12627 | 48 message_test: Skip # Issue 12627 |
49 | 49 |
50 [ $compiler == dart2js && $runtime == opera ] | 50 [ $compiler == dart2js && $runtime == opera ] |
51 isolate2_negative_test: Skip # Issue 12625 | 51 isolate2_negative_test: Skip # Issue 12625 |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 isolate_stress_test: Pass, Slow # Issue 10697 | 92 isolate_stress_test: Pass, Slow # Issue 10697 |
93 | 93 |
94 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 94 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
95 isolate_stress_test: Skip # Issue 12537 | 95 isolate_stress_test: Skip # Issue 12537 |
96 | 96 |
97 [ $csp ] | 97 [ $csp ] |
98 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 | 98 spawn_uri_multi_test/none: Fail # http://dartbug.com/13454 |
99 spawn_uri_test: Fail # http://dartbug.com/13454 | 99 spawn_uri_test: Fail # http://dartbug.com/13454 |
100 | 100 |
101 [ $jscl || $runtime == ie9 ] | 101 [ $jscl || $runtime == ie9 ] |
102 spawn_uri_multi_test/none: Fail # http://dartbug.com/13544 | 102 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
OLD | NEW |