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

Side by Side Diff: tests/language/language_dart2js.status

Issue 3000123002: dart2js kernel: minimal recognition of external native methods (Closed)
Patch Set: Created 3 years, 4 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) 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 # VM specific tests that should not be run by dart2js. 5 # VM specific tests that should not be run by dart2js.
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699 7 vm/*: Skip # Issue 12699
8 8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] 9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
10 enum_test: Fail # Issue 28340 10 enum_test: Fail # Issue 28340
(...skipping 1634 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 enum_private_test/02: RuntimeError 1645 enum_private_test/02: RuntimeError
1646 enum_private_test/none: RuntimeError 1646 enum_private_test/none: RuntimeError
1647 enum_test: RuntimeError 1647 enum_test: RuntimeError
1648 evaluation_redirecting_constructor_test: Crash 1648 evaluation_redirecting_constructor_test: Crash
1649 example_constructor_test: Crash 1649 example_constructor_test: Crash
1650 execute_finally7_test: RuntimeError 1650 execute_finally7_test: RuntimeError
1651 exhaustive_for_test: Crash 1651 exhaustive_for_test: Crash
1652 expect_test: RuntimeError 1652 expect_test: RuntimeError
1653 export_double_same_main_test: CompileTimeError 1653 export_double_same_main_test: CompileTimeError
1654 export_main_test: CompileTimeError 1654 export_main_test: CompileTimeError
1655 external_test/10: Crash 1655 external_test/10: MissingRuntimeError
1656 external_test/13: Crash 1656 external_test/13: MissingRuntimeError
1657 external_test/20: MissingRuntimeError 1657 external_test/20: MissingRuntimeError
1658 f_bounded_quantification4_test: RuntimeError 1658 f_bounded_quantification4_test: RuntimeError
1659 f_bounded_quantification5_test: RuntimeError 1659 f_bounded_quantification5_test: RuntimeError
1660 factory2_test: Crash 1660 factory2_test: Crash
1661 factory_redirection_test/07: MissingCompileTimeError 1661 factory_redirection_test/07: MissingCompileTimeError
1662 factory_redirection_test/08: Crash 1662 factory_redirection_test/08: Crash
1663 factory_redirection_test/09: Crash 1663 factory_redirection_test/09: Crash
1664 factory_redirection_test/10: Crash 1664 factory_redirection_test/10: Crash
1665 factory_redirection_test/11: Crash 1665 factory_redirection_test/11: Crash
1666 factory_redirection_test/12: Crash 1666 factory_redirection_test/12: Crash
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
2178 setter_override_test/00: MissingCompileTimeError 2178 setter_override_test/00: MissingCompileTimeError
2179 setter_override_test/03: MissingCompileTimeError 2179 setter_override_test/03: MissingCompileTimeError
2180 smaller_4_Interface_Types_A11_t02_test: Crash 2180 smaller_4_Interface_Types_A11_t02_test: Crash
2181 stack_overflow_stacktrace_test: RuntimeError 2181 stack_overflow_stacktrace_test: RuntimeError
2182 stack_trace_test: Crash 2182 stack_trace_test: Crash
2183 stacktrace_demangle_ctors_test: Crash 2183 stacktrace_demangle_ctors_test: Crash
2184 stacktrace_rethrow_error_test/none: Crash 2184 stacktrace_rethrow_error_test/none: Crash
2185 stacktrace_rethrow_error_test/withtraceparameter: Crash 2185 stacktrace_rethrow_error_test/withtraceparameter: Crash
2186 stacktrace_rethrow_nonerror_test: Crash 2186 stacktrace_rethrow_nonerror_test: Crash
2187 stacktrace_test: RuntimeError 2187 stacktrace_test: RuntimeError
2188 statement_test: Crash 2188 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
2189 static_getter_no_setter1_test/01: RuntimeError 2189 static_getter_no_setter1_test/01: RuntimeError
2190 static_getter_no_setter2_test/01: Crash 2190 static_getter_no_setter2_test/01: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null.
2191 static_getter_no_setter2_test/none: Crash 2191 static_getter_no_setter2_test/none: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null.
2192 static_getter_no_setter3_test/01: RuntimeError 2192 static_getter_no_setter3_test/01: RuntimeError
2193 static_setter_get_test/01: Crash 2193 static_setter_get_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
2194 string_interpolate2_test: Crash 2194 string_interpolate2_test: Crash # NoSuchMethodError: The getter 'closureClassEnt ity' was called on null.
2195 string_interpolation_and_buffer_test: RuntimeError 2195 string_interpolation_and_buffer_test: RuntimeError
2196 string_join_test: RuntimeError 2196 string_join_test: RuntimeError
2197 string_split_test: Crash 2197 string_split_test: Crash
2198 super_bound_closure_test/01: RuntimeError 2198 super_bound_closure_test/01: RuntimeError
2199 super_bound_closure_test/none: RuntimeError 2199 super_bound_closure_test/none: RuntimeError
2200 super_call4_test: Crash 2200 super_call4_test: Crash
2201 super_closure_test: Crash 2201 super_closure_test: Crash
2202 super_field_access_test: Crash 2202 super_field_access_test: Crash
2203 super_getter_setter_test: Crash 2203 super_getter_setter_test: Crash
2204 super_no_such_method1_test/01: Crash 2204 super_no_such_method1_test/01: Crash
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
2269 type_variable_conflict2_test/09: Crash 2269 type_variable_conflict2_test/09: Crash
2270 type_variable_field_initializer_closure2_test: Crash 2270 type_variable_field_initializer_closure2_test: Crash
2271 type_variable_field_initializer_closure_test: Crash 2271 type_variable_field_initializer_closure_test: Crash
2272 type_variable_function_type_test: RuntimeError 2272 type_variable_function_type_test: RuntimeError
2273 type_variable_nested_test: Crash 2273 type_variable_nested_test: Crash
2274 typecheck_multifield_declaration_test: Crash 2274 typecheck_multifield_declaration_test: Crash
2275 typedef_is_test: Crash 2275 typedef_is_test: Crash
2276 variable_declaration_metadata_test/none: Crash 2276 variable_declaration_metadata_test/none: Crash
2277 yieldstar_pause_test: Crash 2277 yieldstar_pause_test: Crash
2278 2278
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698