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

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

Issue 13261008: Check for cyclic reference in typedefs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. 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 | « tests/co19/co19-dart2dart.status ('k') | tests/language/cyclic_typedef_test.dart » ('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 [ $compiler == dart2js && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293
7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293
8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293
9 9
10 [ $compiler == dart2js && $runtime == jsshell ] 10 [ $compiler == dart2js && $runtime == jsshell ]
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 Language/12_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression. 323 Language/12_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression.
324 Language/12_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression. 324 Language/12_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression.
325 Language/12_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression. 325 Language/12_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression.
326 Language/12_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression. 326 Language/12_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression.
327 Language/12_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression. 327 Language/12_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression.
328 Language/12_Expressions/30_Identifier_Reference_A04_t09: Fail # Checks that it i s a compile-time error when a built-in identifier dynamic is used as the declare d name of a type variable. 328 Language/12_Expressions/30_Identifier_Reference_A04_t09: Fail # Checks that it i s a compile-time error when a built-in identifier dynamic is used as the declare d name of a type variable.
329 Language/12_Expressions/30_Identifier_Reference_A05_t01: Fail # Checks that it i s a compile-time error when a built-in identifier "abstract" is used as a type a nnotation of a local variable. 329 Language/12_Expressions/30_Identifier_Reference_A05_t01: Fail # Checks that it i s a compile-time error when a built-in identifier "abstract" is used as a type a nnotation of a local variable.
330 Language/12_Expressions/30_Identifier_Reference_A05_t12: Fail # Checks that it i s a compile-time error when a built-in identifier "static" is used as a type ann otation of a local variable. 330 Language/12_Expressions/30_Identifier_Reference_A05_t12: Fail # Checks that it i s a compile-time error when a built-in identifier "static" is used as a type ann otation of a local variable.
331 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: Fail # Checks that it is a com pile-time error when the URI in a part directive consists of two adjacent string literals instead of one. 331 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: Fail # Checks that it is a com pile-time error when the URI in a part directive consists of two adjacent string literals instead of one.
332 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: Fail # Checks that it is a com pile-time error when the URI in a part directive consists of two adjacent multi- line string literals instead of one. 332 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: Fail # Checks that it is a com pile-time error when the URI in a part directive consists of two adjacent multi- line string literals instead of one.
333 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self -referencing typedef is not allowed (return value type annotation has the same n ame as the type alias).
334 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self -referencing typedef is not allowed (positional formal parameter type annotation has the same name as the type alias).
335 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self -referencing typedef is not allowed (positional optional parameter type annotati on has the same name as the type alias).
336 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # Checks that self -referencing typedef is not allowed (named optional parameter type annotation ha s the same name as the type alias).
337 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) 333 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0)
338 Language/16_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0. 334 Language/16_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0.
339 335
340 336
341 # 337 #
342 # Unexpected compile-time errors. 338 # Unexpected compile-time errors.
343 # 339 #
344 [ $compiler == dart2js ] 340 [ $compiler == dart2js ]
345 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 341 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
346 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 342 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 645 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
650 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 646 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
651 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 647 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
652 648
653 [ $compiler == dart2js || $compiler == dart2dart ] 649 [ $compiler == dart2js || $compiler == dart2dart ]
654 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t08: fail # co1 9-roll r569: Please triage this failure 650 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t08: fail # co1 9-roll r569: Please triage this failure
655 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: fail # co19-roll r576: Please triage this failure 651 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: fail # co19-roll r576: Please triage this failure
656 LibTest/core/Uri/Uri_A06_t02: fail # co19-roll r576: Please triage this failure 652 LibTest/core/Uri/Uri_A06_t02: fail # co19-roll r576: Please triage this failure
657 LibTest/core/Uri/Uri_A06_t03: fail # co19-roll r576: Please triage this failure 653 LibTest/core/Uri/Uri_A06_t03: fail # co19-roll r576: Please triage this failure
658 654
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/language/cyclic_typedef_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698