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

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

Issue 80793002: Check compiler exitCode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 7 years 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 | « tests/compiler/dart2js/exit_code_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 || $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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 147
148 scope_variable_test/01: MissingCompileTimeError # Issue 13016 148 scope_variable_test/01: MissingCompileTimeError # Issue 13016
149 149
150 numbers_test: RuntimeError, OK # Issue 1533 150 numbers_test: RuntimeError, OK # Issue 1533
151 canonical_const2_test: RuntimeError, OK # Issue 1533 151 canonical_const2_test: RuntimeError, OK # Issue 1533
152 bit_operations_test: RuntimeError, OK # Issue 1533 152 bit_operations_test: RuntimeError, OK # Issue 1533
153 expect_test: RuntimeError, OK # Issue 13080 153 expect_test: RuntimeError, OK # Issue 13080
154 154
155 null_test/none: RuntimeError # Issue 12482 155 null_test/none: RuntimeError # Issue 12482
156 156
157 [ $compiler == dart2js || $compiler == dart2dart ]
158
159 function_type_alias9_test/00: Crash # Issue 15237
160 string_interpolation9_test/11: Crash # Issue 15237
161 string_interpolation9_test/12: Crash # Issue 15237
162 string_interpolation9_test/13: Crash # Issue 15237
163 string_interpolation9_test/16: Crash # Issue 15237
164 string_interpolation9_test/17: Crash # Issue 15237
165 string_interpolation9_test/18: Crash # Issue 15237
166
167 [ ($compiler == dart2js || $compiler == dart2dart) && $checked ]
168 cyclic_typedef_test/07: Crash # Issue 15237
157 169
158 [ $compiler == dart2js && $runtime == none ] 170 [ $compiler == dart2js && $runtime == none ]
159 *: Fail, Pass # TODO(ahe): Triage these tests. 171 *: Fail, Pass # TODO(ahe): Triage these tests.
160 172
161 173
162 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)] 174 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)]
163 round_test: Fail, OK # Common JavaScript engine Math.round bug. 175 round_test: Fail, OK # Common JavaScript engine Math.round bug.
164 176
165 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 177 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
166 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. 178 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage.
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 import_core_prefix_test: Pass 311 import_core_prefix_test: Pass
300 prefix22_test: Pass 312 prefix22_test: Pass
301 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 313 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
302 super_call4_test: Fail, OK # hardcoded names. 314 super_call4_test: Fail, OK # hardcoded names.
303 315
304 [ $minified ] 316 [ $minified ]
305 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 317 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
306 318
307 [ $runtime == ie9 ] 319 [ $runtime == ie9 ]
308 stack_trace_test: Fail, OK # Stack traces not available in IE9. 320 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/exit_code_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698