Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 interactive_test: Skip # Must be run manually. | 5 interactive_test: Skip # Must be run manually. |
| 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 7 | 7 |
| 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 | 9 |
| 10 js_array_test: Skip # Dartium JSInterop failure | 10 js_array_test: Skip # Dartium JSInterop failure |
| 11 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 11 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
| 12 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. | 12 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. |
| 13 | 13 |
| 14 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure | 14 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure |
| 15 indexeddb_2_test: Fail # Dartium JSInterop failure. Identity preservation on arr ay deferred copy. | 15 indexeddb_2_test: Fail # Dartium JSInterop failure. Identity preservation on arr ay deferred copy. |
| 16 js_test/transferrables: RuntimeError # Dartium JSInterop failure | 16 js_test/transferrables: RuntimeError # Dartium JSInterop failure |
| 17 js_test/JsArray: RuntimeError # Dartium JSInterop failure | 17 js_test/JsArray: RuntimeError # Dartium JSInterop failure |
| 18 native_gc_test: Skip # Dartium JSInterop failure | 18 native_gc_test: Skip # Dartium JSInterop failure |
| 19 transferables_test: RuntimeError # Dartium JSInterop failure | 19 transferables_test: RuntimeError # Dartium JSInterop failure |
| 20 | 20 |
| 21 blob_constructor_test: RuntimeError # Dartium 45 roll | |
|
Jacob
2016/02/10 20:08:01
These need a bug #. The bug can just reference the
Alan Knight
2016/02/10 20:25:33
Done.
| |
| 22 crypto_test/functional: RuntimeError # Dartium 45 roll | |
| 23 element_animate_test/omit_timing: RuntimeError # Dartium 45 roll | |
| 24 element_animate_test/simple_timing: RuntimeError # Dartium 45 roll | |
| 25 element_animate_test/timing_dict: RuntimeError # Dartium 45 roll | |
| 26 svgelement_test/constructors: RuntimeError # Dartium 45 roll | |
| 27 url_test: RuntimeError # Dartium 45 roll | |
| 28 | |
| 21 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 29 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] |
| 22 worker_api_test: Fail # Issue 10223 | 30 worker_api_test: Fail # Issue 10223 |
| 23 resource_http_test: Fail # Issue 24203 | 31 resource_http_test: Fail # Issue 24203 |
| 24 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. | 32 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. |
| 25 | 33 |
| 26 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium ) ] | 34 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium ) ] |
| 27 datalistelement_test: Skip # Issue 20540 | 35 datalistelement_test: Skip # Issue 20540 |
| 28 | 36 |
| 29 [ $compiler == dart2js ] | 37 [ $compiler == dart2js ] |
| 30 input_element_test/attributes: Fail # Issue 21555 | 38 input_element_test/attributes: Fail # Issue 21555 |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 443 js_typed_interop_anonymous2_test: RuntimeError # Need package:js support #24978 | 451 js_typed_interop_anonymous2_test: RuntimeError # Need package:js support #24978 |
| 444 js_typed_interop_anonymous_exp_test: RuntimeError # Need package:js support #249 78 | 452 js_typed_interop_anonymous_exp_test: RuntimeError # Need package:js support #249 78 |
| 445 js_typed_interop_anonymous_test: RuntimeError # Need package:js support #24978 | 453 js_typed_interop_anonymous_test: RuntimeError # Need package:js support #24978 |
| 446 js_typed_interop_side_cast_exp_test: RuntimeError # Need package:js support #249 78 | 454 js_typed_interop_side_cast_exp_test: RuntimeError # Need package:js support #249 78 |
| 447 js_typed_interop_side_cast_test: RuntimeError # Need package:js support #24978 | 455 js_typed_interop_side_cast_test: RuntimeError # Need package:js support #24978 |
| 448 js_typed_interop_test: RuntimeError # Need package:js support #24978 | 456 js_typed_interop_test: RuntimeError # Need package:js support #24978 |
| 449 mirrors_js_typed_interop_test: RuntimeError # Need package:js support #24978 | 457 mirrors_js_typed_interop_test: RuntimeError # Need package:js support #24978 |
| 450 | 458 |
| 451 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 459 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 452 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 460 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| OLD | NEW |