Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: tests/html/html.status

Issue 2383273002: Revert "Add native_testing library to mock @Native classes" (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
11 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. 11 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior.
12 js_typed_interop_type1_test: Fail, OK # tests dart2js-specific behavior. 12 js_typed_interop_type1_test: Fail, OK # tests dart2js-specific behavior.
13 js_typed_interop_type2_test: Fail, OK # tests dart2js-specific behavior. 13 js_typed_interop_type2_test: Fail, OK # tests dart2js-specific behavior.
14 js_typed_interop_type3_test: Fail, OK # tests dart2js-specific behavior. 14 js_typed_interop_type3_test: Fail, OK # tests dart2js-specific behavior.
15 15
16 native_gc_test: Skip # Dartium JSInterop failure 16 native_gc_test: Skip # Dartium JSInterop failure
17 js_interop_constructor_name_test/HTMLDivElement-methods: Fail # Investigate.
18 js_interop_constructor_name_test/HTMLDivElement-types: Fail # ditto
19 17
20 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] 18 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ]
21 worker_api_test: Fail # Issue 10223 19 worker_api_test: Fail # Issue 10223
22 resource_http_test: Fail # Issue 24203 20 resource_http_test: Fail # Issue 24203
23 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. 21 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types.
24 websocket_test/supported: Skip # Dartium 45 roll timesout 22 websocket_test/supported: Skip # Dartium 45 roll timesout
25 23
26 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium ) ] 24 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium ) ]
27 datalistelement_test: Skip # Issue 20540 25 datalistelement_test: Skip # Issue 20540
28 26
29 [ $compiler == dart2js ] 27 [ $compiler == dart2js ]
30 input_element_test/attributes: Fail # Issue 21555 28 input_element_test/attributes: Fail # Issue 21555
31 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant to Dartium 29 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant to Dartium
32 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759 30 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
33 mirrors_js_typed_interop_test: Pass, Slow 31 mirrors_js_typed_interop_test: Pass, Slow
34 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838 32 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838
35 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838 33 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838
36 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838 34 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838
37 js_interop_constructor_name_test/HTMLDivElement-types-erroneous1: Fail # Issue 2 6838 35
38 js_interop_constructor_name_test/HTMLDivElement-types-erroneous2: Fail # Issue 2 6838
39 36
40 [ $compiler == dart2js && $checked ] 37 [ $compiler == dart2js && $checked ]
41 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl e with --checked 38 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl e with --checked
42 39
43 [ $compiler == dart2js && $csp && $browser ] 40 [ $compiler == dart2js && $csp && $browser ]
44 custom/js_custom_test: Fail # Issue 14643 41 custom/js_custom_test: Fail # Issue 14643
45 custom/element_upgrade_test: Fail # Issue 17298 42 custom/element_upgrade_test: Fail # Issue 17298
46 43
47 [ $compiler == dart2js && $browser ] 44 [ $compiler == dart2js && $browser ]
48 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5 45 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 # These are raw dart:js tests that fail due to bugs in the CPS IR: 448 # 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 449 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
453 450
454 [ $compiler == dart2js && $cps_ir && $host_checked ] 451 [ $compiler == dart2js && $cps_ir && $host_checked ]
455 js_typed_interop_default_arg_test/none: Crash # Issue 25911 452 js_typed_interop_default_arg_test/none: Crash # Issue 25911
456 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 453 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
457 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 454 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
458 455
459 [ $compiler == dart2js && $cps_ir && $checked ] 456 [ $compiler == dart2js && $cps_ir && $checked ]
460 *: Skip # `assert` not implemented 457 *: Skip # `assert` not implemented
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698