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

Side by Side Diff: tests/compiler/dart2js_extra/dart2js_extra.status

Issue 1229253002: Fix dart2js_extra/23486_test (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « tests/compiler/dart2js_extra/23486_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 ] 5 [ $compiler == dart2js ]
6 16407_test: Fail # Issue 16407 6 16407_test: Fail # Issue 16407
7 class_test: Fail 7 class_test: Fail
8 statements_test: Fail 8 statements_test: Fail
9 typed_locals_test: Fail 9 typed_locals_test: Fail
10 no_such_method_test: Fail # Wrong Invocation.memberName. 10 no_such_method_test: Fail # Wrong Invocation.memberName.
11 constant_javascript_semantics4_test: Fail, OK 11 constant_javascript_semantics4_test: Fail, OK
12 mirrors_used_closure_test: Fail # Issue 17939 12 mirrors_used_closure_test: Fail # Issue 17939
13 13
14 23486_test/03: Fail # TODO(johnni): please update test, fix dart2js, or create i ssue.
15
16 [ $compiler == dart2js && $runtime == jsshell ] 14 [ $compiler == dart2js && $runtime == jsshell ]
17 mirror_printer_test: Pass, Slow # Issue 16473 15 mirror_printer_test: Pass, Slow # Issue 16473
18 16
19 [ $compiler == dart2js && $checked ] 17 [ $compiler == dart2js && $checked ]
20 variable_type_test/03: Fail, OK 18 variable_type_test/03: Fail, OK
21 variable_type_test/01: Fail, OK 19 variable_type_test/01: Fail, OK
22 20
23 [ $compiler == dart2js && ($runtime == d8 || $runtime == chrome || $runtime == d rt) ] 21 [ $compiler == dart2js && ($runtime == d8 || $runtime == chrome || $runtime == d rt) ]
24 bound_closure_interceptor_type_test: Fail, Pass # v8 issue 3084. https://code.go ogle.com/p/v8/issues/detail?id=3084 22 bound_closure_interceptor_type_test: Fail, Pass # v8 issue 3084. https://code.go ogle.com/p/v8/issues/detail?id=3084
25 23
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 deferred/deferred_mirrors2_test: RuntimeError # receiver._collection$_addHashTab leEntry$2 is not a function 81 deferred/deferred_mirrors2_test: RuntimeError # receiver._collection$_addHashTab leEntry$2 is not a function
84 deferred/deferred_overlapping_test: RuntimeError # receiver._addHashTableEntry$2 is not a function 82 deferred/deferred_overlapping_test: RuntimeError # receiver._addHashTableEntry$2 is not a function
85 if_null_test: RuntimeError # receiver._addHashTableEntry$2 is not a function 83 if_null_test: RuntimeError # receiver._addHashTableEntry$2 is not a function
86 mirror_test: RuntimeError # receiver._collection$_addHashTableEntry$2 is not a f unction 84 mirror_test: RuntimeError # receiver._collection$_addHashTableEntry$2 is not a f unction
87 mirrors_used_warning2_test: RuntimeError # receiver._addHashTableEntry$2 is not a function 85 mirrors_used_warning2_test: RuntimeError # receiver._addHashTableEntry$2 is not a function
88 mirrors_used_warning_test/minif: RuntimeError # receiver._addHashTableEntry$2 is not a function 86 mirrors_used_warning_test/minif: RuntimeError # receiver._addHashTableEntry$2 is not a function
89 mirrors_used_warning_test/none: RuntimeError # receiver._addHashTableEntry$2 is not a function 87 mirrors_used_warning_test/none: RuntimeError # receiver._addHashTableEntry$2 is not a function
90 reflect_native_types_test: RuntimeError # receiver._collection$_addHashTableEntr y$2 is not a function 88 reflect_native_types_test: RuntimeError # receiver._collection$_addHashTableEntr y$2 is not a function
91 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case 89 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case
92 timer_test: RuntimeError # receiver._addHashTableEntry$2 is not a function 90 timer_test: RuntimeError # receiver._addHashTableEntry$2 is not a function
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/23486_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698