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 [ $unchecked ] | 5 [ $unchecked ] |
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
7 | 7 |
8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 |
10 | 10 |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728
. | 173 async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728
. |
174 mirrors/mirrors_reader_test: Skip # Running in v8 suffices. Issue 16589 - Runtim
eError. Issue 22130 - Crash (out of memory). | 174 mirrors/mirrors_reader_test: Skip # Running in v8 suffices. Issue 16589 - Runtim
eError. Issue 22130 - Crash (out of memory). |
175 | 175 |
176 [ $compiler == dart2js && $checked ] | 176 [ $compiler == dart2js && $checked ] |
177 convert/utf85_test: Pass, Slow # Issue 12029. | 177 convert/utf85_test: Pass, Slow # Issue 12029. |
178 mirrors/list_constructor_test/01: RuntimeError # Issue 19635. | 178 mirrors/list_constructor_test/01: RuntimeError # Issue 19635. |
179 | 179 |
180 [ $compiler == dart2js ] | 180 [ $compiler == dart2js ] |
181 convert/chunked_conversion_utf88_test: Slow, Pass | 181 convert/chunked_conversion_utf88_test: Slow, Pass |
182 convert/utf85_test: Slow, Pass | 182 convert/utf85_test: Slow, Pass |
| 183 convert/base64_test/01: Fail, OK # Uses bit-wise operations to detect invalid va
lues. Some large invalid values accepted by dart2js. |
183 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t
he multi-test comments when this test starts succeeding. | 184 mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t
he multi-test comments when this test starts succeeding. |
184 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove
the multi-test comments when this test starts succeeding. | 185 mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove
the multi-test comments when this test starts succeeding. |
185 | 186 |
186 | 187 |
187 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] | 188 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] |
188 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 189 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
189 # implement timer (currently only in js
shell) | 190 # implement timer (currently only in js
shell) |
190 | 191 |
191 # 'js' tests import the dart:js library, so they only make sense in | 192 # 'js' tests import the dart:js library, so they only make sense in |
192 # a browser environment. | 193 # a browser environment. |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 convert/json_pretty_test: RuntimeError # Please triage this failure. | 340 convert/json_pretty_test: RuntimeError # Please triage this failure. |
340 convert/line_splitter_test: RuntimeError # Please triage this failure. | 341 convert/line_splitter_test: RuntimeError # Please triage this failure. |
341 mirrors/deferred_mirrors_metadata_test: RuntimeError # U.loadLibrary is not a fu
nction | 342 mirrors/deferred_mirrors_metadata_test: RuntimeError # U.loadLibrary is not a fu
nction |
342 mirrors/deferred_mirrors_metatarget_test: RuntimeError # X.loadLibrary is not a
function | 343 mirrors/deferred_mirrors_metatarget_test: RuntimeError # X.loadLibrary is not a
function |
343 mirrors/deferred_mirrors_update_test: RuntimeError # U.loadLibrary is not a func
tion | 344 mirrors/deferred_mirrors_update_test: RuntimeError # U.loadLibrary is not a func
tion |
344 mirrors/delegate_call_through_getter_test: RuntimeError # Please triage this fai
lure. | 345 mirrors/delegate_call_through_getter_test: RuntimeError # Please triage this fai
lure. |
345 mirrors/delegate_test: RuntimeError # Please triage this failure. | 346 mirrors/delegate_test: RuntimeError # Please triage this failure. |
346 mirrors/library_enumeration_deferred_loading_test: RuntimeError # L.loadLibrary
is not a function | 347 mirrors/library_enumeration_deferred_loading_test: RuntimeError # L.loadLibrary
is not a function |
347 mirrors/symbol_validation_test/none: RuntimeError # Please triage this failure. | 348 mirrors/symbol_validation_test/none: RuntimeError # Please triage this failure. |
348 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun
ction | 349 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun
ction |
OLD | NEW |