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

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

Issue 15795004: Adjusted expectations from last Blink roll (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « tests/html/html.status ('k') | tests/lib/lib.status » ('j') | 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 *vm_test: Skip 299 *vm_test: Skip
300 *vm_negative_test: Skip 300 *vm_negative_test: Skip
301 301
302 302
303 [ $compiler == none && $runtime == drt ] 303 [ $compiler == none && $runtime == drt ]
304 type_variable_field_initializer_closure_test: Fail # issue 8847 304 type_variable_field_initializer_closure_test: Fail # issue 8847
305 final_variable_assignment_test/01: Fail 305 final_variable_assignment_test/01: Fail
306 final_variable_assignment_test/02: Fail 306 final_variable_assignment_test/02: Fail
307 final_variable_assignment_test/03: Fail 307 final_variable_assignment_test/03: Fail
308 final_variable_assignment_test/04: Fail 308 final_variable_assignment_test/04: Fail
309 optimized_string_charat_test: Fail # Issue 11030
310 optimized_string_charcodeat_test: Fail # Issue 11030
309 311
310 312
311 [ $runtime == dartium ] 313 [ $runtime == dartium ]
312 import_combinators_test: Fail 314 import_combinators_test: Fail
315 optimized_string_charcodeat_test: Fail # Issue 11030
313 316
314 317
315 [ $runtime == vm || ($runtime == drt && $compiler == none) ] 318 [ $runtime == vm || ($runtime == drt && $compiler == none) ]
316 first_class_types_literals_test: Fail # issue 6282 319 first_class_types_literals_test: Fail # issue 6282
317 call_test: Fail # Issue 1604 320 call_test: Fail # Issue 1604
318 321
319 [ $runtime == chrome ] 322 [ $runtime == chrome ]
320 323
321 324
322 [ $runtime == ie9 && ($system == linux || $system == macos) ] 325 [ $runtime == ie9 && ($system == linux || $system == macos) ]
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 math_vm_test: Fail 819 math_vm_test: Fail
817 named_parameters_with_conversions_test: Pass, Crash 820 named_parameters_with_conversions_test: Pass, Crash
818 stack_overflow_stacktrace_test: Crash 821 stack_overflow_stacktrace_test: Crash
819 stack_overflow_test: Crash 822 stack_overflow_test: Crash
820 823
821 [ $arch == mips ] 824 [ $arch == mips ]
822 *: Skip 825 *: Skip
823 826
824 [ $arch == simmips ] 827 [ $arch == simmips ]
825 *: Skip 828 *: Skip
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698