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

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

Issue 23519005: Change test language/const_factory_negative_test.dart into a multi-test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 compile_time_constant_c_test/none: Fail # Map literal with int key. 6 compile_time_constant_c_test/none: Fail # Map literal with int key.
7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check.
8 null_test/03: Fail # Issue 12445. 8 null_test/03: Fail # Issue 12445.
9 9
10 black_listed_test/none: Fail # Issue 12446. 10 black_listed_test/none: Fail # Issue 12446.
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 numbers_test: Fail, OK # (unintended?) VM specific test. 177 numbers_test: Fail, OK # (unintended?) VM specific test.
178 178
179 final_syntax_test/01: Fail # Issue 13020 179 final_syntax_test/01: Fail # Issue 13020
180 final_syntax_test/02: Fail # Issue 13020 180 final_syntax_test/02: Fail # Issue 13020
181 final_syntax_test/03: Fail # Issue 13020 181 final_syntax_test/03: Fail # Issue 13020
182 final_syntax_test/04: Fail # Issue 13020 182 final_syntax_test/04: Fail # Issue 13020
183 183
184 canonical_const2_test: Fail, OK # Dart2js only has doubles. 184 canonical_const2_test: Fail, OK # Dart2js only has doubles.
185 185
186 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. 186 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
187 # The following test will start to fail again once dart2js implements the
188 # runtime semantics for numbers.
189 # Should be: Fail, OK # Expects negative results of bit-operations.
190 optimization_test: Fail, OK # Expects negative results of bit-operations. 187 optimization_test: Fail, OK # Expects negative results of bit-operations.
191
192 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. 188 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
193 189
194 # Partially implemented redirecting constructors makes this throw instead 190 const_factory_with_body_test/01: Fail # Issue 13028
195 # of failing.
196 const_factory_negative_test: Crash, Fail
197 191
198 assign_top_method_test: Fail 192 assign_top_method_test: Fail
199 null_test/none: Fail # Issue 12482 193 null_test/none: Fail # Issue 12482
200 194
201 195
202 [ $compiler == dart2js && $runtime == none ] 196 [ $compiler == dart2js && $runtime == none ]
203 *: Fail, Pass # TODO(ahe): Triage these tests. 197 *: Fail, Pass # TODO(ahe): Triage these tests.
204 198
205 199
206 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)] 200 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)]
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 duplicate_implements_test/04: Fail # Issue 12992 330 duplicate_implements_test/04: Fail # Issue 12992
337 list_literal1_test/01: Fail # Issue 12993 331 list_literal1_test/01: Fail # Issue 12993
338 map_literal1_test/01: Fail # Issue 12993 332 map_literal1_test/01: Fail # Issue 12993
339 method_override4_test: Fail # Issue 12810 333 method_override4_test: Fail # Issue 12810
340 method_override5_test: Fail # Issue 12810 334 method_override5_test: Fail # Issue 12810
341 static_final_field2_test/02: Fail # Issue 13017 335 static_final_field2_test/02: Fail # Issue 13017
342 throw7_test/01: Fail # Issue 13019 336 throw7_test/01: Fail # Issue 13019
343 number_identifier_test/01: Fail # Issue 13014 337 number_identifier_test/01: Fail # Issue 13014
344 number_identifier_test/02: Fail # Issue 13014 338 number_identifier_test/02: Fail # Issue 13014
345 scope_variable_test/01: Fail # Issue 13016 339 scope_variable_test/01: Fail # Issue 13016
340 const_factory_with_body_test/01: Fail # Issue 13028
346 # Common with language_dart2js. 341 # Common with language_dart2js.
347 factory_redirection_test/01: Fail # Issue 12753 342 factory_redirection_test/01: Fail # Issue 12753
348 factory_redirection_test/02: Crash # Issue 12753 343 factory_redirection_test/02: Crash # Issue 12753
349 factory_redirection_test/03: Crash # Issue 12753 344 factory_redirection_test/03: Crash # Issue 12753
350 factory_redirection_test/07: Fail # Issue 12753 345 factory_redirection_test/07: Fail # Issue 12753
351 factory_redirection_test/09: Fail # Issue 12753 346 factory_redirection_test/09: Fail # Issue 12753
352 factory_redirection_test/14: Fail # Issue 10959 347 factory_redirection_test/14: Fail # Issue 10959
353 function_type_alias5_test/00: Fail # Issue 12755 348 function_type_alias5_test/00: Fail # Issue 12755
354 function_type_alias5_test/01: Fail # Issue 12755 349 function_type_alias5_test/01: Fail # Issue 12755
355 function_type_alias5_test/02: Fail # Issue 12755 350 function_type_alias5_test/02: Fail # Issue 12755
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 import_core_prefix_test: Pass 392 import_core_prefix_test: Pass
398 prefix22_test: Pass 393 prefix22_test: Pass
399 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 394 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
400 super_call4_test: Fail, OK # hardcoded names. 395 super_call4_test: Fail, OK # hardcoded names.
401 396
402 [ $minified ] 397 [ $minified ]
403 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 398 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
404 399
405 [ $runtime == ie9 ] 400 [ $runtime == ie9 ]
406 stack_trace_test: Fail, OK # Stack traces not available in IE9. 401 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698