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

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

Issue 10828076: Support signed constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/compiler/dart2js/unparser_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 # 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 string_interpolation7_test: Fail 329 string_interpolation7_test: Fail
330 string_interpolation_test/01: Fail 330 string_interpolation_test/01: Fail
331 string_interpolation_test/none: Fail 331 string_interpolation_test/none: Fail
332 super_closure_test: Fail 332 super_closure_test: Fail
333 super_field_access_test: Fail 333 super_field_access_test: Fail
334 super_first_constructor_test: Fail 334 super_first_constructor_test: Fail
335 super_operator_test: Fail 335 super_operator_test: Fail
336 super_test: Fail 336 super_test: Fail
337 switch_label_test: Fail 337 switch_label_test: Fail
338 syntax_test/none: Fail 338 syntax_test/none: Fail
339 ternary_test: Fail
340 throw1_test: Fail 339 throw1_test: Fail
341 throw2_test: Fail 340 throw2_test: Fail
342 throw4_test: Fail 341 throw4_test: Fail
343 throw5_test: Fail 342 throw5_test: Fail
344 top_level_prefixed_declaration_test: Fail 343 top_level_prefixed_declaration_test: Fail
345 top_level_var_test: Fail 344 top_level_var_test: Fail
346 try_catch2_test: Fail 345 try_catch2_test: Fail
347 try_catch3_test: Fail 346 try_catch3_test: Fail
348 try_catch_syntax_test/09: Fail 347 try_catch_syntax_test/09: Fail
349 try_catch_test: Fail 348 try_catch_test: Fail
350 typed_message_test: Fail 349 typed_message_test: Fail
351 type_variable_bounds2_test/00: Fail 350 type_variable_bounds2_test/00: Fail
352 type_variable_bounds2_test/01: Fail 351 type_variable_bounds2_test/01: Fail
353 type_variable_bounds2_test/02: Fail 352 type_variable_bounds2_test/02: Fail
354 type_variable_bounds2_test/03: Fail 353 type_variable_bounds2_test/03: Fail
355 type_variable_bounds2_test/04: Fail 354 type_variable_bounds2_test/04: Fail
356 type_variable_bounds2_test/05: Fail 355 type_variable_bounds2_test/05: Fail
357 type_variable_bounds2_test/06: Fail 356 type_variable_bounds2_test/06: Fail
358 type_variable_bounds2_test/none: Fail 357 type_variable_bounds2_test/none: Fail
359 type_variable_bounds_test/02: Fail 358 type_variable_bounds_test/02: Fail
360 type_variable_bounds_test/04: Fail 359 type_variable_bounds_test/04: Fail
361 type_variable_bounds_test/05: Fail 360 type_variable_bounds_test/05: Fail
362 type_variable_scope_test/00: Fail 361 type_variable_scope_test/00: Fail
363 type_variable_scope_test/01: Fail 362 type_variable_scope_test/01: Fail
364 type_variable_scope_test/02: Fail 363 type_variable_scope_test/02: Fail
365 type_variable_scope_test/03: Fail 364 type_variable_scope_test/03: Fail
366 type_variable_scope_test/04: Fail 365 type_variable_scope_test/04: Fail
367 type_variable_scope_test/05: Fail 366 type_variable_scope_test/05: Fail
368 unary2_test: Fail
369 unary_test: Fail
370
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/unparser_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698