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 && $runtime == drt ] | 5 [ $compiler == dart2js && $runtime == drt ] |
6 convert/chunked_conversion_utf87_test: Pass, Fail # v8 bug: Issue 12293 | 6 convert/chunked_conversion_utf87_test: Pass, Fail # v8 bug: Issue 12293 |
7 typed_data/byte_data_test: Pass, Fail # v8 bug: Issue 12293 | 7 typed_data/byte_data_test: Pass, Fail # v8 bug: Issue 12293 |
8 | 8 |
9 [ $compiler == dart2js ] | 9 [ $compiler == dart2js ] |
10 math/double_pow_test: Fail | 10 math/double_pow_test: RuntimeError |
11 math/low_test: Fail | 11 math/low_test: RuntimeError |
12 math/random_test: Fail | 12 math/random_test: RuntimeError |
13 mirrors/equality_test/02: Fail # Issue 12333 | 13 mirrors/equality_test/02: RuntimeError # Issue 12333 |
14 mirrors/fake_function_test: Fail # Issue 11612 | 14 mirrors/fake_function_test: RuntimeError # Issue 11612 |
15 mirrors/function_type_mirror_test: Fail # Issue 12166 | 15 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 |
16 mirrors/generics_test/01: Fail # Issue 12333 | 16 mirrors/generics_test/01: RuntimeError # Issue 12333 |
17 mirrors/hierarchy_invariants_test: Fail # Issue 11863 | 17 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 |
18 mirrors/invoke_test: Fail # Issue 11954 | 18 mirrors/invoke_test: RuntimeError # Issue 11954 |
19 mirrors/invoke_named_test: Fail # Issue 10471, 12863 | 19 mirrors/invoke_named_test: RuntimeError # Issue 10471, 12863 |
20 mirrors/invoke_private_test: Fail # Issue 12164 | 20 mirrors/invoke_private_test: CompileTimeError # Issue 12164 |
21 mirrors/invoke_throws_test: Fail # Issue 11954 | 21 mirrors/invoke_throws_test: RuntimeError # Issue 11954 |
22 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 22 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
23 mirrors/method_mirror_name_test: Fail # Issue 6335 | 23 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 |
24 mirrors/method_mirror_properties_test: Fail # Issue 11861 | 24 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 |
25 mirrors/method_mirror_returntype_test : Fail # Issue 11928 | 25 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 |
26 mirrors/method_mirror_source_test : Fail # Issue 6490 | 26 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 |
27 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. | 27 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. |
28 mirrors/mixin_test/none: Fail # Issue 12464 | 28 mirrors/mixin_test/none: RuntimeError # Issue 12464 |
29 mirrors/new_instance_with_type_arguments_test: Fail # Issue 12333 | 29 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 |
30 mirrors/null_test : Fail # Issue 12129 | 30 mirrors/null_test : RuntimeError # Issue 12129 |
31 mirrors/parameter_test/none: Fail # Issue 6490 | 31 mirrors/parameter_test/none: RuntimeError # Issue 6490 |
32 mirrors/parameter_metadata_test: Fail # Issue 10905 | 32 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 |
33 mirrors/reflected_type_test: Fail # Issue 12607 | 33 mirrors/reflected_type_test: RuntimeError # Issue 12607 |
34 mirrors/typedef_metadata_test: Fail # Issue 12785 | 34 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
35 mirrors/typevariable_mirror_metadata_test: Fail # Issue 10905 | 35 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
36 mirrors/unnamed_library_test: Fail # Issue 10580 | 36 mirrors/unnamed_library_test: RuntimeError # Issue 10580 |
37 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 | 37 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/
/dartbug.com/9002 |
38 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 | 38 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola
tes. http://dartbug.com/9012 |
39 async/run_async6_test: Fail # global error handling is not supported. http://dar
tbug.com/5958 | 39 async/run_async6_test: RuntimeError # global error handling is not supported. ht
tp://dartbug.com/5958 |
40 async/stream_controller_async_test: Fail, Pass # http://dartbug.com/11953 | 40 async/stream_controller_async_test: RuntimeError, Pass # http://dartbug.com/1195
3 |
41 mirrors/typedef_test/none: Fail # http://dartbug.com/6490 | 41 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
42 mirrors/redirecting_factory_test/none: Fail # Issue 6490 | 42 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 |
43 mirrors/redirecting_factory_test/02: Fail # Issue 6490 | 43 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 |
44 mirrors/closures_test/none: Fail # Issue 6490 | 44 mirrors/closures_test/none: RuntimeError # Issue 6490 |
45 | 45 |
46 [ $runtime == safari ] | 46 [ $runtime == safari ] |
47 mirrors/return_type_test: Pass, Timeout # Issue 12858 | 47 mirrors/return_type_test: Pass, Timeout # Issue 12858 |
48 | 48 |
49 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] | 49 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] |
50 math/math_test: Fail | 50 math/math_test: RuntimeError |
51 math/math2_test: Fail | 51 math/math2_test: RuntimeError |
52 | 52 |
53 [ $compiler == dart2js && $jscl ] | 53 [ $compiler == dart2js && $jscl ] |
54 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. | 54 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. |
55 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772
8. | 55 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. |
56 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772
8. | 56 async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. |
57 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728
. | 57 async/slow_consumer_test: RuntimeError # Timer interface not supported; dartbug.
com/7728. |
58 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c
om/7728. | 58 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; d
artbug.com/7728. |
59 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar
tbug.com/7728. | 59 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; dartbug.com/7728. |
60 async/multiple_timer_test: Fail,OK # Needs Timer to run. | 60 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. |
61 async/timer_cancel_test: Fail,OK # Needs Timer to run. | 61 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. |
62 async/timer_cancel1_test: Fail,OK # Needs Timer to run. | 62 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. |
63 async/timer_cancel2_test: Fail,OK # Needs Timer to run. | 63 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. |
64 async/timer_isolate_test: Fail, OK # Needs Timer to run. | 64 async/timer_isolate_test: RuntimeError, OK # Needs Timer to run. |
65 async/timer_repeat_test: Fail,OK # Needs Timer to run. | 65 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run. |
66 async/timer_test: Fail,OK # Needs Timer to run. | 66 async/timer_test: RuntimeError,OK # Needs Timer to run. |
67 | 67 |
68 [ $compiler == dart2js && ($jscl || $runtime == d8) ] | 68 [ $compiler == dart2js && ($jscl || $runtime == d8) ] |
69 async/stream_controller_async_test: Fail # Timer interface not supported; dartbu
g.com/7728. | 69 async/stream_controller_async_test: RuntimeError # Timer interface not supported
; dartbug.com/7728. |
70 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77
28. | 70 async/stream_periodic_test: RuntimeError # Timer interface not supported; dartbu
g.com/7728. |
71 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
728. | 71 async/stream_periodic2_test: RuntimeError # Timer interface not supported; dartb
ug.com/7728. |
72 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7
728. | 72 async/stream_periodic3_test: RuntimeError # Timer interface not supported; dartb
ug.com/7728. |
73 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7
728. | 73 async/stream_periodic4_test: RuntimeError # Timer interface not supported; dartb
ug.com/7728. |
74 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7
728. | 74 async/stream_periodic5_test: RuntimeError # Timer interface not supported; dartb
ug.com/7728. |
75 async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728. | 75 async/run_zoned7_test: RuntimeError # Timer interface not supported: dartbug.com
/7728. |
76 async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/772
8. | 76 async/catch_errors22_test: RuntimeError # Timer interface not supported: dartbug
.com/7728. |
77 async/timer_isActive_test: Fail # Timer interface not supported: dartbug.com/772
8. | 77 async/timer_isActive_test: RuntimeError # Timer interface not supported: dartbug
.com/7728. |
78 async/zone_empty_description2_test: Fail # Timer interface not supported: dartbu
g.com/7728. | 78 async/zone_empty_description2_test: RuntimeError # Timer interface not supported
: dartbug.com/7728. |
79 async/zone_create_timer2_test: Fail # Timer interface not supported: dartbug.com
/7728. | 79 async/zone_create_timer2_test: RuntimeError # Timer interface not supported: dar
tbug.com/7728. |
80 async/zone_create_periodic_timer_test: Fail # Timer interface not supported: dar
tbug.com/7728. | 80 async/zone_create_periodic_timer_test: RuntimeError # Timer interface not suppor
ted: dartbug.com/7728. |
81 | 81 |
82 [ $compiler == dart2js && $browser ] | 82 [ $compiler == dart2js && $browser ] |
83 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 83 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
84 # implement timer (currently only in d8
) | 84 # implement timer (currently only in d8
) |
85 | 85 |
86 [ $compiler == dart2dart ] | 86 [ $compiler == dart2dart ] |
87 mirrors/*: Skip # http://dartbug.com/11511 | 87 mirrors/*: Skip # http://dartbug.com/11511 |
88 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 | 88 async/run_async6_test: Fail # Issue 10957 - may be related to issue
10910 |
89 | 89 |
90 [ $compiler == dart2dart && $minified ] | 90 [ $compiler == dart2dart && $minified ] |
(...skipping 13 matching lines...) Expand all Loading... |
104 | 104 |
105 [ $runtime == ie9 ] | 105 [ $runtime == ie9 ] |
106 # IE9 doesn't support typed arrays. | 106 # IE9 doesn't support typed arrays. |
107 typed_data/*: Fail # Issue 11971 | 107 typed_data/*: Fail # Issue 11971 |
108 convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029 | 108 convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029 |
109 convert/streamed_conversion_json_utf8_decode_test: Pass, Timeout # Issue 12029 | 109 convert/streamed_conversion_json_utf8_decode_test: Pass, Timeout # Issue 12029 |
110 async/deferred/deferred_api_test: Pass, Timeout # http://dartbug.com/12635 | 110 async/deferred/deferred_api_test: Pass, Timeout # http://dartbug.com/12635 |
111 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # http://dartbug.com
/12768 | 111 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # http://dartbug.com
/12768 |
112 | 112 |
113 [ $compiler == dart2js ] | 113 [ $compiler == dart2js ] |
114 typed_data/typed_data_hierarchy_int64_test: Fail # Issue 10275 | 114 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 |
115 | 115 |
116 [ $runtime == opera ] | 116 [ $runtime == opera ] |
117 async/multiple_timer_test: Pass, Fail | 117 async/multiple_timer_test: Pass, Fail |
118 | 118 |
119 [ $runtime == opera && $system == windows] | 119 [ $runtime == opera && $system == windows] |
120 # TODO(efortuna): Investigate. | 120 # TODO(efortuna): Investigate. |
121 async/timer_test: Fail, Pass | 121 async/timer_test: Fail, Pass |
122 | 122 |
123 [ $runtime == vm ] | 123 [ $runtime == vm ] |
124 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 124 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 mirrors/method_mirror_returntype_test: Fail # Issue 13510 | 168 mirrors/method_mirror_returntype_test: Fail # Issue 13510 |
169 mirrors/function_type_mirror_test: Fail # Issue 13510 | 169 mirrors/function_type_mirror_test: Fail # Issue 13510 |
170 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510 | 170 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510 |
171 | 171 |
172 [ $compiler == dart2analyzer ] | 172 [ $compiler == dart2analyzer ] |
173 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 173 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
174 | 174 |
175 [ $arch == x64 && $compiler == none && $runtime == vm ] | 175 [ $arch == x64 && $compiler == none && $runtime == vm ] |
176 math/double_pow_test: Pass, Fail # Issue 13543 | 176 math/double_pow_test: Pass, Fail # Issue 13543 |
177 | 177 |
OLD | NEW |