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

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

Issue 23315004: Update language status for language/licm2_test on IE, it occasionally passes (Closed) Base URL: http://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
« 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 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 arithmetic_test: Fail # Issue 7881 250 arithmetic_test: Fail # Issue 7881
251 251
252 252
253 [ $compiler == dart2js && $runtime == ie9 ] 253 [ $compiler == dart2js && $runtime == ie9 ]
254 double_to_string_as_exponential3_test: Fail 254 double_to_string_as_exponential3_test: Fail
255 double_to_string_as_fixed_test: Fail 255 double_to_string_as_fixed_test: Fail
256 double_to_string_as_precision3_test: Fail 256 double_to_string_as_precision3_test: Fail
257 expect_test: Fail 257 expect_test: Fail
258 stack_overflow_test: Fail 258 stack_overflow_test: Fail
259 stack_overflow_stacktrace_test: Fail 259 stack_overflow_stacktrace_test: Fail
260 licm2_test: Timeout # Issue: 11848 260 licm2_test: Pass, Timeout # Issue: 11848
261 261
262 262
263 [ $compiler == dart2js && $runtime == safari ] 263 [ $compiler == dart2js && $runtime == safari ]
264 arithmetic_test: Fail # Issue: 7414 264 arithmetic_test: Fail # Issue: 7414
265 265
266 266
267 [ $runtime == opera ] 267 [ $runtime == opera ]
268 null_access_error_test: Fail # Issue: 7413 268 null_access_error_test: Fail # Issue: 7413
269 string_interpolate_null_test: Fail # Issue: 7413 269 string_interpolate_null_test: Fail # Issue: 7413
270 call_through_null_getter_test: Fail 270 call_through_null_getter_test: Fail
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 super_getter_setter_test: Fail # Issue 11065. 452 super_getter_setter_test: Fail # Issue 11065.
453 f_bounded_quantification4_test: Fail # Issue 12605. 453 f_bounded_quantification4_test: Fail # Issue 12605.
454 454
455 # TODO(tball): Assign proper bug numbers. 455 # TODO(tball): Assign proper bug numbers.
456 class_literal_test: Fail 456 class_literal_test: Fail
457 457
458 import_core_prefix_test: Pass 458 import_core_prefix_test: Pass
459 prefix22_test: Pass 459 prefix22_test: Pass
460 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 460 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
461 super_call4_test: Fail, OK # hardcoded names. 461 super_call4_test: Fail, OK # hardcoded names.
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