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

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

Issue 26287007: Missing status file from last checkin. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 bad_constructor_test/05: CompileTimeError # Issue 13669 6 bad_constructor_test/05: CompileTimeError # Issue 13669
7 block_scope_test: CompileTimeError # Issue 13204. 7 block_scope_test: CompileTimeError # Issue 13204.
8 black_listed_test/none: CompileTimeError # Issue 12446. 8 black_listed_test/none: CompileTimeError # Issue 12446.
9 malformed_test/05: MissingCompileTimeError # Issue 12695 9 malformed_test/05: MissingCompileTimeError # Issue 12695
10 malformed_test/06: MissingCompileTimeError # Issue 12695 10 malformed_test/06: MissingCompileTimeError # Issue 12695
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 closure3_test: Fail 187 closure3_test: Fail
188 execute_finally3_test: Fail 188 execute_finally3_test: Fail
189 method_invocation_test: Fail 189 method_invocation_test: Fail
190 stack_overflow_test: Fail 190 stack_overflow_test: Fail
191 stack_overflow_stacktrace_test: Fail 191 stack_overflow_stacktrace_test: Fail
192 closure_call_wrong_argument_count_negative_test: Skip 192 closure_call_wrong_argument_count_negative_test: Skip
193 label_test: Skip 193 label_test: Skip
194 194
195 195
196 [ $compiler == dart2dart ] 196 [ $compiler == dart2dart ]
197 regress_13494_test: Fail # Issue 13494
197 function_type_alias9_test/00: Crash # Issue 11986 198 function_type_alias9_test/00: Crash # Issue 11986
198 malformed_test/none: CompileTimeError # Issue 12695 199 malformed_test/none: CompileTimeError # Issue 12695
199 mixin_super_constructor_named_test: Fail # Issue 12631 200 mixin_super_constructor_named_test: Fail # Issue 12631
200 mixin_super_constructor_positionals_test: Fail # Issue 12631 201 mixin_super_constructor_positionals_test: Fail # Issue 12631
201 switch_bad_case_test/02: Fail # missing switch type check for double 202 switch_bad_case_test/02: Fail # missing switch type check for double
202 203
203 built_in_identifier_prefix_test: Fail # Issue 6972 204 built_in_identifier_prefix_test: Fail # Issue 6972
204 constructor_initializer_test/none: Fail # Issue 12633 205 constructor_initializer_test/none: Fail # Issue 12633
205 factory3_test: Fail # Issue 13077 206 factory3_test: Fail # Issue 13077
206 type_checks_in_factory_method_test: Fail # Issue 12747 207 type_checks_in_factory_method_test: Fail # Issue 12747
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 import_core_prefix_test: Pass 314 import_core_prefix_test: Pass
314 prefix22_test: Pass 315 prefix22_test: Pass
315 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 316 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
316 super_call4_test: Fail, OK # hardcoded names. 317 super_call4_test: Fail, OK # hardcoded names.
317 318
318 [ $minified ] 319 [ $minified ]
319 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 320 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
320 321
321 [ $runtime == ie9 ] 322 [ $runtime == ie9 ]
322 stack_trace_test: Fail, OK # Stack traces not available in IE9. 323 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698