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

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

Issue 175403004: Modify growth policy for table of canonical types in each class. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
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 || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 bad_constructor_test/05: CompileTimeError # Issue 13669 6 bad_constructor_test/05: CompileTimeError # Issue 13669
7 malformed_test/05: MissingCompileTimeError # Issue 12695 7 malformed_test/05: MissingCompileTimeError # Issue 12695
8 malformed_test/06: MissingCompileTimeError # Issue 12695 8 malformed_test/06: MissingCompileTimeError # Issue 12695
9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 metadata_test: CompileTimeError # Issue 5841 122 metadata_test: CompileTimeError # Issue 5841
123 infinity_test: RuntimeError # Issue 4984 123 infinity_test: RuntimeError # Issue 4984
124 positive_bit_operations_test: RuntimeError # Issue 12795 124 positive_bit_operations_test: RuntimeError # Issue 12795
125 mixin_mixin2_test: RuntimeError # Issue 13109. 125 mixin_mixin2_test: RuntimeError # Issue 13109.
126 mixin_mixin3_test: RuntimeError # Issue 13109. 126 mixin_mixin3_test: RuntimeError # Issue 13109.
127 mixin_mixin7_test: RuntimeError # Issue 13109. 127 mixin_mixin7_test: RuntimeError # Issue 13109.
128 mixin_regress_13688_test: RuntimeError # Issue 13109. 128 mixin_regress_13688_test: RuntimeError # Issue 13109.
129 modulo_test: RuntimeError # Issue 15246 129 modulo_test: RuntimeError # Issue 15246
130 truncdiv_test: RuntimeError # Issue 15246 130 truncdiv_test: RuntimeError # Issue 15246
131 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). 131 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval).
132 generic_closure_test: RuntimeError # Issue 12605
132 133
133 # Compilation errors. 134 # Compilation errors.
134 const_var_test: CompileTimeError # Issue 12793 135 const_var_test: CompileTimeError # Issue 12793
135 map_literal3_test: CompileTimeError # Issue 12793 136 map_literal3_test: CompileTimeError # Issue 12793
136 method_override5_test: RuntimeError # Issue 12809 137 method_override5_test: RuntimeError # Issue 12809
137 external_test/13: CompileTimeError # Issue 12887 138 external_test/13: CompileTimeError # Issue 12887
138 list_literal4_test: RuntimeError # Issue 12890 139 list_literal4_test: RuntimeError # Issue 12890
139 map_literal4_test: RuntimeError # Issue 12891 140 map_literal4_test: RuntimeError # Issue 12891
140 built_in_identifier_test/01: CompileTimeError # Issue 13022 141 built_in_identifier_test/01: CompileTimeError # Issue 13022
141 142
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 super_call4_test: Fail, OK # hardcoded names. 288 super_call4_test: Fail, OK # hardcoded names.
288 289
289 [ $minified ] 290 [ $minified ]
290 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 291 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
291 292
292 [ $runtime == ie9 ] 293 [ $runtime == ie9 ]
293 stack_trace_test: Fail, OK # Stack traces not available in IE9. 294 stack_trace_test: Fail, OK # Stack traces not available in IE9.
294 295
295 [ $compiler == dart2js && $host_checked ] 296 [ $compiler == dart2js && $host_checked ]
296 const_factory_with_body_test/01: Crash 297 const_factory_with_body_test/01: Crash
OLDNEW
« runtime/vm/object.cc ('K') | « tests/language/generic_closure_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698