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

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

Issue 1185633003: cps-ir: Support foreign code. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update test expectations. Created 5 years, 6 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/dart2js_extra.status ('k') | tests/corelib/corelib.status » ('j') | 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 [ $browser ] 5 [ $browser ]
6 *: Skip 6 *: Skip
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 bound_closure_super_test: Fail 9 bound_closure_super_test: Fail
10 call_on_native_class_test: CompileTimeError # Issue 14813 10 call_on_native_class_test: CompileTimeError # Issue 14813
11 native_no_such_method_exception4_frog_test: CompileTimeError # Issue 9631 11 native_no_such_method_exception4_frog_test: CompileTimeError # Issue 9631
12 native_no_such_method_exception5_frog_test: CompileTimeError # Issue 9631 12 native_no_such_method_exception5_frog_test: CompileTimeError # Issue 9631
13 13
14 [ $compiler == dart2js ] 14 [ $compiler == dart2js ]
15 fake_thing_test: Fail # Issue 13010 15 fake_thing_test: Fail # Issue 13010
16 16
17 [ $compiler == dart2js && $minified ] 17 [ $compiler == dart2js && $minified ]
18 optimization_hints_test: Fail, OK # Test relies on unminified names. 18 optimization_hints_test: Fail, OK # Test relies on unminified names.
19 19
20 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 20 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
21 compute_this_script_test: Skip # Issue 17458 21 compute_this_script_test: Skip # Issue 17458
22 22
23 [ $compiler == dart2js && $cps_ir ] 23 [ $compiler == dart2js && $cps_ir ]
24 abstract_class_test: Crash # unsupported element kind: foo:function 24 compute_this_script_test: RuntimeError # receiver.get$_collection$_nums is not a function
25 bound_closure_super_test: Crash # unsupported element kind: inscrutable:function 25 event_loop_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally
26 bound_closure_test: Crash # unsupported element kind: inscrutable:function 26 inference_of_helper_methods_test: RuntimeError # Please triage this failure.
27 browser_compat_1_prepatched_test: Crash # unsupported element kind: getTagCallCo unt:function 27 internal_library_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction
28 browser_compat_1_unpatched_test: Crash # unsupported element kind: getTagCallCou nt:function 28 mirror_intercepted_field_test: Crash # (switch (type){case ... Unhandled node
29 browser_compat_2_test: Crash # unsupported element kind: getTagCallCount:functio n 29 native_closure_identity_frog_test: RuntimeError # invoke is not a function
30 catch_javascript_null_stack_trace_test: Crash # (JS('','(function () {throw null ;})()')): handleStaticFunctionInvoke: foreign: function(JS) 30 native_exception2_test: RuntimeError # Please triage this failure.
31 core_type_check_native_test: Crash # unsupported element kind: makeD:function 31 native_exception_test: RuntimeError # J.getInterceptor(...).toString$0 is not a function
32 downcast_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 32 native_method_inlining_test: RuntimeError # Please triage this failure.
33 event_loop_test: Crash # unsupported element kind: foo:function 33 native_mirror_test: Crash # (switch (type){case ... Unhandled node
34 fake_thing_2_test: Crash # unsupported element kind: make3:function 34 native_mixin_field_test: RuntimeError # Please triage this failure.
35 fake_thing_test: Crash # unsupported element kind: make2:function 35 native_mixin_with_plain_test: RuntimeError # Please triage this failure.
36 field_type2_test: Crash # unsupported element kind: makeNode:function 36 native_no_such_method_exception3_frog_test: RuntimeError # Please triage this fa ilure.
37 field_type_test: Crash # unsupported element kind: makeNode:function 37 native_wrapping_function3_frog_test: RuntimeError # invoke is not a function
38 fixup_get_tag_test: Crash # unsupported element kind: token:function 38 native_wrapping_function_frog_test: RuntimeError # invoke is not a function
39 foreign_test: Crash # (JS('bool','isNaN(#)',isNaN)): handleStaticFunctionInvoke: foreign: function(JS) 39 optimization_hints_test: RuntimeError # Please triage this failure.
40 hash_code_test: Crash # unsupported element kind: makeA:function
41 issue9182_test: Crash # unsupported element kind: makeA:function
42 js_const_test: Crash # (JS('String',r'#.replace(#, #)',s1,re,fToUpper)): handleS taticFunctionInvoke: foreign: function(JS)
43 jsobject_test: Crash # unsupported element kind: makeQ:function
44 native_call_arity1_frog_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
45 native_call_arity2_frog_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
46 native_call_arity3_frog_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
47 native_checked_arguments1_frog_test: Crash # unsupported element kind: cmp:funct ion
48 native_checked_fields_frog_test: Crash # unsupported element kind: makeB:functio n
49 native_class_avoids_hidden_name_frog_test: Crash # unsupported element kind: mak eB:function
50 native_class_fields_2_test: Crash # unsupported element kind: makeA:function
51 native_class_fields_3_test: Crash # unsupported element kind: makeA:function
52 native_class_fields_test: Crash # unsupported element kind: makeA:function
53 native_class_inheritance1_frog_test: Crash # unsupported element kind: makeB2:fu nction
54 native_class_inheritance2_frog_test: Crash # unsupported element kind: foo:funct ion
55 native_class_inheritance3_frog_test: Crash # unsupported element kind: foo:funct ion
56 native_class_inheritance4_frog_test: Crash # unsupported element kind: makeB:fun ction
57 native_class_is_check1_frog_test: Crash # unsupported element kind: makeA:functi on
58 native_class_is_check3_frog_test: Crash # unsupported element kind: makeB:functi on
59 native_class_with_dart_methods_frog_test: Crash # unsupported element kind: make A:function
60 native_closure_identity_frog_test: Crash # unsupported element kind: invoke:func tion
61 native_constructor_name_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
62 native_equals_frog_test: Crash # unsupported element kind: makeA:function
63 native_exception2_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
64 native_exception_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
65 native_exceptions1_frog_test: Crash # unsupported element kind: op:function
66 native_field_invocation2_test: Crash # unsupported element kind: nativeId:functi on
67 native_field_invocation3_test: Crash # unsupported element kind: makeCC:function
68 native_field_invocation4_test: Crash # unsupported element kind: nativeId:functi on
69 native_field_invocation5_test: Crash # unsupported element kind: nativeFirst:fun ction
70 native_field_invocation6_test: Crash # unsupported element kind: nativeFirst:fun ction
71 native_field_invocation_test: Crash # unsupported element kind: nativeId:functio n
72 native_field_name_test: Crash # unsupported element kind: makeA:function
73 native_field_optimization_test: Crash # unsupported element kind: makeFoo:functi on
74 native_field_rename_1_frog_test: Crash # unsupported element kind: native_key_me thod:function
75 native_field_rename_2_frog_test: Crash # unsupported element kind: native_key_me thod:function
76 native_library_same_name_used_frog_test: Crash # (JS('creates:Impl; returns:I;', 'makeI()')): handleStaticFunctionInvoke: foreign: function(JS)
77 native_method_inlining_test: Crash # unsupported element kind: makeA:function
78 native_method_rename1_frog_test: Crash # unsupported element kind: baz:function
79 native_method_rename2_frog_test: Crash # unsupported element kind: foo:function
80 native_method_rename3_frog_test: Crash # unsupported element kind: foo:function
81 native_method_with_keyword_name_test: Crash # unsupported element kind: makeA:fu nction
82 native_missing_method1_frog_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
83 native_missing_method2_frog_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
84 native_mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
85 native_mixin_multiple2_test: Crash # unsupported element kind: makeB:function
86 native_mixin_multiple3_test: Crash # unsupported element kind: makeC:function
87 native_mixin_multiple_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
88 native_mixin_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
89 native_mixin_with_plain_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
90 native_named_constructors2_frog_test: Crash # unsupported element kind: foo:func tion
91 native_named_constructors3_frog_test: Crash # unsupported element kind: foo:func tion
92 native_no_such_method_exception2_frog_test: Crash # unsupported element kind: ma keB:function
93 native_no_such_method_exception3_frog_test: Crash # unsupported element kind: ma keA:function
94 native_no_such_method_exception_frog_test: Crash # unsupported element kind: mak eA:function
95 native_novel_html_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
96 native_null_closure_frog_test: Crash # unsupported element kind: invoke:function
97 native_null_frog_test: Crash # unsupported element kind: returnZero:function
98 native_property_frog_test: Crash # (JS('int','#._z',this)): handleStaticFunction Invoke: foreign: function(JS)
99 native_to_string_frog_test: Crash # unsupported element kind: makeA:function
100 native_use_native_name_in_table_frog_test: Crash # unsupported element kind: mak eB:function
101 native_wrapping_function3_frog_test: Crash # unsupported element kind: foo2:func tion
102 native_wrapping_function_frog_test: Crash # unsupported element kind: foo2:funct ion
103 oddly_named_fields_test: Crash # unsupported element kind: makeNativeClassWithOd dNames:function
104 optimization_hints_test: Crash # (JS('','String("in main function")')): handleSt aticFunctionInvoke: foreign: function(JS)
105 rti_only_native_test: Crash # (try {map.values.for... try/finally 40 rti_only_native_test: Crash # (try {map.values.for... try/finally
106 runtimetype_test: Crash # (JS('A','#',makeA())): handleStaticFunctionInvoke: for eign: function(JS) 41 static_methods_test: RuntimeError # invoke is not a function
107 static_methods_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 42 subclassing_constructor_1_test: RuntimeError # Please triage this failure.
108 subclassing_1_test: Crash # unsupported element kind: makeC:function 43 subclassing_constructor_2_test: RuntimeError # Please triage this failure.
109 subclassing_2_test: Crash # unsupported element kind: makeB:function 44 subclassing_super_call_test: RuntimeError # this.get$afield is not a function
110 subclassing_3_test: Crash # unsupported element kind: makeB:function 45 subclassing_super_field_1_test: RuntimeError # Please triage this failure.
111 subclassing_4_test: Crash # unsupported element kind: makeB:function 46 subclassing_super_field_2_test: RuntimeError # Please triage this failure.
112 subclassing_5_test: Crash # unsupported element kind: makeB:function 47 super_call_test: RuntimeError # this.bar$0 is not a function
113 subclassing_constructor_1_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
114 subclassing_constructor_2_test : RuntimeError # Expect.throws fails: Did not thr ow
115 subclassing_super_call_test: Crash # (JS('','#(#)',constructor,b1)): handleStati cFunctionInvoke: foreign: function(JS)
116 subclassing_super_field_1_test: Crash # (JS('','#(#)',constructor,b)): handleSta ticFunctionInvoke: foreign: function(JS)
117 subclassing_super_field_2_test: Crash # (JS('','#(#)',constructor,b)): handleSta ticFunctionInvoke: foreign: function(JS)
118 subclassing_type_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
119 super_call_test: Crash # unsupported element kind: makeD:function
120 super_property_test: Crash # unsupported element kind: makeB:function
121 undefined_bailout_test: Crash # (JS('','void 0')): handleStaticFunctionInvoke: f oreign: function(JS)
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698