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

Side by Side Diff: dart/tests/co19/co19-dart2js.status

Issue 10870066: Support unary - operator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix unparser to handle that negate is no longer a keyword. Created 8 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 ] 5 [ $compiler == dart2js ]
6 Language/05_Variables/05_Variables_A05_t03: Fail, OK 6 Language/05_Variables/05_Variables_A05_t03: Fail, OK
7 Language/05_Variables/05_Variables_A04_t09: Fail, OK 7 Language/05_Variables/05_Variables_A04_t09: Fail, OK
8 Language/05_Variables/05_Variables_A03_t09: Fail, OK 8 Language/05_Variables/05_Variables_A03_t09: Fail, OK
9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK 9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK
10 LibTest/core/double/ceil_A01_t03: Fail, OK 10 LibTest/core/double/ceil_A01_t03: Fail, OK
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A21_t04: Fail, OK # Bad t est: assumes eager loading. 381 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A21_t04: Fail, OK # Bad t est: assumes eager loading.
382 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A22_t04: Fail, OK # Bad t est: assumes eager loading. 382 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A22_t04: Fail, OK # Bad t est: assumes eager loading.
383 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A23_t04: Fail, OK # Bad t est: assumes eager loading. 383 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A23_t04: Fail, OK # Bad t est: assumes eager loading.
384 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A24_t04: Fail, OK # Bad t est: assumes eager loading. 384 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A24_t04: Fail, OK # Bad t est: assumes eager loading.
385 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A25_t04: Fail, OK # Bad t est: assumes eager loading. 385 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A25_t04: Fail, OK # Bad t est: assumes eager loading.
386 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A26_t04: Fail, OK # Bad t est: assumes eager loading. 386 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A26_t04: Fail, OK # Bad t est: assumes eager loading.
387 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A27_t04: Fail, OK # Bad t est: assumes eager loading. 387 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A27_t04: Fail, OK # Bad t est: assumes eager loading.
388 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A28_t04: Fail, OK # Bad t est: assumes eager loading. 388 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A28_t04: Fail, OK # Bad t est: assumes eager loading.
389 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A29_t04: Fail, OK # Bad t est: assumes eager loading. 389 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A29_t04: Fail, OK # Bad t est: assumes eager loading.
390 390
391 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t19: Fail, OK # Bad test: unary - operator now legal.
391 392
392 [ $compiler == dart2js && $runtime == d8 ] 393 [ $compiler == dart2js && $runtime == d8 ]
393 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 394 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
394 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 395 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
395 396
396 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 397 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
397 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 398 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
398 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 399 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
399 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 400 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
400 LibTest/core/List/sort_A01_t02: Fail, OK # (co19 issue #179) 401 LibTest/core/List/sort_A01_t02: Fail, OK # (co19 issue #179)
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 839 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
839 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 840 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
840 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 841 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
841 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 842 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
842 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 843 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
843 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 844 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
844 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 845 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
845 846
846 [ $compiler == dart2dart ] 847 [ $compiler == dart2dart ]
847 *: Skip 848 *: Skip
OLDNEW
« no previous file with comments | « dart/pkg/dartdoc/mirrors/dart2js_mirror.dart ('k') | dart/tests/compiler/dart2js/mirrors_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698